# 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.5694e-05 go_gc_duration_seconds{quantile="0.25"} 9.4341e-05 go_gc_duration_seconds{quantile="0.5"} 0.000127186 go_gc_duration_seconds{quantile="0.75"} 0.000160901 go_gc_duration_seconds{quantile="1"} 0.003347672 go_gc_duration_seconds_sum 12.389114458 go_gc_duration_seconds_count 63475 # 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 20 # 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 3.049716e+07 # HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes. # TYPE go_memstats_alloc_bytes_total counter go_memstats_alloc_bytes_total 6.83378118832e+11 # 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 1.5901079505e+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.604968e+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 3.049716e+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.02948864e+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 3.452928e+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 679944 # HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. Equals to /memory/classes/heap/released:bytes. # TYPE go_memstats_heap_released_bytes gauge go_memstats_heap_released_bytes 8.9407488e+07 # HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes + /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_sys_bytes gauge go_memstats_heap_sys_bytes 1.37478144e+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.7862130566812696e+09 # HELP go_memstats_mallocs_total Total number of heap objects allocated, both live and gc-ed. Semantically a counter version for go_memstats_heap_objects gauge. Equals to /gc/heap/allocs:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_mallocs_total counter go_memstats_mallocs_total 1.5901759449e+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 654240 # 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.39904e+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.2356352e+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.619449e+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 917504 # 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 917504 # 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.47043376e+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 12 # 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"} 8.6748141247e+10 pg_database_size_bytes{datname="postgres"} 7.984831e+06 pg_database_size_bytes{datname="template0"} 7.701007e+06 pg_database_size_bytes{datname="template1"} 7.701007e+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.009926976 # 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 17400 # 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"} 44 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="revanth"} -1 pg_roles_connection_limit{rolname="sameer"} -1 pg_roles_connection_limit{rolname="sudheer"} -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.441818686 pg_scrape_collector_duration_seconds{collector="locks"} 0.416399401 pg_scrape_collector_duration_seconds{collector="replication"} 0.41873601 pg_scrape_collector_duration_seconds{collector="roles"} 0.077167435 pg_scrape_collector_duration_seconds{collector="stat_bgwriter"} 0.039812054 pg_scrape_collector_duration_seconds{collector="stat_database"} 0.078320847 pg_scrape_collector_duration_seconds{collector="stat_statements"} 0.03742226 pg_scrape_collector_duration_seconds{collector="stat_user_tables"} 0.413081228 pg_scrape_collector_duration_seconds{collector="statio_user_tables"} 0.076055885 pg_scrape_collector_duration_seconds{collector="wal"} 0.038865542 # 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"} 1 pg_scrape_collector_success{collector="stat_user_tables"} 1 pg_scrape_collector_success{collector="statio_user_tables"} 1 pg_scrape_collector_success{collector="wal"} 1 # HELP pg_settings_allow_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.05 # 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"} 2000 # 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.1 # 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"} 900 # 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"} 8.388608e+06 # 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"} 1.7179869184e+10 # HELP pg_settings_effective_io_concurrency Server Parameter: effective_io_concurrency # TYPE pg_settings_effective_io_concurrency gauge pg_settings_effective_io_concurrency{server="localhost:8642"} 200 # 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"} 1.073741824e+09 # 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"} 200 # 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"} 4.294967296e+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"} 1.073741824e+09 # 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"} 274 # 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_pg_stat_statements_max Server Parameter: pg_stat_statements.max # TYPE pg_settings_pg_stat_statements_max gauge pg_settings_pg_stat_statements_max{server="localhost:8642"} 5000 # HELP pg_settings_pg_stat_statements_save Server Parameter: pg_stat_statements.save # TYPE pg_settings_pg_stat_statements_save gauge pg_settings_pg_stat_statements_save{server="localhost:8642"} 1 # HELP pg_settings_pg_stat_statements_track_planning Server Parameter: pg_stat_statements.track_planning # TYPE pg_settings_pg_stat_statements_track_planning gauge pg_settings_pg_stat_statements_track_planning{server="localhost:8642"} 0 # HELP pg_settings_pg_stat_statements_track_utility Server Parameter: pg_stat_statements.track_utility # TYPE pg_settings_pg_stat_statements_track_utility gauge pg_settings_pg_stat_statements_track_utility{server="localhost:8642"} 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"} 1.1 # 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"} 6.442450944e+09 # HELP pg_settings_shared_memory_size_bytes Server Parameter: shared_memory_size [Units converted to bytes.] # TYPE pg_settings_shared_memory_size_bytes gauge pg_settings_shared_memory_size_bytes{server="localhost:8642"} 6.662651904e+09 # HELP pg_settings_shared_memory_size_in_huge_pages Server Parameter: shared_memory_size_in_huge_pages # TYPE pg_settings_shared_memory_size_in_huge_pages gauge pg_settings_shared_memory_size_in_huge_pages{server="localhost:8642"} 3177 # 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"} 8.388608e+06 # 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"} 8.388608e+06 # 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"} 1.6777216e+07 # HELP pg_settings_wal_decode_buffer_size_bytes Server Parameter: wal_decode_buffer_size [Units converted to bytes.] # TYPE pg_settings_wal_decode_buffer_size_bytes gauge pg_settings_wal_decode_buffer_size_bytes{server="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"} 1.2582912e+07 # HELP pg_settings_zero_damaged_pages Server Parameter: zero_damaged_pages # TYPE pg_settings_zero_damaged_pages gauge pg_settings_zero_damaged_pages{server="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",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="",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="CWRetail",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="CoreService",backend_type="client backend",datname="dadus_prod",server="localhost:8642",state="idle",usename="postgres",wait_event="ClientRead",wait_event_type="Client"} 20 pg_stat_activity_count{application_name="PostgreSQL JDBC Driver",backend_type="client backend",datname="dadus_prod",server="localhost:8642",state="idle",usename="postgres",wait_event="ClientRead",wait_event_type="Client"} 10 # 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",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="",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="CWRetail",backend_type="client backend",datname="dadus_prod",server="localhost:8642",state="active",usename="postgres",wait_event="",wait_event_type=""} 0.186783 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="PostgreSQL JDBC Driver",backend_type="client backend",datname="dadus_prod",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="CWRetail",client_addr="172.18.0.9/32",datname="dadus_prod",pid="126266",query="select bu.name as bunit, w.name as warehouse, p.value as sku, p.name as product_name, p.upc, p.epc, u.name as uom, p.is_rfid, pc.name as product_categ",server="localhost:8642",state="active",usename="postgres",wait_event="none"} 0.156592 pg_stat_activity_queries_duration{application_name="walreceiver",client_addr="172.31.20.69/32",datname="",pid="5327",query="START_REPLICATION 99/FB000000 TIMELINE 1",server="localhost:8642",state="active",usename="replica",wait_event="WalSenderMain"} 42150.485322 # 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="CWRetail",client_addr="172.18.0.9/32",datname="dadus_prod",pid="126266",query="select bu.name as bunit, w.name as warehouse, p.value as sku, p.name as product_name, p.upc, p.epc, u.name as uom, p.is_rfid, pc.name as product_categ",server="localhost:8642",state="active",usename="postgres",wait_event="none"} 1.786213057e+09 pg_stat_activity_queries_query_start{application_name="walreceiver",client_addr="172.31.20.69/32",datname="",pid="5327",query="START_REPLICATION 99/FB000000 TIMELINE 1",server="localhost:8642",state="active",usename="replica",wait_event="WalSenderMain"} 1.786170906e+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.0665606959e+10 # 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 3.3290043e+07 # 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 57310 # 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.783472416e+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"} 9.79806457159e+06 pg_stat_database_active_time_seconds_total{datid="4",datname="template0"} 0 pg_stat_database_active_time_seconds_total{datid="5",datname="postgres"} 281.132752 # 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"} 0 pg_stat_database_blks_hit{datid="3341898",datname="dadus_prod"} 3.34106596504e+11 pg_stat_database_blks_hit{datid="4",datname="template0"} 0 pg_stat_database_blks_hit{datid="5",datname="postgres"} 9.140343e+06 # HELP pg_stat_database_blks_read Number of disk blocks read in this database # TYPE pg_stat_database_blks_read counter pg_stat_database_blks_read{datid="1",datname="template1"} 0 pg_stat_database_blks_read{datid="3341898",datname="dadus_prod"} 2.60105544274e+11 pg_stat_database_blks_read{datid="4",datname="template0"} 0 pg_stat_database_blks_read{datid="5",datname="postgres"} 2.755651e+06 # HELP pg_stat_database_conflicts Number of queries canceled due to conflicts with recovery in this database. (Conflicts occur only on standby servers; see pg_stat_database_conflicts for details.) # TYPE pg_stat_database_conflicts counter pg_stat_database_conflicts{datid="1",datname="template1"} 0 pg_stat_database_conflicts{datid="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"} 38 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"} 34 pg_stat_database_numbackends{datid="4",datname="template0"} 0 pg_stat_database_numbackends{datid="5",datname="postgres"} 0 # HELP pg_stat_database_stats_reset Time at which these statistics were last reset # TYPE pg_stat_database_stats_reset counter pg_stat_database_stats_reset{datid="1",datname="template1"} 0 pg_stat_database_stats_reset{datid="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"} 2.9484160296256e+13 pg_stat_database_temp_bytes{datid="4",datname="template0"} 0 pg_stat_database_temp_bytes{datid="5",datname="postgres"} 0 # HELP pg_stat_database_temp_files Number of temporary files created by queries in this database. All temporary files are counted, regardless of why the temporary file was created (e.g., sorting or hashing), and regardless of the log_temp_files setting. # TYPE pg_stat_database_temp_files counter pg_stat_database_temp_files{datid="1",datname="template1"} 0 pg_stat_database_temp_files{datid="3341898",datname="dadus_prod"} 2.1430083e+07 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"} 1.761448e+06 pg_stat_database_tup_deleted{datid="4",datname="template0"} 0 pg_stat_database_tup_deleted{datid="5",datname="postgres"} 275 # HELP pg_stat_database_tup_fetched Number of rows fetched by queries in this database # TYPE pg_stat_database_tup_fetched counter pg_stat_database_tup_fetched{datid="1",datname="template1"} 0 pg_stat_database_tup_fetched{datid="3341898",datname="dadus_prod"} 1.31486676645e+11 pg_stat_database_tup_fetched{datid="4",datname="template0"} 0 pg_stat_database_tup_fetched{datid="5",datname="postgres"} 4.837567e+06 # HELP pg_stat_database_tup_inserted Number of rows inserted by queries in this database # TYPE pg_stat_database_tup_inserted counter pg_stat_database_tup_inserted{datid="1",datname="template1"} 0 pg_stat_database_tup_inserted{datid="3341898",datname="dadus_prod"} 1.5760578e+07 pg_stat_database_tup_inserted{datid="4",datname="template0"} 0 pg_stat_database_tup_inserted{datid="5",datname="postgres"} 370 # HELP pg_stat_database_tup_returned Number of rows returned by queries in this database # TYPE pg_stat_database_tup_returned counter pg_stat_database_tup_returned{datid="1",datname="template1"} 0 pg_stat_database_tup_returned{datid="3341898",datname="dadus_prod"} 8.323732677399e+12 pg_stat_database_tup_returned{datid="4",datname="template0"} 0 pg_stat_database_tup_returned{datid="5",datname="postgres"} 4.491603e+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"} 9.510462e+06 pg_stat_database_tup_updated{datid="4",datname="template0"} 0 pg_stat_database_tup_updated{datid="5",datname="postgres"} 61 # HELP pg_stat_database_xact_commit Number of transactions in this database that have been committed # TYPE pg_stat_database_xact_commit counter pg_stat_database_xact_commit{datid="1",datname="template1"} 0 pg_stat_database_xact_commit{datid="3341898",datname="dadus_prod"} 6.7434564e+07 pg_stat_database_xact_commit{datid="4",datname="template0"} 0 pg_stat_database_xact_commit{datid="5",datname="postgres"} 397916 # 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"} 310798 pg_stat_database_xact_rollback{datid="4",datname="template0"} 0 pg_stat_database_xact_rollback{datid="5",datname="postgres"} 1 # 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="5327",state="streaming"} 6.64857382792e+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="5327",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="5327",state="streaming"} 1.786213055e+09 # HELP pg_stat_statements_block_read_seconds_total Total time the statement spent reading blocks, in seconds # TYPE pg_stat_statements_block_read_seconds_total counter pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-1072391308526540212",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-1227718944134625597",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-1653741862360118648",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-176122142563297269",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-1777155465482842441",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-1834952342997877259",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-1932267556933366774",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-2346547103568270164",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-3147397622755785121",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-3295463517505174001",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-3360753437248185997",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-3451773450952952225",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-3550788772553699010",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-3698943841566482077",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-3738606372636955504",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-3827352707247193331",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-4120589792379003797",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-4182638249896287858",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-4362332443468257883",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-4372160335712488698",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-4533680352834163355",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-4833018561992734580",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-5042746061727510814",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-5524715165743533444",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-567055096044619319",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-6004283382268108761",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-6099477452236923339",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-6474489315871005584",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-6509223587645235666",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-6675076192974966886",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-6808221174482768077",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-6944384560318436678",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-7096727045578290688",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-7328527991142673216",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-7493068464035588569",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-7917091500874214720",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-7945004399652789454",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-7948726351503070",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-8281812930207143702",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-8622293250979740802",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-8779496556422750250",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-895930752857368791",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-9120321788391419861",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-924192677184249589",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="1122591722155364801",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="1236530653485236109",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="1244908713854321394",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="1388050477506615197",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="1439683992649721320",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="1553319844700476177",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="1556269175026211204",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="1650273131767123824",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="1750945811041827312",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="1798807098389975493",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="2212102807565583607",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="2228423305232190997",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="2241571199136901190",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="2342084249146603950",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="2665742796123031204",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="3036347244497421260",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="3244384286046083990",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="3442948628498293506",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="3567696341743538145",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="3727426022131573589",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="3862530035371984964",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="3917308499721821961",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="3933215234159868922",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="4054852938312749778",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="4076098724412528710",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="4094180342994367699",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="4202369754347775977",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="4366213099146054692",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="442872566952901219",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="4791865916136685878",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="4963646259205119284",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="497155490035195588",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="5143979715269561208",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="5184847847035350611",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="5497276981117262028",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="5810749084392237805",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="6103200248099563915",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="6720861930611886001",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="6903923636705473652",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="7129869555439540919",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="7232654210812985711",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="7291423823250348682",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="7401526250629688578",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="7445883810624665654",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="745135404615635614",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="7528312639318308476",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="7707450516721345940",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="7875717560906244649",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="8015750266840866422",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="829385159922193531",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="8575419758523369869",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="865377778207366612",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="8717301785494901705",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="881756916249791471",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="9096414062930678928",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="9199575517377469699",user="postgres"} 0 # HELP pg_stat_statements_block_write_seconds_total Total time the statement spent writing blocks, in seconds # TYPE pg_stat_statements_block_write_seconds_total counter pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-1072391308526540212",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-1227718944134625597",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-1653741862360118648",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-176122142563297269",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-1777155465482842441",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-1834952342997877259",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-1932267556933366774",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-2346547103568270164",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-3147397622755785121",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-3295463517505174001",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-3360753437248185997",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-3451773450952952225",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-3550788772553699010",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-3698943841566482077",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-3738606372636955504",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-3827352707247193331",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-4120589792379003797",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-4182638249896287858",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-4362332443468257883",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-4372160335712488698",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-4533680352834163355",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-4833018561992734580",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-5042746061727510814",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-5524715165743533444",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-567055096044619319",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-6004283382268108761",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-6099477452236923339",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-6474489315871005584",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-6509223587645235666",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-6675076192974966886",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-6808221174482768077",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-6944384560318436678",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-7096727045578290688",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-7328527991142673216",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-7493068464035588569",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-7917091500874214720",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-7945004399652789454",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-7948726351503070",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-8281812930207143702",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-8622293250979740802",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-8779496556422750250",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-895930752857368791",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-9120321788391419861",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-924192677184249589",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="1122591722155364801",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="1236530653485236109",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="1244908713854321394",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="1388050477506615197",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="1439683992649721320",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="1553319844700476177",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="1556269175026211204",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="1650273131767123824",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="1750945811041827312",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="1798807098389975493",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="2212102807565583607",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="2228423305232190997",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="2241571199136901190",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="2342084249146603950",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="2665742796123031204",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="3036347244497421260",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="3244384286046083990",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="3442948628498293506",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="3567696341743538145",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="3727426022131573589",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="3862530035371984964",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="3917308499721821961",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="3933215234159868922",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="4054852938312749778",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="4076098724412528710",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="4094180342994367699",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="4202369754347775977",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="4366213099146054692",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="442872566952901219",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="4791865916136685878",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="4963646259205119284",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="497155490035195588",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="5143979715269561208",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="5184847847035350611",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="5497276981117262028",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="5810749084392237805",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="6103200248099563915",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="6720861930611886001",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="6903923636705473652",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="7129869555439540919",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="7232654210812985711",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="7291423823250348682",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="7401526250629688578",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="7445883810624665654",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="745135404615635614",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="7528312639318308476",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="7707450516721345940",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="7875717560906244649",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="8015750266840866422",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="829385159922193531",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="8575419758523369869",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="865377778207366612",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="8717301785494901705",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="881756916249791471",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="9096414062930678928",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="9199575517377469699",user="postgres"} 0 # HELP pg_stat_statements_calls_total Number of times executed # TYPE pg_stat_statements_calls_total counter pg_stat_statements_calls_total{datname="dadus_prod",queryid="-1072391308526540212",user="postgres"} 176 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-1227718944134625597",user="postgres"} 15575 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-1653741862360118648",user="postgres"} 8348 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-176122142563297269",user="postgres"} 3921 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-1777155465482842441",user="postgres"} 40650 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-1834952342997877259",user="postgres"} 286 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-1932267556933366774",user="postgres"} 2429 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-2346547103568270164",user="postgres"} 3988 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-3147397622755785121",user="postgres"} 52488 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-3295463517505174001",user="postgres"} 6693 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-3360753437248185997",user="postgres"} 44 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-3451773450952952225",user="postgres"} 398 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-3550788772553699010",user="postgres"} 78402 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-3698943841566482077",user="postgres"} 48994 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-3738606372636955504",user="postgres"} 3462 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-3827352707247193331",user="postgres"} 4134 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-4120589792379003797",user="postgres"} 215519 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-4182638249896287858",user="postgres"} 1952 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-4362332443468257883",user="postgres"} 464148 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-4372160335712488698",user="postgres"} 4072 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-4533680352834163355",user="postgres"} 5691 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-4833018561992734580",user="postgres"} 70865 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-5042746061727510814",user="postgres"} 1948 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-5524715165743533444",user="postgres"} 1918 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-567055096044619319",user="postgres"} 2595 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-6004283382268108761",user="postgres"} 417804 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-6099477452236923339",user="postgres"} 117853 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-6474489315871005584",user="postgres"} 70860 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-6509223587645235666",user="postgres"} 5268 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-6675076192974966886",user="postgres"} 2413 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-6808221174482768077",user="postgres"} 16490 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-6944384560318436678",user="postgres"} 5846 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-7096727045578290688",user="postgres"} 28803 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-7328527991142673216",user="postgres"} 28530 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-7493068464035588569",user="postgres"} 1650 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-7917091500874214720",user="postgres"} 1878 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-7945004399652789454",user="postgres"} 50104 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-7948726351503070",user="postgres"} 1227 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-8281812930207143702",user="postgres"} 21093 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-8622293250979740802",user="postgres"} 4932 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-8779496556422750250",user="postgres"} 16060 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-895930752857368791",user="postgres"} 16946 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-9120321788391419861",user="postgres"} 10892 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-924192677184249589",user="postgres"} 25027 pg_stat_statements_calls_total{datname="dadus_prod",queryid="1122591722155364801",user="postgres"} 696 pg_stat_statements_calls_total{datname="dadus_prod",queryid="1236530653485236109",user="postgres"} 86 pg_stat_statements_calls_total{datname="dadus_prod",queryid="1244908713854321394",user="postgres"} 534 pg_stat_statements_calls_total{datname="dadus_prod",queryid="1388050477506615197",user="postgres"} 1552 pg_stat_statements_calls_total{datname="dadus_prod",queryid="1439683992649721320",user="postgres"} 50 pg_stat_statements_calls_total{datname="dadus_prod",queryid="1553319844700476177",user="postgres"} 1726 pg_stat_statements_calls_total{datname="dadus_prod",queryid="1556269175026211204",user="postgres"} 2345 pg_stat_statements_calls_total{datname="dadus_prod",queryid="1650273131767123824",user="postgres"} 64431 pg_stat_statements_calls_total{datname="dadus_prod",queryid="1750945811041827312",user="postgres"} 42824 pg_stat_statements_calls_total{datname="dadus_prod",queryid="1798807098389975493",user="postgres"} 1763 pg_stat_statements_calls_total{datname="dadus_prod",queryid="2212102807565583607",user="postgres"} 1056 pg_stat_statements_calls_total{datname="dadus_prod",queryid="2228423305232190997",user="postgres"} 2469 pg_stat_statements_calls_total{datname="dadus_prod",queryid="2241571199136901190",user="postgres"} 1577 pg_stat_statements_calls_total{datname="dadus_prod",queryid="2342084249146603950",user="postgres"} 100 pg_stat_statements_calls_total{datname="dadus_prod",queryid="2665742796123031204",user="postgres"} 268 pg_stat_statements_calls_total{datname="dadus_prod",queryid="3036347244497421260",user="postgres"} 403 pg_stat_statements_calls_total{datname="dadus_prod",queryid="3244384286046083990",user="postgres"} 1716 pg_stat_statements_calls_total{datname="dadus_prod",queryid="3442948628498293506",user="postgres"} 14703 pg_stat_statements_calls_total{datname="dadus_prod",queryid="3567696341743538145",user="postgres"} 13117 pg_stat_statements_calls_total{datname="dadus_prod",queryid="3727426022131573589",user="postgres"} 12057 pg_stat_statements_calls_total{datname="dadus_prod",queryid="3862530035371984964",user="postgres"} 10 pg_stat_statements_calls_total{datname="dadus_prod",queryid="3917308499721821961",user="postgres"} 2104 pg_stat_statements_calls_total{datname="dadus_prod",queryid="3933215234159868922",user="postgres"} 19589 pg_stat_statements_calls_total{datname="dadus_prod",queryid="4054852938312749778",user="postgres"} 2463 pg_stat_statements_calls_total{datname="dadus_prod",queryid="4076098724412528710",user="postgres"} 17879 pg_stat_statements_calls_total{datname="dadus_prod",queryid="4094180342994367699",user="postgres"} 2035 pg_stat_statements_calls_total{datname="dadus_prod",queryid="4202369754347775977",user="postgres"} 17303 pg_stat_statements_calls_total{datname="dadus_prod",queryid="4366213099146054692",user="postgres"} 34094 pg_stat_statements_calls_total{datname="dadus_prod",queryid="442872566952901219",user="postgres"} 49022 pg_stat_statements_calls_total{datname="dadus_prod",queryid="4791865916136685878",user="postgres"} 20819 pg_stat_statements_calls_total{datname="dadus_prod",queryid="4963646259205119284",user="postgres"} 303 pg_stat_statements_calls_total{datname="dadus_prod",queryid="497155490035195588",user="postgres"} 2229 pg_stat_statements_calls_total{datname="dadus_prod",queryid="5143979715269561208",user="postgres"} 1973 pg_stat_statements_calls_total{datname="dadus_prod",queryid="5184847847035350611",user="postgres"} 78705 pg_stat_statements_calls_total{datname="dadus_prod",queryid="5497276981117262028",user="postgres"} 26034 pg_stat_statements_calls_total{datname="dadus_prod",queryid="5810749084392237805",user="postgres"} 514 pg_stat_statements_calls_total{datname="dadus_prod",queryid="6103200248099563915",user="postgres"} 17846 pg_stat_statements_calls_total{datname="dadus_prod",queryid="6720861930611886001",user="postgres"} 2059 pg_stat_statements_calls_total{datname="dadus_prod",queryid="6903923636705473652",user="postgres"} 126146 pg_stat_statements_calls_total{datname="dadus_prod",queryid="7129869555439540919",user="postgres"} 32397 pg_stat_statements_calls_total{datname="dadus_prod",queryid="7232654210812985711",user="postgres"} 126 pg_stat_statements_calls_total{datname="dadus_prod",queryid="7291423823250348682",user="postgres"} 19526 pg_stat_statements_calls_total{datname="dadus_prod",queryid="7401526250629688578",user="postgres"} 1047 pg_stat_statements_calls_total{datname="dadus_prod",queryid="7445883810624665654",user="postgres"} 1834 pg_stat_statements_calls_total{datname="dadus_prod",queryid="745135404615635614",user="postgres"} 5400 pg_stat_statements_calls_total{datname="dadus_prod",queryid="7528312639318308476",user="postgres"} 13131 pg_stat_statements_calls_total{datname="dadus_prod",queryid="7707450516721345940",user="postgres"} 28529 pg_stat_statements_calls_total{datname="dadus_prod",queryid="7875717560906244649",user="postgres"} 17665 pg_stat_statements_calls_total{datname="dadus_prod",queryid="8015750266840866422",user="postgres"} 1105 pg_stat_statements_calls_total{datname="dadus_prod",queryid="829385159922193531",user="postgres"} 4052 pg_stat_statements_calls_total{datname="dadus_prod",queryid="8575419758523369869",user="postgres"} 14715 pg_stat_statements_calls_total{datname="dadus_prod",queryid="865377778207366612",user="postgres"} 28626 pg_stat_statements_calls_total{datname="dadus_prod",queryid="8717301785494901705",user="postgres"} 2433 pg_stat_statements_calls_total{datname="dadus_prod",queryid="881756916249791471",user="postgres"} 40747 pg_stat_statements_calls_total{datname="dadus_prod",queryid="9096414062930678928",user="postgres"} 3946 pg_stat_statements_calls_total{datname="dadus_prod",queryid="9199575517377469699",user="postgres"} 1435 # HELP pg_stat_statements_rows_total Total number of rows retrieved or affected by the statement # TYPE pg_stat_statements_rows_total counter pg_stat_statements_rows_total{datname="dadus_prod",queryid="-1072391308526540212",user="postgres"} 182 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-1227718944134625597",user="postgres"} 15575 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-1653741862360118648",user="postgres"} 8348 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-176122142563297269",user="postgres"} 2.146234e+06 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-1777155465482842441",user="postgres"} 265 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-1834952342997877259",user="postgres"} 4337 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-1932267556933366774",user="postgres"} 2429 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-2346547103568270164",user="postgres"} 3988 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-3147397622755785121",user="postgres"} 52488 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-3295463517505174001",user="postgres"} 3878 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-3360753437248185997",user="postgres"} 11465 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-3451773450952952225",user="postgres"} 214944 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-3550788772553699010",user="postgres"} 19018 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-3698943841566482077",user="postgres"} 48974 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-3738606372636955504",user="postgres"} 3462 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-3827352707247193331",user="postgres"} 4134 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-4120589792379003797",user="postgres"} 215519 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-4182638249896287858",user="postgres"} 19520 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-4362332443468257883",user="postgres"} 464148 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-4372160335712488698",user="postgres"} 4072 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-4533680352834163355",user="postgres"} 2.54603e+06 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-4833018561992734580",user="postgres"} 68892 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-5042746061727510814",user="postgres"} 1948 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-5524715165743533444",user="postgres"} 1918 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-567055096044619319",user="postgres"} 2254 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-6004283382268108761",user="postgres"} 417804 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-6099477452236923339",user="postgres"} 117853 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-6474489315871005584",user="postgres"} 52496 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-6509223587645235666",user="postgres"} 5268 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-6675076192974966886",user="postgres"} 2413 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-6808221174482768077",user="postgres"} 16490 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-6944384560318436678",user="postgres"} 75047 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-7096727045578290688",user="postgres"} 2.860692e+06 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-7328527991142673216",user="postgres"} 6601 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-7493068464035588569",user="postgres"} 36724 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-7917091500874214720",user="postgres"} 1878 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-7945004399652789454",user="postgres"} 50104 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-7948726351503070",user="postgres"} 4.2945e+06 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-8281812930207143702",user="postgres"} 21093 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-8622293250979740802",user="postgres"} 4932 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-8779496556422750250",user="postgres"} 803000 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-895930752857368791",user="postgres"} 847300 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-9120321788391419861",user="postgres"} 10892 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-924192677184249589",user="postgres"} 4.1387941e+07 pg_stat_statements_rows_total{datname="dadus_prod",queryid="1122591722155364801",user="postgres"} 9761 pg_stat_statements_rows_total{datname="dadus_prod",queryid="1236530653485236109",user="postgres"} 86 pg_stat_statements_rows_total{datname="dadus_prod",queryid="1244908713854321394",user="postgres"} 23280 pg_stat_statements_rows_total{datname="dadus_prod",queryid="1388050477506615197",user="postgres"} 27495 pg_stat_statements_rows_total{datname="dadus_prod",queryid="1439683992649721320",user="postgres"} 20611 pg_stat_statements_rows_total{datname="dadus_prod",queryid="1553319844700476177",user="postgres"} 4399 pg_stat_statements_rows_total{datname="dadus_prod",queryid="1556269175026211204",user="postgres"} 2342 pg_stat_statements_rows_total{datname="dadus_prod",queryid="1650273131767123824",user="postgres"} 64431 pg_stat_statements_rows_total{datname="dadus_prod",queryid="1750945811041827312",user="postgres"} 1.0362108e+07 pg_stat_statements_rows_total{datname="dadus_prod",queryid="1798807098389975493",user="postgres"} 6615 pg_stat_statements_rows_total{datname="dadus_prod",queryid="2212102807565583607",user="postgres"} 1.03242e+06 pg_stat_statements_rows_total{datname="dadus_prod",queryid="2228423305232190997",user="postgres"} 123450 pg_stat_statements_rows_total{datname="dadus_prod",queryid="2241571199136901190",user="postgres"} 23594 pg_stat_statements_rows_total{datname="dadus_prod",queryid="2342084249146603950",user="postgres"} 9350 pg_stat_statements_rows_total{datname="dadus_prod",queryid="2665742796123031204",user="postgres"} 7082 pg_stat_statements_rows_total{datname="dadus_prod",queryid="3036347244497421260",user="postgres"} 1564 pg_stat_statements_rows_total{datname="dadus_prod",queryid="3244384286046083990",user="postgres"} 7582 pg_stat_statements_rows_total{datname="dadus_prod",queryid="3442948628498293506",user="postgres"} 14703 pg_stat_statements_rows_total{datname="dadus_prod",queryid="3567696341743538145",user="postgres"} 12079 pg_stat_statements_rows_total{datname="dadus_prod",queryid="3727426022131573589",user="postgres"} 1.308949e+06 pg_stat_statements_rows_total{datname="dadus_prod",queryid="3862530035371984964",user="postgres"} 1303 pg_stat_statements_rows_total{datname="dadus_prod",queryid="3917308499721821961",user="postgres"} 2104 pg_stat_statements_rows_total{datname="dadus_prod",queryid="3933215234159868922",user="postgres"} 37494 pg_stat_statements_rows_total{datname="dadus_prod",queryid="4054852938312749778",user="postgres"} 64222 pg_stat_statements_rows_total{datname="dadus_prod",queryid="4076098724412528710",user="postgres"} 16491 pg_stat_statements_rows_total{datname="dadus_prod",queryid="4094180342994367699",user="postgres"} 1.563643e+06 pg_stat_statements_rows_total{datname="dadus_prod",queryid="4202369754347775977",user="postgres"} 2.866924e+06 pg_stat_statements_rows_total{datname="dadus_prod",queryid="4366213099146054692",user="postgres"} 118419 pg_stat_statements_rows_total{datname="dadus_prod",queryid="442872566952901219",user="postgres"} 49594 pg_stat_statements_rows_total{datname="dadus_prod",queryid="4791865916136685878",user="postgres"} 20819 pg_stat_statements_rows_total{datname="dadus_prod",queryid="4963646259205119284",user="postgres"} 303 pg_stat_statements_rows_total{datname="dadus_prod",queryid="497155490035195588",user="postgres"} 2229 pg_stat_statements_rows_total{datname="dadus_prod",queryid="5143979715269561208",user="postgres"} 55827 pg_stat_statements_rows_total{datname="dadus_prod",queryid="5184847847035350611",user="postgres"} 30955 pg_stat_statements_rows_total{datname="dadus_prod",queryid="5497276981117262028",user="postgres"} 333808 pg_stat_statements_rows_total{datname="dadus_prod",queryid="5810749084392237805",user="postgres"} 275 pg_stat_statements_rows_total{datname="dadus_prod",queryid="6103200248099563915",user="postgres"} 17846 pg_stat_statements_rows_total{datname="dadus_prod",queryid="6720861930611886001",user="postgres"} 2059 pg_stat_statements_rows_total{datname="dadus_prod",queryid="6903923636705473652",user="postgres"} 126146 pg_stat_statements_rows_total{datname="dadus_prod",queryid="7129869555439540919",user="postgres"} 32397 pg_stat_statements_rows_total{datname="dadus_prod",queryid="7232654210812985711",user="postgres"} 358121 pg_stat_statements_rows_total{datname="dadus_prod",queryid="7291423823250348682",user="postgres"} 41 pg_stat_statements_rows_total{datname="dadus_prod",queryid="7401526250629688578",user="postgres"} 9927 pg_stat_statements_rows_total{datname="dadus_prod",queryid="7445883810624665654",user="postgres"} 9170 pg_stat_statements_rows_total{datname="dadus_prod",queryid="745135404615635614",user="postgres"} 5400 pg_stat_statements_rows_total{datname="dadus_prod",queryid="7528312639318308476",user="postgres"} 13131 pg_stat_statements_rows_total{datname="dadus_prod",queryid="7707450516721345940",user="postgres"} 8550 pg_stat_statements_rows_total{datname="dadus_prod",queryid="7875717560906244649",user="postgres"} 17665 pg_stat_statements_rows_total{datname="dadus_prod",queryid="8015750266840866422",user="postgres"} 1395 pg_stat_statements_rows_total{datname="dadus_prod",queryid="829385159922193531",user="postgres"} 219173 pg_stat_statements_rows_total{datname="dadus_prod",queryid="8575419758523369869",user="postgres"} 14725 pg_stat_statements_rows_total{datname="dadus_prod",queryid="865377778207366612",user="postgres"} 1.8069019e+07 pg_stat_statements_rows_total{datname="dadus_prod",queryid="8717301785494901705",user="postgres"} 2433 pg_stat_statements_rows_total{datname="dadus_prod",queryid="881756916249791471",user="postgres"} 0 pg_stat_statements_rows_total{datname="dadus_prod",queryid="9096414062930678928",user="postgres"} 3946 pg_stat_statements_rows_total{datname="dadus_prod",queryid="9199575517377469699",user="postgres"} 71750 # HELP pg_stat_statements_seconds_total Total time spent in the statement, in seconds # TYPE pg_stat_statements_seconds_total counter pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-1072391308526540212",user="postgres"} 5487.226892125002 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-1227718944134625597",user="postgres"} 6147.391346953998 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-1653741862360118648",user="postgres"} 8593.422472293023 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-176122142563297269",user="postgres"} 19715.40165529604 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-1777155465482842441",user="postgres"} 8247.091242731023 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-1834952342997877259",user="postgres"} 70866.92634180197 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-1932267556933366774",user="postgres"} 273027.4513691712 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-2346547103568270164",user="postgres"} 5447.7536533939965 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-3147397622755785121",user="postgres"} 104630.04831702291 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-3295463517505174001",user="postgres"} 160804.36774986045 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-3360753437248185997",user="postgres"} 6260.442370361001 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-3451773450952952225",user="postgres"} 7242.476557899002 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-3550788772553699010",user="postgres"} 6359.565050617938 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-3698943841566482077",user="postgres"} 78633.99123676818 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-3738606372636955504",user="postgres"} 10927.782748471978 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-3827352707247193331",user="postgres"} 5317.993271094008 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-4120589792379003797",user="postgres"} 502097.7783852372 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-4182638249896287858",user="postgres"} 117630.50703805799 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-4362332443468257883",user="postgres"} 5885.783044718872 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-4372160335712488698",user="postgres"} 5607.286194735997 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-4533680352834163355",user="postgres"} 5222.458233028005 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-4833018561992734580",user="postgres"} 158678.7328532128 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-5042746061727510814",user="postgres"} 7706.380172587983 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-5524715165743533444",user="postgres"} 80239.92343680494 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-567055096044619319",user="postgres"} 13804.803624861972 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-6004283382268108761",user="postgres"} 94881.69918420068 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-6099477452236923339",user="postgres"} 333906.30800585396 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-6474489315871005584",user="postgres"} 88947.39669946831 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-6509223587645235666",user="postgres"} 10605.879270876989 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-6675076192974966886",user="postgres"} 211114.00655504424 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-6808221174482768077",user="postgres"} 27203.205575662152 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-6944384560318436678",user="postgres"} 6058.0392301029815 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-7096727045578290688",user="postgres"} 10810.900454209974 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-7328527991142673216",user="postgres"} 16139.307793718934 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-7493068464035588569",user="postgres"} 99481.42339449604 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-7917091500874214720",user="postgres"} 6383.592730098002 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-7945004399652789454",user="postgres"} 380294.1824115189 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-7948726351503070",user="postgres"} 10698.478951985015 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-8281812930207143702",user="postgres"} 36459.88285849087 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-8622293250979740802",user="postgres"} 13703.260498578973 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-8779496556422750250",user="postgres"} 5499.8653463310075 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-895930752857368791",user="postgres"} 8817.022131468939 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-9120321788391419861",user="postgres"} 8768.99108264202 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-924192677184249589",user="postgres"} 22960.422693227156 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="1122591722155364801",user="postgres"} 19997.319005428024 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="1236530653485236109",user="postgres"} 17971.18625568499 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="1244908713854321394",user="postgres"} 20307.200353788994 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="1388050477506615197",user="postgres"} 154970.5050811412 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="1439683992649721320",user="postgres"} 7126.552082781001 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="1553319844700476177",user="postgres"} 12850.307560092995 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="1556269175026211204",user="postgres"} 121744.938729825 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="1650273131767123824",user="postgres"} 143882.057075235 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="1750945811041827312",user="postgres"} 28739.108718211763 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="1798807098389975493",user="postgres"} 17259.477445858003 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="2212102807565583607",user="postgres"} 134011.87942036908 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="2228423305232190997",user="postgres"} 14967.86918811299 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="2241571199136901190",user="postgres"} 160646.85140071658 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="2342084249146603950",user="postgres"} 25726.52162933901 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="2665742796123031204",user="postgres"} 6474.961231532003 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="3036347244497421260",user="postgres"} 6206.753596787002 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="3244384286046083990",user="postgres"} 110346.13795919094 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="3442948628498293506",user="postgres"} 9641.027688710925 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="3567696341743538145",user="postgres"} 305553.9515130531 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="3727426022131573589",user="postgres"} 15408.05556105502 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="3862530035371984964",user="postgres"} 8565.922797617 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="3917308499721821961",user="postgres"} 18718.281946633022 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="3933215234159868922",user="postgres"} 15648.347573651936 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="4054852938312749778",user="postgres"} 192284.17988835566 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="4076098724412528710",user="postgres"} 25198.311174601065 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="4094180342994367699",user="postgres"} 21702.365114456024 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="4202369754347775977",user="postgres"} 42576.21271562113 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="4366213099146054692",user="postgres"} 15015.135966539136 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="442872566952901219",user="postgres"} 57936.113008227396 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="4791865916136685878",user="postgres"} 47760.48027073279 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="4963646259205119284",user="postgres"} 14309.232049927003 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="497155490035195588",user="postgres"} 27374.067040306025 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="5143979715269561208",user="postgres"} 50240.59145772899 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="5184847847035350611",user="postgres"} 224062.9761922889 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="5497276981117262028",user="postgres"} 8493.098690634975 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="5810749084392237805",user="postgres"} 11733.826604476 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="6103200248099563915",user="postgres"} 31181.757388202932 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="6720861930611886001",user="postgres"} 13248.44272194201 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="6903923636705473652",user="postgres"} 154537.92054420133 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="7129869555439540919",user="postgres"} 55436.95068805693 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="7232654210812985711",user="postgres"} 10529.806154073 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="7291423823250348682",user="postgres"} 25892.12806297078 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="7401526250629688578",user="postgres"} 21016.479737086975 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="7445883810624665654",user="postgres"} 121948.1012195671 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="745135404615635614",user="postgres"} 13086.188981311083 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="7528312639318308476",user="postgres"} 21185.264042022 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="7707450516721345940",user="postgres"} 7576.556381558998 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="7875717560906244649",user="postgres"} 29996.054465904068 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="8015750266840866422",user="postgres"} 16277.489279937998 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="829385159922193531",user="postgres"} 33336.58328762801 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="8575419758523369869",user="postgres"} 16910.277024888997 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="865377778207366612",user="postgres"} 17102.30924882806 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="8717301785494901705",user="postgres"} 201136.43084603673 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="881756916249791471",user="postgres"} 12554.543279915955 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="9096414062930678928",user="postgres"} 82416.7981258033 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="9199575517377469699",user="postgres"} 13648.202693591988 # 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="agr_agreement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="agr_amendment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="agr_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="agr_clause",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="agr_comment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="agr_document",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="agr_document_access_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="agr_document_content",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="agr_document_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="agr_duplicate_check_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="agr_escalation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="agr_extraction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="agr_notification_digest_queue",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="agr_ocr_document",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="agr_party",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="agr_renewal",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="agr_renewal_scenario",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="agr_risk_flag",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="agr_signer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="agr_signing_audit",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="agr_signing_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="agr_signing_token",schemaname="public"} 0 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_policy_settings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_loan_restructure_log",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_bank_format",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_payroll_disbursement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_payroll_disbursement_line",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_gl_mapping",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_liability_payment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_payroll_liability_payment_line",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_recalc_audit",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_payment_batch",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_salary_payment_batch_line",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_action_type",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_alert_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_alert_master",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_alert_notification",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_alert_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_alert_rule_history",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_resource",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_app_resource_action",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_classification",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_ip_allowlist",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_grant",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_record_comment",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_notification",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="cw_trade_approval_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cw_trade_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cw_trade_event",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cw_trade_lifting_plan",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cw_trade_rl",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_pcataloguelines_addon",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_errors_bkp_20260803",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_pricing_policy",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_pricing_policy_scope",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_product_stockout",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_lease_ext",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_aging_snapshot",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_ai_action_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_ai_audit_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_alert",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_alert_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_alert_rule",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_approval_instance",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_approval_workflow",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_audit_trail",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_guarantee",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_bpartner",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_bpartner_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_bpartner_settlement_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_budget_approval",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_budget_phasing",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_budget_transfer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_budget_version",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_cash_deposit",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_cashflow_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_channel_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_channel_settlement_line",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_config_change_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_consolidation_run",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_credit_snapshot",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_dashboard_widget",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_day_close_session",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_document_attachment",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_einvoice_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_einvoice_log",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_meta",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_funds_transfer_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_gift_card_liability",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_gl_balance_transfer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_gl_balance_transfer_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_ic_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_ic_settlement_invoice",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_ic_settlement_line",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_intercompany_agreement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_intercompany_transaction",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_lease",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_lease_schedule",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_sinv_tds",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_loyalty_liability",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_migration_batch",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_migration_batch_line",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_file",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_paymentmethod_data_field",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_posting_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_posting_exception",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_posting_queue",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_posting_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_posting_template_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_posting_template_version",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_report_schedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_report_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_revaluation_detail",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_revaluation_run",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_tax_country_config",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="fin_unallocated_transaction",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_lpn",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_lpn_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_process_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_table_designer",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_billing_model",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_contract_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_contract_frequency",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_contract_price_break",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_contract_schedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_contract_type",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_withholding_tax_adjustment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_withholding_tax_adjustment_line",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_approval",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_approval_matrix",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_approval_matrix_stage",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_checklist_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_checklist_template_item",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_commercial",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_contractor_assignment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_contractor_rating",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_cost_head",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_cost_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_cost_line_quote",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_delay_reason",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_doc_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_doc_requirement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_doc_waiver",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_document",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_evaluation",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_fitout_delay",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_fitout_progress",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_fitout_task",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_fitout_task_dependency",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_milestone_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_milestone_template_task",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_payment_stage",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_type",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_projection_month",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_projection_year",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_query",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_query_message",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_readiness_item",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_score_weight",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_score_weight_version",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_contract",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_contract_billing_model",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_contract_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_contract_frequency",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_contract_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_contract_price_break",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_contract_schedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_contract_type",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="agr_agreement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="agr_amendment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="agr_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="agr_clause",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="agr_comment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="agr_document",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="agr_document_access_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="agr_document_content",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="agr_document_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="agr_duplicate_check_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="agr_escalation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="agr_extraction",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="agr_notification_digest_queue",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="agr_ocr_document",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="agr_party",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="agr_renewal",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="agr_renewal_scenario",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="agr_risk_flag",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="agr_signer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="agr_signing_audit",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="agr_signing_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="agr_signing_token",schemaname="public"} 0 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"} 46 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"} 2 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"} 0 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_policy_settings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_loan_restructure_log",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_bank_format",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_payroll_disbursement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_payroll_disbursement_line",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_gl_mapping",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_liability_payment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_payroll_liability_payment_line",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_recalc_audit",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_payment_batch",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_salary_payment_batch_line",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_action_type",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_alert_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_alert_master",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_alert_notification",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_alert_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_alert_rule_history",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"} 9 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_resource",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_app_resource_action",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 4 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 8 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"} 2 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 7 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_classification",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"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 9 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"} 7 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_ip_allowlist",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"} 0 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"} 9 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"} 9 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"} 0 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_grant",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"} 0 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_process_log",schemaname="public"} 3 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"} 7 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"} 10 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"} 1 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_record_comment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_reference_schema",schemaname="public"} 9 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_releases",schemaname="public"} 2 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"} 9 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 0 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"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 0 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"} 2973 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"} 9 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 4 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 0 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"} 146 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_notification",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"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 0 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"} 0 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"} 16 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="cw_trade_approval_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cw_trade_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cw_trade_event",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cw_trade_lifting_plan",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cw_trade_rl",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"} 4 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 0 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"} 8 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 0 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"} 2 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"} 17 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 7 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"} 4 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 5 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"} 0 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"} 1130 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"} 2 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"} 2 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"} 0 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"} 1 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"} 3 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_pcataloguelines_addon",schemaname="public"} 3 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"} 5387 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_pos_errors_bkp_20260803",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 2 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_pricing_policy",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_pricing_policy_scope",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_product_stockout",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 0 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"} 0 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"} 13 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 8 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"} 1340 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 7 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 2 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 15 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 2 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 0 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_lease_ext",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"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 0 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_aging_snapshot",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_ai_action_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_ai_audit_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_alert",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_alert_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_alert_rule",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_approval_instance",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_approval_workflow",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_audit_trail",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_guarantee",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_bpartner",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_bpartner_settlement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_bpartner_settlement_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_budget_approval",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_budget_phasing",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_budget_transfer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_budget_version",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"} 0 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_cash_deposit",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_cashflow_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_channel_settlement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_channel_settlement_line",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_config_change_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_consolidation_run",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_credit_snapshot",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_dashboard_widget",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_day_close_session",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_document_attachment",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_einvoice_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_einvoice_log",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_meta",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"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 1535 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"} 2 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_funds_transfer_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_gift_card_liability",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_gl_balance_transfer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_gl_balance_transfer_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_ic_settlement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_ic_settlement_invoice",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_ic_settlement_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 3 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_intercompany_agreement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_intercompany_transaction",schemaname="public"} 0 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_lease",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_lease_schedule",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"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 0 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"} 0 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"} 0 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_sinv_tds",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 0 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"} 0 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_loyalty_liability",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_migration_batch",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_migration_batch_line",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"} 0 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_file",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"} 0 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_paymentmethod_data_field",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_posting_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_posting_exception",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_posting_queue",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_posting_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_posting_template_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_posting_template_version",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"} 4 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 3 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"} 17 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_report_schedule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_report_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_revaluation_detail",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_revaluation_run",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_tax_country_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_unallocated_transaction",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="hsncode",schemaname="public"} 0 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_addon_group",schemaname="public"} 0 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"} 11 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"} 5 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"} 0 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_inventory",schemaname="public"} 15 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 0 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_inventory_media",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_inventory_receiptline",schemaname="public"} 0 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"} 2 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_lpn",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_lpn_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_material_request",schemaname="public"} 3 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_movement",schemaname="public"} 5 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_movementline",schemaname="public"} 2 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"} 16 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 0 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_product_images",schemaname="public"} 0 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_product_meta",schemaname="public"} 0 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"} 12 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"} 2 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"} 10 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"} 6 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"} 245 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 31 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 2 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 46 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"} 4 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 2 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"} 8 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 26 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 2 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"} 4 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"} 2 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 0 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"} 0 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"} 0 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"} 4 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"} 10 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_process_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"} 0 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_table_designer",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_billing_model",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_contract_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_contract_frequency",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_contract_price_break",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_contract_schedule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_contract_type",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"} 24 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"} 15 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"} 46 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"} 4 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"} 2 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 30 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"} 2 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 2 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"} 0 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"} 0 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"} 0 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_withholding_tax_adjustment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_withholding_tax_adjustment_line",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_approval",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_approval_matrix",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_approval_matrix_stage",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_checklist_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_checklist_template_item",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_commercial",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_contractor_assignment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_contractor_rating",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_cost_head",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_cost_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_cost_line_quote",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_delay_reason",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_doc_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_doc_requirement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_doc_waiver",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_document",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_evaluation",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_fitout_delay",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_fitout_progress",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_fitout_task",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_fitout_task_dependency",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_milestone_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_milestone_template_task",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_payment_stage",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_type",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_projection_month",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_projection_year",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_query",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_query_message",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_readiness_item",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_score_weight",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_score_weight_version",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"} 2 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"} 6 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"} 0 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"} 212 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 621 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"} 408 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_contract",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_contract_billing_model",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_contract_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_contract_frequency",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_contract_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_contract_price_break",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_contract_schedule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_contract_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_customer",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 0 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"} 3 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"} 5 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"} 0 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"} 8 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"} 8 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"} 2 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_orderline",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 0 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"} 6 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_pfinvoice_tax",schemaname="public"} 0 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"} 2 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 0 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_quotation_line_addons",schemaname="public"} 0 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_quotation_tax",schemaname="public"} 0 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="agr_agreement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="agr_amendment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="agr_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="agr_clause",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="agr_comment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="agr_document",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="agr_document_access_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="agr_document_content",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="agr_document_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="agr_duplicate_check_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="agr_escalation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="agr_extraction",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="agr_notification_digest_queue",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="agr_ocr_document",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="agr_party",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="agr_renewal",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="agr_renewal_scenario",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="agr_risk_flag",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="agr_signer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="agr_signing_audit",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="agr_signing_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="agr_signing_token",schemaname="public"} 0 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"} 3 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"} 0 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_policy_settings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_loan_restructure_log",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_bank_format",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_payroll_disbursement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_payroll_disbursement_line",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_gl_mapping",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_liability_payment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_payroll_liability_payment_line",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_recalc_audit",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_payment_batch",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_salary_payment_batch_line",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_action_type",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_alert_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_alert_master",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_alert_notification",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_alert_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_alert_rule_history",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"} 0 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"} 9 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_resource",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_app_resource_action",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 4 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"} 11 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"} 2 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_classification",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"} 5 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"} 222 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"} 5 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_ip_allowlist",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"} 10 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"} 9 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_grant",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"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_process_log",schemaname="public"} 22 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 2 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 5 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"} 11 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_record_comment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_reference_schema",schemaname="public"} 9 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 3 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"} 0 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"} 9 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"} 53 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"} 4788 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"} 0 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"} 9 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"} 8 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"} 22 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_notification",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"} 0 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"} 17 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="cw_trade_approval_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cw_trade_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cw_trade_event",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cw_trade_lifting_plan",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cw_trade_rl",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"} 0 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"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 0 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"} 0 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"} 9 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"} 4 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"} 3 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 3 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"} 2839 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"} 0 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"} 1 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"} 1 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"} 2 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_pcataloguelines_addon",schemaname="public"} 0 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"} 1 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"} 6264 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_pos_errors_bkp_20260803",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 11 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_pricing_policy",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_pricing_policy_scope",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_product_stockout",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"} 3 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 0 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"} 3010 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"} 3 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 1 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"} 0 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"} 4 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 7 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 5 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"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 3 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 0 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"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 0 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_lease_ext",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_aging_snapshot",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_ai_action_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_ai_audit_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_alert",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_alert_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_alert_rule",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_approval_instance",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_approval_workflow",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_audit_trail",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_guarantee",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_bpartner",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_bpartner_settlement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_bpartner_settlement_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_budget_approval",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_budget_phasing",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_budget_transfer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_budget_version",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_cash_deposit",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_cashflow_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_channel_settlement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_channel_settlement_line",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_config_change_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_consolidation_run",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_credit_snapshot",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_dashboard_widget",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_day_close_session",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_document_attachment",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_einvoice_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_einvoice_log",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_meta",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"} 3254 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"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_funds_transfer_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_gift_card_liability",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_gl_balance_transfer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_gl_balance_transfer_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_ic_settlement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_ic_settlement_invoice",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_ic_settlement_line",schemaname="public"} 0 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_intercompany_agreement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_intercompany_transaction",schemaname="public"} 0 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_lease",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_lease_schedule",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"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 0 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"} 3 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_sinv_tds",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_loyalty_liability",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_migration_batch",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_migration_batch_line",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"} 0 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_file",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"} 0 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_paymentmethod_data_field",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 0 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_posting_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_posting_exception",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_posting_queue",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_posting_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_posting_template_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_posting_template_version",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"} 6 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 16 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"} 2 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 1 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_report_schedule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_report_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_revaluation_detail",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_revaluation_run",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_tax_country_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 2 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_unallocated_transaction",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="flyway_schema_history",schemaname="public"} 0 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"} 1 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"} 5 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"} 0 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"} 2 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_lpn",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_lpn_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_movementline",schemaname="public"} 4 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"} 3 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 0 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"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_product_category",schemaname="public"} 38 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"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_product_meta",schemaname="public"} 0 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"} 1 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"} 2 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"} 2 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"} 21 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"} 22 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 2 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 3 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"} 2 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"} 0 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"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 7 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 7 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 2 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 1 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"} 0 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"} 10 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"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 0 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"} 0 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"} 0 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"} 1 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"} 36 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_process_designer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 1 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_table_designer",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"} 0 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_billing_model",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_contract_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_contract_frequency",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_contract_price_break",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_contract_schedule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_contract_type",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"} 11 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"} 3 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"} 6 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"} 3 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"} 1 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"} 3 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 14 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"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 0 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_withholding_tax_adjustment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_withholding_tax_adjustment_line",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_approval",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pm_approval_matrix",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pm_approval_matrix_stage",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_checklist_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pm_checklist_template_item",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pm_commercial",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pm_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pm_contractor_assignment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pm_contractor_rating",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pm_cost_head",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pm_cost_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pm_cost_line_quote",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pm_delay_reason",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pm_doc_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pm_doc_requirement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pm_doc_waiver",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_document",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pm_evaluation",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_fitout_delay",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pm_fitout_progress",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pm_fitout_task",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pm_fitout_task_dependency",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pm_milestone_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pm_milestone_template_task",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_payment_stage",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_type",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_projection_month",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pm_projection_year",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pm_query",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pm_query_message",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pm_readiness_item",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_score_weight",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pm_score_weight_version",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"} 0 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"} 0 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"} 0 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"} 384 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 1078 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"} 1074 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_contract",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_contract_billing_model",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_contract_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_contract_frequency",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_contract_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_contract_price_break",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_contract_schedule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_contract_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_customer",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 0 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"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 0 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"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 2 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"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_orderline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 2 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"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 0 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="agr_agreement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="agr_amendment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="agr_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="agr_clause",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="agr_comment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="agr_document",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="agr_document_access_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="agr_document_content",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="agr_document_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="agr_duplicate_check_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="agr_escalation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="agr_extraction",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="agr_notification_digest_queue",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="agr_ocr_document",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="agr_party",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="agr_renewal",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="agr_renewal_scenario",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="agr_risk_flag",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="agr_signer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="agr_signing_audit",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="agr_signing_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="agr_signing_token",schemaname="public"} 0 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"} 1.2800202e+07 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 2569 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"} 15007 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_policy_settings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_loan_restructure_log",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_bank_format",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_payroll_disbursement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_payroll_disbursement_line",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_gl_mapping",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_liability_payment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_payroll_liability_payment_line",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_recalc_audit",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_payment_batch",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_salary_payment_batch_line",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_action_type",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_alert_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_alert_master",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_alert_notification",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_alert_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_alert_rule_history",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"} 45 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"} 309047 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"} 22162 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_app_resource",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_app_resource_action",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 39047 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"} 92844 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 44 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"} 732 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 2541 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.50810032e+08 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"} 359538 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"} 6 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_client_apps",schemaname="public"} 7731 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"} 1802 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"} 37291 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_classification",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"} 1.2643071e+07 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_doctype_template",schemaname="public"} 21 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"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 699 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"} 4 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"} 34676 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 12 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_ip_allowlist",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"} 2334 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"} 3316 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"} 8561 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"} 3.398171e+06 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_permission_grant",schemaname="public"} 961 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"} 331 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_permission_group_set",schemaname="public"} 9 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"} 19387 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"} 751452 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_process_access",schemaname="public"} 31371 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"} 4.524243e+06 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"} 73634 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"} 2642 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_process_window_schema",schemaname="public"} 3853 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_record_comment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_reference_schema",schemaname="public"} 8068 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"} 556479 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_releases",schemaname="public"} 460 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"} 16165 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 317626 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"} 377408 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"} 20747 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"} 590319 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"} 34 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"} 79602 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"} 4.823083e+06 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"} 198566 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"} 5.953263e+06 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"} 7.6069343e+07 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 9 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 1.005089e+06 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 8 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"} 8555 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_user_mfa",schemaname="public"} 4 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_user_notification",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"} 4311 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"} 9.693183e+06 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 951787 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"} 37 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"} 2.591984e+06 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="cw_trade_approval_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cw_trade_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cw_trade_event",schemaname="public"} 33135 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cw_trade_lifting_plan",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cw_trade_rl",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"} 8 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 4727 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 330370 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"} 1.821214e+06 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"} 891 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_configurations",schemaname="public"} 6498 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"} 1929 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"} 517766 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 311313 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"} 24590 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 77102 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_fb_production_center",schemaname="public"} 423736 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_fb_production_center_access",schemaname="public"} 3 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"} 62955 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"} 74477 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"} 775 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"} 79 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 7088 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"} 39886 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 22039 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"} 357 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"} 42 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"} 262868 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 925361 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"} 10155 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"} 2.9412904e+07 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_pcataloguelines_addon",schemaname="public"} 18 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 82 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 29 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"} 15823 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 389246 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_pos_errors_bkp_20260803",schemaname="public"} 0 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_pricing_policy",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_pricing_policy_scope",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 118094 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_product_stockout",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"} 4483 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"} 9 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"} 155621 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 668131 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"} 8.315419e+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"} 7859 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 174405 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"} 1 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 14 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 122959 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 24309 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 46398 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"} 1870 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 6283 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"} 0 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_lease_ext",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"} 1241 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 82 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_aging_snapshot",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_ai_action_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_ai_audit_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_alert",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_alert_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_alert_rule",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_approval_instance",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_approval_workflow",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_audit_trail",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_guarantee",schemaname="public"} 64 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_bpartner",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_bpartner_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_bpartner_settlement_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_budget_approval",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_budget_phasing",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_budget_transfer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_budget_version",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_cash_deposit",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_cashflow_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_channel_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_channel_settlement_line",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_config_change_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_consolidation_run",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_credit_snapshot",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_dashboard_widget",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_day_close_session",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_document_attachment",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_einvoice_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_einvoice_log",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_meta",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"} 603393 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"} 3069 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_funds_transfer_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_gift_card_liability",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_gl_balance_transfer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_gl_balance_transfer_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_ic_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_ic_settlement_invoice",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_ic_settlement_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 19 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_intercompany_agreement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_intercompany_transaction",schemaname="public"} 0 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_lease",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_lease_schedule",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"} 6 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 46718 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"} 58933 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 2 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"} 24 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_sinv_tds",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 3 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_loyalty_liability",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_migration_batch",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_migration_batch_line",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"} 1588 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_file",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"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 53387 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_paymentmethod_data_field",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 44 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_posting_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_posting_exception",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_posting_queue",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_posting_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_posting_template_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_posting_template_version",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"} 3.229162e+06 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 2.37514e+06 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 7.4500006e+07 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 1.0934115e+07 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_report_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_report_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_revaluation_detail",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_revaluation_run",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_tax_country_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 99800 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_unallocated_transaction",schemaname="public"} 0 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"} 3.730063e+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"} 4 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"} 8244 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_addon_group",schemaname="public"} 815834 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"} 1.632895e+06 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"} 200268 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 402063 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"} 142312 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 1.1992952e+07 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"} 163 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 4 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"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_inventory_receiptline",schemaname="public"} 0 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"} 5.846992e+06 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_lpn",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_lpn_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_material_request",schemaname="public"} 6314 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_movement",schemaname="public"} 7.71668e+06 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_movementline",schemaname="public"} 6465 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"} 13 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_pricing_ccategory",schemaname="public"} 8730 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"} 4 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"} 8730 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"} 8729 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_pricingrule",schemaname="public"} 173 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"} 3.31818305e+08 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 164 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"} 88463 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_product_category",schemaname="public"} 3.1702462e+07 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"} 172314 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"} 4.693108e+06 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"} 3.291242e+06 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"} 1.23686525e+08 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"} 2.011839e+06 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.164065797e+09 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 691371 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 890 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"} 8.599546e+06 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 51834 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"} 2.535166e+06 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"} 2.972875e+06 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 1.931268e+07 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"} 2.648406e+06 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 1.04288951e+08 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"} 1.297884e+06 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 61497 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"} 2.3560466e+07 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"} 7.401747e+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"} 3 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"} 0 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"} 1.9734116e+07 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"} 241491 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"} 1838 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"} 3358 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_process_designer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 156 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_table_designer",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"} 4 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_contract_billing_model",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_contract_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_contract_frequency",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_contract_price_break",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_contract_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_contract_type",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"} 1.833522e+07 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"} 334652 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"} 1.453439e+06 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"} 9.5171755e+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"} 901 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"} 2 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"} 7.403482e+06 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"} 1.203651e+06 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"} 46 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_withholding_tax_adjustment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_withholding_tax_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_workorder",schemaname="public"} 16 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_approval",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pm_approval_matrix",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pm_approval_matrix_stage",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_checklist_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pm_checklist_template_item",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pm_commercial",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pm_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pm_contractor_assignment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pm_contractor_rating",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pm_cost_head",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pm_cost_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pm_cost_line_quote",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pm_delay_reason",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pm_doc_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pm_doc_requirement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pm_doc_waiver",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_document",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pm_evaluation",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_fitout_delay",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pm_fitout_progress",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pm_fitout_task",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pm_fitout_task_dependency",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pm_milestone_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pm_milestone_template_task",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_payment_stage",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_type",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_projection_month",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pm_projection_year",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pm_query",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pm_query_message",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pm_readiness_item",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_score_weight",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pm_score_weight_version",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"} 3.549629e+07 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"} 2.074973e+06 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"} 11016 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 101916 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"} 80 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"} 131953 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_contract",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_contract_billing_model",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_contract_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_contract_frequency",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_contract_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_contract_price_break",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_contract_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_contract_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_customer",schemaname="public"} 1.73614764e+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.07946e+07 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"} 276147 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"} 11 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 278 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"} 491 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 38 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_invoice",schemaname="public"} 7.56413546e+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.47359249e+08 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.40246318e+08 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 1 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"} 1.26242894e+08 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"} 9.647344e+06 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_orderline",schemaname="public"} 1.59620128e+09 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 331 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"} 194 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_pfinvoice_line",schemaname="public"} 4501 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"} 6.110503e+06 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"} 1.48918879e+08 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 3 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_quotation",schemaname="public"} 99 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_quotation_line",schemaname="public"} 589 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"} 10 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"} 36765 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="agr_agreement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="agr_amendment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="agr_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="agr_clause",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="agr_comment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="agr_document",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="agr_document_access_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="agr_document_content",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="agr_document_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="agr_duplicate_check_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="agr_escalation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="agr_extraction",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="agr_notification_digest_queue",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="agr_ocr_document",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="agr_party",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="agr_renewal",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="agr_renewal_scenario",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="agr_risk_flag",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="agr_signer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="agr_signing_audit",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="agr_signing_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="agr_signing_token",schemaname="public"} 0 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.213319e+07 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 1277 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"} 15007 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_policy_settings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_loan_restructure_log",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_bank_format",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_payroll_disbursement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_payroll_disbursement_line",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_gl_mapping",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_liability_payment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_payroll_liability_payment_line",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_recalc_audit",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_payment_batch",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_salary_payment_batch_line",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_action_type",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_alert_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_alert_master",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_alert_notification",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_alert_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_alert_rule_history",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"} 42 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"} 309042 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"} 38505 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_app_resource",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_app_resource_action",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 39045 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"} 72665 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 4.177051e+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"} 731 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 2541 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.51986228e+08 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"} 359538 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"} 7731 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"} 1802 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"} 37291 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_classification",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"} 1.2643066e+07 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_doctype_template",schemaname="public"} 21 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"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 699 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"} 4 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"} 338 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 118 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_ip_allowlist",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"} 2185 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"} 3258 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"} 8561 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"} 3.398171e+06 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_permission_grant",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"} 24470 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"} 751452 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_process_access",schemaname="public"} 39037 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"} 4.524243e+06 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"} 73596 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"} 2604 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_process_window_schema",schemaname="public"} 3853 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_record_comment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_reference_schema",schemaname="public"} 7997 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"} 556479 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_releases",schemaname="public"} 460 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"} 13189 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 355224 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"} 377337 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"} 18602 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"} 590318 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"} 34 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"} 56658 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"} 4.823293e+06 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"} 198566 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"} 5.953371e+06 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"} 7.6077665e+07 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 9 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 1.005089e+06 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 8 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"} 8541 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_notification",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"} 9.690776e+06 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 969012 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"} 6 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"} 2.59195e+06 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="cw_trade_approval_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cw_trade_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cw_trade_event",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cw_trade_lifting_plan",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cw_trade_rl",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"} 8 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 4727 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 3.33572241e+08 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"} 393876 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"} 891 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"} 2 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"} 378713 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 107880 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"} 2 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 21038 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_fb_production_center",schemaname="public"} 396442 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_fb_production_center_access",schemaname="public"} 3 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"} 62953 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"} 74465 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"} 775 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"} 79 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 7088 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"} 39885 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 22039 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"} 357 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"} 40 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"} 262868 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 925397 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"} 2484 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"} 1.96889998e+08 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_pcataloguelines_addon",schemaname="public"} 18 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 82 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 27 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"} 15823 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 378803 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_pos_errors_bkp_20260803",schemaname="public"} 0 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_pricing_policy",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_pricing_policy_scope",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 118094 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_product_stockout",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"} 4483 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"} 9 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"} 120473 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 664205 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.0187065e+07 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"} 7859 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 158873 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"} 1 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 13 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 112685 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 18 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 26448 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"} 1870 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 3141 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_lease_ext",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"} 1241 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 82 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_aging_snapshot",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_ai_action_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_ai_audit_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_alert",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_alert_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_alert_rule",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_approval_instance",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_approval_workflow",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_audit_trail",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_guarantee",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_bpartner",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_bpartner_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_bpartner_settlement_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_budget_approval",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_budget_phasing",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_budget_transfer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_budget_version",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_cash_deposit",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_cashflow_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_channel_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_channel_settlement_line",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_config_change_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_consolidation_run",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_credit_snapshot",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_dashboard_widget",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_day_close_session",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_document_attachment",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_einvoice_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_einvoice_log",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_meta",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"} 603393 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"} 3069 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_funds_transfer_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_gift_card_liability",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_gl_balance_transfer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_gl_balance_transfer_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_ic_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_ic_settlement_invoice",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_ic_settlement_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 19 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_intercompany_agreement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_intercompany_transaction",schemaname="public"} 0 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_lease",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_lease_schedule",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"} 6 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 670 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"} 58923 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 2 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"} 24 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_sinv_tds",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 3 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_loyalty_liability",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_migration_batch",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_migration_batch_line",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_file",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"} 99937 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_paymentmethod_data_field",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 34 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_posting_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_posting_exception",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_posting_queue",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_posting_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_posting_template_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_posting_template_version",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"} 6.5912043e+07 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 3.400394e+06 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 9.0196738e+07 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 1.8936937e+07 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_report_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_report_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_revaluation_detail",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_revaluation_run",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_tax_country_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 98820 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_unallocated_transaction",schemaname="public"} 0 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"} 3.730063e+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"} 3 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"} 8244 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_addon_group",schemaname="public"} 815832 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"} 979031 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"} 200268 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 402063 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"} 141346 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 1.199284e+07 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"} 163 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 4 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"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_inventory_receiptline",schemaname="public"} 0 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"} 3.5797972e+07 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_lpn",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_lpn_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_material_request",schemaname="public"} 6314 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_movement",schemaname="public"} 7.715109e+06 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_movementline",schemaname="public"} 3131 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"} 169 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"} 173 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"} 8.06439347e+08 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 288 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"} 79329 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_product_category",schemaname="public"} 3.0431728e+07 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"} 172314 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"} 4.680402e+06 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"} 3.281301e+06 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"} 4.90114303e+08 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"} 1.2687993e+08 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"} 9.99042278e+08 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 687467 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 889 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"} 1.5324556e+07 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 50850 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"} 5.7335796148e+10 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"} 1.1985319e+07 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 1.47620082e+08 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"} 2.623597e+06 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 3.817339618e+09 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"} 1.290459e+06 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 988698 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"} 2.3429809e+07 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"} 1.4007419e+07 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"} 2 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"} 0 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"} 1.9734204e+07 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"} 213282 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"} 1414 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"} 3358 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_process_designer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 156 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_table_designer",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"} 2 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_contract_billing_model",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_contract_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_contract_frequency",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_contract_price_break",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_contract_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_contract_type",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"} 1.8312825e+07 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"} 334382 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"} 1.39312e+06 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"} 9.5134934e+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"} 845 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"} 7.412359e+06 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"} 1.203649e+06 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"} 46 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_withholding_tax_adjustment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_withholding_tax_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_workorder",schemaname="public"} 16 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_approval",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pm_approval_matrix",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pm_approval_matrix_stage",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_checklist_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pm_checklist_template_item",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pm_commercial",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pm_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pm_contractor_assignment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pm_contractor_rating",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pm_cost_head",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pm_cost_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pm_cost_line_quote",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pm_delay_reason",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pm_doc_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pm_doc_requirement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pm_doc_waiver",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_document",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pm_evaluation",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_fitout_delay",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pm_fitout_progress",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pm_fitout_task",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pm_fitout_task_dependency",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pm_milestone_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pm_milestone_template_task",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_payment_stage",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_type",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_projection_month",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pm_projection_year",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pm_query",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pm_query_message",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pm_readiness_item",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_score_weight",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pm_score_weight_version",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"} 8.7010159e+07 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"} 2.074971e+06 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"} 11016 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 130935 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"} 752412 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_contract",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_contract_billing_model",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_contract_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_contract_frequency",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_contract_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_contract_price_break",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_contract_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_contract_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_customer",schemaname="public"} 1.70161163e+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.0782335e+07 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"} 276147 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"} 11 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 275 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"} 491 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 38 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_invoice",schemaname="public"} 4.836881653e+09 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.563993972e+09 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"} 5.524238525e+09 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 1 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"} 2.7326001168e+10 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"} 1.456468e+06 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_orderline",schemaname="public"} 2.257967236e+09 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 326 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"} 192 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_pfinvoice_line",schemaname="public"} 4500 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"} 6.110493e+06 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"} 1.40234196e+08 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 2 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_quotation",schemaname="public"} 99 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_quotation_line",schemaname="public"} 832 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"} 36765 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="agr_agreement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="agr_amendment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="agr_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="agr_clause",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="agr_comment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="agr_document",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="agr_document_access_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="agr_document_content",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="agr_document_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="agr_duplicate_check_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="agr_escalation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="agr_extraction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="agr_notification_digest_queue",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="agr_ocr_document",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="agr_party",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="agr_renewal",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="agr_renewal_scenario",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="agr_risk_flag",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="agr_signer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="agr_signing_audit",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="agr_signing_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="agr_signing_token",schemaname="public"} 0 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_policy_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_loan_restructure_log",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_bank_format",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_payroll_disbursement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_payroll_disbursement_line",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_gl_mapping",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_liability_payment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_payroll_liability_payment_line",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_recalc_audit",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_payment_batch",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_salary_payment_batch_line",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_action_type",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_alert_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_alert_master",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_alert_notification",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_alert_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_alert_rule_history",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_resource",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_app_resource_action",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_classification",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_ip_allowlist",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_grant",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_record_comment",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_notification",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="cw_trade_approval_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cw_trade_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cw_trade_event",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cw_trade_lifting_plan",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cw_trade_rl",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_pcataloguelines_addon",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_errors_bkp_20260803",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_pricing_policy",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_pricing_policy_scope",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_product_stockout",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_lease_ext",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_aging_snapshot",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_ai_action_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_ai_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_alert",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_alert_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_alert_rule",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_approval_instance",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_approval_workflow",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_audit_trail",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_guarantee",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_bpartner",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_bpartner_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_bpartner_settlement_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_budget_approval",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_budget_phasing",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_budget_transfer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_budget_version",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_cash_deposit",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_cashflow_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_channel_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_channel_settlement_line",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_config_change_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_consolidation_run",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_credit_snapshot",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_dashboard_widget",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_day_close_session",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_document_attachment",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_einvoice_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_einvoice_log",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_meta",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_funds_transfer_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_gift_card_liability",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_gl_balance_transfer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_gl_balance_transfer_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_ic_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_ic_settlement_invoice",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_ic_settlement_line",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_intercompany_agreement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_intercompany_transaction",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_lease",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_lease_schedule",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_sinv_tds",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_loyalty_liability",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_migration_batch",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_migration_batch_line",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_file",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_paymentmethod_data_field",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_posting_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_posting_exception",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_posting_queue",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_posting_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_posting_template_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_posting_template_version",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_report_schedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_report_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_revaluation_detail",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_revaluation_run",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_tax_country_config",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="fin_unallocated_transaction",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_lpn",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_lpn_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_process_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_table_designer",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_billing_model",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_contract_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_contract_frequency",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_contract_price_break",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_contract_schedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_contract_type",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_withholding_tax_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_withholding_tax_adjustment_line",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_approval",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_approval_matrix",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_approval_matrix_stage",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_checklist_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_checklist_template_item",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_commercial",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_contractor_assignment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_contractor_rating",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_cost_head",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_cost_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_cost_line_quote",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_delay_reason",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_doc_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_doc_requirement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_doc_waiver",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_document",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_evaluation",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_fitout_delay",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_fitout_progress",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_fitout_task",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_fitout_task_dependency",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_milestone_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_milestone_template_task",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_payment_stage",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_type",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_projection_month",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_projection_year",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_query",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_query_message",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_readiness_item",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_score_weight",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_score_weight_version",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_contract",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_contract_billing_model",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_contract_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_contract_frequency",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_contract_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_contract_price_break",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_contract_schedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_contract_type",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="agr_agreement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="agr_amendment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="agr_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="agr_clause",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="agr_comment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="agr_document",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="agr_document_access_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="agr_document_content",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="agr_document_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="agr_duplicate_check_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="agr_escalation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="agr_extraction",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="agr_notification_digest_queue",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="agr_ocr_document",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="agr_party",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="agr_renewal",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="agr_renewal_scenario",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="agr_risk_flag",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="agr_signer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="agr_signing_audit",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="agr_signing_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="agr_signing_token",schemaname="public"} 0 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.786199994e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 1.78576398e+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.785240326e+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"} 0 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_policy_settings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_loan_restructure_log",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_bank_format",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_payroll_disbursement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_payroll_disbursement_line",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_gl_mapping",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_liability_payment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_payroll_liability_payment_line",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_recalc_audit",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_payment_batch",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_salary_payment_batch_line",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_action_type",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.785494606e+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_alert_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_alert_master",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_alert_notification",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_alert_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_alert_rule_history",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.784702728e+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.786075459e+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_resource",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_app_resource_action",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 1.78457205e+09 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"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 1.786081556e+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.785500429e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 1.786173582e+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_classification",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"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 1.786075459e+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"} 1.785330983e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_integration_error_logs",schemaname="public"} 1.785844003e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 1.785480382e+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_ip_allowlist",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"} 0 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.786075459e+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.786075459e+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"} 0 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_grant",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"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_process",schemaname="public"} 1.786042562e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_process_access",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_process_log",schemaname="public"} 1.786160144e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 1.785132176e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 1.786025294e+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.786075459e+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"} 1.784224051e+09 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_record_comment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_reference_schema",schemaname="public"} 1.786075459e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 1.785569333e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_releases",schemaname="public"} 1.786042622e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_releases_history",schemaname="public"} 1.786042442e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_report",schemaname="public"} 1.786042503e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 1.785416158e+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.786075459e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 0 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"} 1.785416158e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 0 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.786212718e+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.785232643e+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.786075459e+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.785140633e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 1.785861367e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 0 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.78619135e+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_notification",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"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 0 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"} 0 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.786075579e+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="cw_trade_approval_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cw_trade_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cw_trade_event",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cw_trade_lifting_plan",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cw_trade_rl",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.785914889e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 0 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.785316003e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 1.786015488e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 0 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.786036741e+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.784864594e+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.786199453e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 1.785990818e+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.785766502e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 1.786009787e+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.785920288e+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"} 0 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.786210798e+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.785071428e+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.784032893e+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.785236425e+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.785143458e+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"} 0 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"} 1.784898648e+09 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.785998441e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_pcataloguelines_addon",schemaname="public"} 1.78532312e+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.785243571e+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.786212298e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_pos_errors_bkp_20260803",schemaname="public"} 1.78574231e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 1.786207321e+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_pricing_policy",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_pricing_policy_scope",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_product_stockout",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 0 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"} 0 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.786124242e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 1.786124122e+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.786212178e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 1.786203895e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 1.786164877e+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.785087095e+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"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 1.785607613e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 1.785120046e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 1.784915635e+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"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 1.786213018e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 1.785661275e+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"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 0 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_lease_ext",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"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 0 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_aging_snapshot",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_ai_action_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_ai_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_alert",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_alert_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_alert_rule",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_approval_instance",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_approval_workflow",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_audit_trail",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_guarantee",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_bpartner",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_bpartner_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_bpartner_settlement_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_budget_approval",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_budget_phasing",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_budget_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_budget_version",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"} 0 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_cash_deposit",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_cashflow_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_channel_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_channel_settlement_line",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_config_change_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_consolidation_run",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_credit_snapshot",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_dashboard_widget",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_day_close_session",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_document_attachment",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_einvoice_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_einvoice_log",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_meta",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"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 1.786210858e+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.786123642e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_funds_transfer_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_gift_card_liability",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_gl_balance_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_gl_balance_transfer_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_ic_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_ic_settlement_invoice",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_ic_settlement_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 1.785850728e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_intercompany_agreement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_intercompany_transaction",schemaname="public"} 0 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_lease",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_lease_schedule",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"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 1.785473782e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 1.78487672e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 1.785723342e+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"} 0 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_sinv_tds",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 0 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"} 0 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_loyalty_liability",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_migration_batch",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_migration_batch_line",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"} 0 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_file",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"} 0 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_paymentmethod_data_field",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 1.784831138e+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_posting_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_posting_exception",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_posting_queue",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_posting_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_posting_template_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_posting_template_version",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.785756064e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 1.785753422e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 1.785923053e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 1.785343652e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 1.786204675e+09 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_report_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_report_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_revaluation_detail",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_revaluation_run",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_tax_country_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 1.7857596e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_unallocated_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="hsncode",schemaname="public"} 0 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.785350432e+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"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_addon_group",schemaname="public"} 0 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"} 1.786186067e+09 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"} 1.786179524e+09 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"} 0 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"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_inventory",schemaname="public"} 1.786123463e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 0 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"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_inventory_media",schemaname="public"} 1.785955943e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_inventory_receiptline",schemaname="public"} 0 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.785500069e+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_lpn",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_lpn_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_material_request",schemaname="public"} 1.785749093e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_movement",schemaname="public"} 1.786154133e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_movementline",schemaname="public"} 1.78614699e+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.786078101e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 0 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.785912725e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_product_category",schemaname="public"} 1.783937672e+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"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_product_images",schemaname="public"} 0 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"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_product_meta",schemaname="public"} 0 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.78609083e+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.785653472e+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"} 1.786159475e+09 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.78618955e+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.785235593e+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.786205576e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 1.786123702e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 1.785839741e+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"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 1.786206236e+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.785082717e+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.785939917e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 1.785905057e+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.786070416e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 1.785738351e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 1.786160555e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 1.78565065e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 1.785637148e+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.786207617e+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.78573331e+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"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 0 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"} 0 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.784637897e+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"} 0 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.785777067e+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.7849994e+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.785411115e+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_process_designer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 1.78530922e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="ntn_report_designer_fields",schemaname="public"} 0 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_table_designer",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.785587823e+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_billing_model",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_contract_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_contract_frequency",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_contract_price_break",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_contract_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_contract_type",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.78609101e+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.784831156e+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.784831156e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 1.785993999e+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.786189309e+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.785830254e+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.785817046e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 1.786180785e+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.786095937e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 1.786095937e+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"} 0 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"} 0 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"} 0 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_withholding_tax_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_withholding_tax_adjustment_line",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_approval",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_approval_matrix",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_approval_matrix_stage",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_checklist_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_checklist_template_item",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_commercial",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_contractor_assignment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_contractor_rating",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_cost_head",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_cost_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_cost_line_quote",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_delay_reason",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_doc_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_doc_requirement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_doc_waiver",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_document",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_evaluation",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_fitout_delay",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_fitout_progress",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_fitout_task",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_fitout_task_dependency",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_milestone_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_milestone_template_task",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_payment_stage",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_type",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_projection_month",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_projection_year",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_query",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_query_message",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_readiness_item",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_score_weight",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_score_weight_version",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.786119329e+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.786200778e+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"} 0 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.786207856e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 1.786212958e+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.786210798e+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_contract",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_contract_billing_model",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_contract_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_contract_frequency",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_contract_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_contract_price_break",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_contract_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_contract_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_customer",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 0 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.784130288e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 1.784105017e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_invoice",schemaname="public"} 1.785931394e+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.785054941e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 1.7852279e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 1.785054169e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 1.786181025e+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.786208459e+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.785921497e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_orderline",schemaname="public"} 1.786192738e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_orderline_meta",schemaname="public"} 1.785222023e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 1.78547756e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 1.785055101e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 1.785934394e+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"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_pfinvoice_tax",schemaname="public"} 0 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.785907983e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 0 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"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_quotation_line_addons",schemaname="public"} 0 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"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_quotation_tax",schemaname="public"} 0 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="agr_agreement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="agr_amendment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="agr_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="agr_clause",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="agr_comment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="agr_document",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="agr_document_access_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="agr_document_content",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="agr_document_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="agr_duplicate_check_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="agr_escalation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="agr_extraction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="agr_notification_digest_queue",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="agr_ocr_document",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="agr_party",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="agr_renewal",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="agr_renewal_scenario",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="agr_risk_flag",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="agr_signer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="agr_signing_audit",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="agr_signing_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="agr_signing_token",schemaname="public"} 0 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.786102643e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 1.785397911e+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.785493225e+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"} 0 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_policy_settings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_loan_restructure_log",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_bank_format",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_payroll_disbursement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_payroll_disbursement_line",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_gl_mapping",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_liability_payment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_payroll_liability_payment_line",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_recalc_audit",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_payment_batch",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_salary_payment_batch_line",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_action_type",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.785148736e+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_alert_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_alert_master",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_alert_notification",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_alert_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_alert_rule_history",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"} 0 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"} 1.786075459e+09 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_resource",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_app_resource_action",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 1.786075519e+09 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.786014272e+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.785919509e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 1.784831104e+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_classification",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.785293314e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 1.786075459e+09 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"} 1.785344009e+09 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.785844723e+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_ip_allowlist",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"} 1.786075519e+09 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"} 1.786075459e+09 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_grant",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"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_process_log",schemaname="public"} 1.78602471e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 1.785993939e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 1.786015141e+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"} 1.786075519e+09 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_record_comment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_reference_schema",schemaname="public"} 1.786075459e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 1.785903509e+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"} 0 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"} 1.786075459e+09 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"} 1.785419278e+09 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.786210317e+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"} 0 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.786075459e+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.78576742e+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"} 1.786173341e+09 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_notification",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"} 0 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"} 1.786075519e+09 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="cw_trade_approval_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cw_trade_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cw_trade_event",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cw_trade_lifting_plan",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cw_trade_rl",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.785309521e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 0 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"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 0 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"} 0 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.786203655e+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.784831129e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 1.78551015e+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.785682405e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 1.785689008e+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.786210738e+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"} 0 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.784549718e+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"} 1.785309881e+09 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.785828812e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_pcataloguelines_addon",schemaname="public"} 0 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.784738391e+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.786211818e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_pos_errors_bkp_20260803",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 1.785773645e+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_pricing_policy",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_pricing_policy_scope",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_product_stockout",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.786156773e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 0 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.786210378e+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.785675862e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 1.785505301e+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"} 0 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.785898406e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 1.785983434e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 1.785983674e+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"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 1.786179464e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 0 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"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 0 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_lease_ext",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_aging_snapshot",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_ai_action_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_ai_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_alert",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_alert_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_alert_rule",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_approval_instance",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_approval_workflow",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_audit_trail",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_guarantee",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_bpartner",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_bpartner_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_bpartner_settlement_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_budget_approval",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_budget_phasing",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_budget_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_budget_version",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_cash_deposit",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_cashflow_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_channel_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_channel_settlement_line",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_config_change_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_consolidation_run",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_credit_snapshot",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_dashboard_widget",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_day_close_session",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_document_attachment",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_einvoice_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_einvoice_log",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_meta",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.786211818e+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"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_funds_transfer_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_gift_card_liability",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_gl_balance_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_gl_balance_transfer_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_ic_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_ic_settlement_invoice",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_ic_settlement_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 1.785387585e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_intercompany_agreement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_intercompany_transaction",schemaname="public"} 0 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_lease",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_lease_schedule",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"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 1.786093712e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 1.785637204e+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_sinv_tds",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_loyalty_liability",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_migration_batch",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_migration_batch_line",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"} 0 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_file",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"} 0 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_paymentmethod_data_field",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 0 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_posting_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_posting_exception",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_posting_queue",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_posting_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_posting_template_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_posting_template_version",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.78617737e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 1.786199281e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 1.78575337e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 1.786089509e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 1.786196271e+09 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_report_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_report_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_revaluation_detail",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_revaluation_run",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_tax_country_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 1.785675928e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_unallocated_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="flyway_schema_history",schemaname="public"} 0 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.785120766e+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"} 1.785908403e+09 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"} 1.786104793e+09 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.785882133e+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"} 0 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.785882013e+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_lpn",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_lpn_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_movementline",schemaname="public"} 1.785845625e+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.78576308e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 0 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"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_product_category",schemaname="public"} 1.783939893e+09 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"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_product_meta",schemaname="public"} 0 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.784831181e+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.784831159e+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"} 1.78601807e+09 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.785635289e+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.786104914e+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.786096959e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 1.78583974e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 1.785503732e+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.785342448e+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"} 0 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.785206833e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 1.786168365e+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.784831145e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 1.786082136e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 1.786089751e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 1.786071076e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 1.784686828e+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"} 0 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.786030678e+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"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 0 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"} 0 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"} 0 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.784566347e+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.785411115e+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_process_designer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 1.785302798e+09 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_table_designer",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"} 0 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_billing_model",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_contract_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_contract_frequency",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_contract_price_break",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_contract_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_contract_type",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.78599664e+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.785331405e+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.785333925e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 1.785936615e+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.786099632e+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.785247229e+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.785409195e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 1.78610096e+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"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 0 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_withholding_tax_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_withholding_tax_adjustment_line",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_approval",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pm_approval_matrix",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pm_approval_matrix_stage",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_checklist_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pm_checklist_template_item",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pm_commercial",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pm_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pm_contractor_assignment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pm_contractor_rating",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pm_cost_head",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pm_cost_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pm_cost_line_quote",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pm_delay_reason",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pm_doc_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pm_doc_requirement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pm_doc_waiver",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_document",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pm_evaluation",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_fitout_delay",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pm_fitout_progress",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pm_fitout_task",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pm_fitout_task_dependency",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pm_milestone_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pm_milestone_template_task",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_payment_stage",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_type",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_projection_month",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pm_projection_year",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pm_query",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pm_query_message",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pm_readiness_item",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_score_weight",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pm_score_weight_version",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"} 0 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"} 0 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"} 0 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"} 1.786212958e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 1.786210257e+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.786208459e+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_contract",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_contract_billing_model",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_contract_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_contract_frequency",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_contract_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_contract_price_break",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_contract_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_contract_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_customer",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 0 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.784831171e+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"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 0 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"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 1.785842753e+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.785551873e+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"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_orderline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 1.785700598e+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"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 0 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="agr_agreement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="agr_amendment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="agr_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="agr_clause",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="agr_comment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="agr_document",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="agr_document_access_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="agr_document_content",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="agr_document_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="agr_duplicate_check_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="agr_escalation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="agr_extraction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="agr_notification_digest_queue",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="agr_ocr_document",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="agr_party",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="agr_renewal",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="agr_renewal_scenario",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="agr_risk_flag",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="agr_signer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="agr_signing_audit",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="agr_signing_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="agr_signing_token",schemaname="public"} 0 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_policy_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_loan_restructure_log",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_bank_format",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_payroll_disbursement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_payroll_disbursement_line",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_gl_mapping",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_liability_payment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_payroll_liability_payment_line",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_recalc_audit",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_payment_batch",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_salary_payment_batch_line",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_action_type",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_alert_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_alert_master",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_alert_notification",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_alert_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_alert_rule_history",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_resource",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_app_resource_action",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_classification",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_ip_allowlist",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_grant",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_record_comment",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_notification",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="cw_trade_approval_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cw_trade_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cw_trade_event",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cw_trade_lifting_plan",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cw_trade_rl",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_pcataloguelines_addon",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_errors_bkp_20260803",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_pricing_policy",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_pricing_policy_scope",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_product_stockout",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_lease_ext",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_aging_snapshot",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_ai_action_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_ai_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_alert",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_alert_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_alert_rule",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_approval_instance",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_approval_workflow",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_audit_trail",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_guarantee",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_bpartner",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_bpartner_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_bpartner_settlement_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_budget_approval",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_budget_phasing",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_budget_transfer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_budget_version",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_cash_deposit",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_cashflow_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_channel_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_channel_settlement_line",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_config_change_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_consolidation_run",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_credit_snapshot",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_dashboard_widget",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_day_close_session",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_document_attachment",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_einvoice_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_einvoice_log",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_meta",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_funds_transfer_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_gift_card_liability",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_gl_balance_transfer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_gl_balance_transfer_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_ic_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_ic_settlement_invoice",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_ic_settlement_line",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_intercompany_agreement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_intercompany_transaction",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_lease",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_lease_schedule",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_sinv_tds",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_loyalty_liability",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_migration_batch",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_migration_batch_line",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_file",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_paymentmethod_data_field",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_posting_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_posting_exception",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_posting_queue",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_posting_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_posting_template_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_posting_template_version",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_report_schedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_report_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_revaluation_detail",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_revaluation_run",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_tax_country_config",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="fin_unallocated_transaction",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_lpn",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_lpn_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_process_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_table_designer",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_billing_model",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_contract_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_contract_frequency",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_contract_price_break",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_contract_schedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_contract_type",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_withholding_tax_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_withholding_tax_adjustment_line",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_approval",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_approval_matrix",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_approval_matrix_stage",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_checklist_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_checklist_template_item",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_commercial",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_contractor_assignment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_contractor_rating",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_cost_head",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_cost_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_cost_line_quote",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_delay_reason",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_doc_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_doc_requirement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_doc_waiver",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_document",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_evaluation",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_fitout_delay",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_fitout_progress",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_fitout_task",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_fitout_task_dependency",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_milestone_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_milestone_template_task",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_payment_stage",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_type",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_projection_month",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_projection_year",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_query",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_query_message",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_readiness_item",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_score_weight",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_score_weight_version",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_contract",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_contract_billing_model",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_contract_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_contract_frequency",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_contract_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_contract_price_break",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_contract_schedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_contract_type",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="agr_agreement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="agr_amendment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="agr_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="agr_clause",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="agr_comment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="agr_document",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="agr_document_access_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="agr_document_content",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="agr_document_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="agr_duplicate_check_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="agr_escalation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="agr_extraction",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="agr_notification_digest_queue",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="agr_ocr_document",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="agr_party",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="agr_renewal",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="agr_renewal_scenario",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="agr_risk_flag",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="agr_signer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="agr_signing_audit",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="agr_signing_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="agr_signing_token",schemaname="public"} 0 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"} 1368 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 24 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"} 43 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_policy_settings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_loan_restructure_log",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_bank_format",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_payroll_disbursement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_payroll_disbursement_line",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_gl_mapping",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_liability_payment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_payroll_liability_payment_line",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_recalc_audit",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_payment_batch",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_salary_payment_batch_line",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_action_type",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"} 3 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_alert_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_alert_master",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_alert_notification",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_alert_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_alert_rule_history",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"} 9 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"} 1 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"} 1 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_app_resource",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_app_resource_action",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"} 4025 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"} 43 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 549 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"} 1 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"} 1 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"} 2 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_classification",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"} 2 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_file",schemaname="public"} 0 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"} 2 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 8 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_integrations",schemaname="public"} 4 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_integrations_config",schemaname="public"} 4 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_ip_allowlist",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"} 2 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_permission_grant",schemaname="public"} 0 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"} 9 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"} 23 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_process_access",schemaname="public"} 3 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_process_log",schemaname="public"} 7627 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 2 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 16554 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"} 43 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_record_comment",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"} 80 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"} 24 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 3 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"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 6 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 1 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"} 5 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"} 53 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"} 9 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"} 1 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"} 1 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"} 34 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 11 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 45903 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 7 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"} 39 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_notification",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"} 1 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 9 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"} 5 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"} 59 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="cw_trade_approval_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cw_trade_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cw_trade_event",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cw_trade_lifting_plan",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cw_trade_rl",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"} 576 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 8 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"} 248 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"} 363 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"} 2 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"} 3174 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 3560 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"} 1 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 1580 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"} 63 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"} 87 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"} 35 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"} 3 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"} 2086 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"} 140 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"} 4 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"} 11 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"} 1993 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_pcataloguelines_addon",schemaname="public"} 5 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"} 48 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_pos_errors_bkp_20260803",schemaname="public"} 0 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_pricing_policy",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_pricing_policy_scope",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 10 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_product_stockout",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"} 1 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"} 9 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"} 83 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 1122 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"} 33 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"} 424 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 3028 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"} 1 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 691 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"} 44 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"} 105 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 1495 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_wallet",schemaname="public"} 6 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_lease_ext",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_aging_snapshot",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_ai_action_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_ai_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_alert",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_alert_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_alert_rule",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_approval_instance",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_approval_workflow",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_audit_trail",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_guarantee",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_bpartner",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_bpartner_settlement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_bpartner_settlement_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_budget_approval",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_budget_phasing",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_budget_transfer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_budget_version",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_cash_deposit",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_cashflow_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_channel_settlement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_channel_settlement_line",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_config_change_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_consolidation_run",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_credit_snapshot",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_dashboard_widget",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_day_close_session",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_document_attachment",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_einvoice_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_einvoice_log",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_meta",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"} 34 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_funds_transfer_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_gift_card_liability",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_gl_balance_transfer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_gl_balance_transfer_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_ic_settlement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_ic_settlement_invoice",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_ic_settlement_line",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_intercompany_agreement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_intercompany_transaction",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_lease",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_lease_schedule",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"} 108 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"} 50 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 2 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_sinv_tds",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 1 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_loyalty_liability",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_migration_batch",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_migration_batch_line",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_file",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"} 1 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_paymentmethod_data_field",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 12 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_posting_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_posting_exception",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_posting_queue",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_posting_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_posting_template_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_posting_template_version",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"} 8505 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 936 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 25256 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 16 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_report_schedule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_report_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_revaluation_detail",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_revaluation_run",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_tax_country_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 7873 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_unallocated_transaction",schemaname="public"} 0 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"} 1 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"} 8 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"} 73 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"} 1 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 29 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"} 998 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 9 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"} 1 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"} 4010 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_lpn",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_lpn_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_material_request",schemaname="public"} 584 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_movement",schemaname="public"} 3462 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_movementline",schemaname="public"} 1000 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"} 2 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"} 3 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"} 187 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 20 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"} 900 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"} 3 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"} 9 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"} 1188 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"} 1580 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"} 7 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"} 39644 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"} 123 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"} 6075 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 920 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 267 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"} 2 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 413 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"} 906553 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"} 2025 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 1684 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"} 5621 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 2377 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 87790 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 293 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 154 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"} 6287 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"} 3983 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"} 0 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"} 153 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"} 235 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_process_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_table_designer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="ntn_window_designer",schemaname="public"} 1 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"} 2 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"} 9 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_contract_billing_model",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_contract_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_contract_frequency",schemaname="public"} 0 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_contract_price_break",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_contract_schedule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_contract_type",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"} 69 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"} 17 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"} 62 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 164 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"} 250 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"} 2294 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"} 697 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 750 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"} 341 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"} 11 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"} 8 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_withholding_tax_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_withholding_tax_adjustment_line",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_approval",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pm_approval_matrix",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pm_approval_matrix_stage",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_checklist_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pm_checklist_template_item",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pm_commercial",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pm_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pm_contractor_assignment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pm_contractor_rating",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pm_cost_head",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pm_cost_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pm_cost_line_quote",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pm_delay_reason",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pm_doc_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pm_doc_requirement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pm_doc_waiver",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_document",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pm_evaluation",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_fitout_delay",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pm_fitout_progress",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pm_fitout_task",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pm_fitout_task_dependency",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pm_milestone_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pm_milestone_template_task",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_payment_stage",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_type",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_projection_month",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pm_projection_year",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pm_query",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pm_query_message",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pm_readiness_item",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_score_weight",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pm_score_weight_version",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"} 304933 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"} 48957 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"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 22 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"} 38 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_contract",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_contract_billing_model",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_contract_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_contract_frequency",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_contract_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_contract_price_break",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_contract_schedule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_contract_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_customer",schemaname="public"} 45 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"} 13 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 1 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"} 3 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"} 2 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 16 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_invoice",schemaname="public"} 71220 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"} 1848 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 220 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 6837 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 89578 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"} 109192 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"} 427304 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_orderline",schemaname="public"} 223877 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 151 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_orderline_meta",schemaname="public"} 1405 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 1446 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 141691 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 145977 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"} 21 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_pfinvoice_line",schemaname="public"} 8 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_pfinvoice_linetax",schemaname="public"} 8 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_pfinvoice_tax",schemaname="public"} 12 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"} 284 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 9 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"} 7 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"} 7 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="agr_agreement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="agr_amendment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="agr_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="agr_clause",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="agr_comment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="agr_document",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="agr_document_access_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="agr_document_content",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="agr_document_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="agr_duplicate_check_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="agr_escalation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="agr_extraction",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="agr_notification_digest_queue",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="agr_ocr_document",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="agr_party",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="agr_renewal",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="agr_renewal_scenario",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="agr_risk_flag",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="agr_signer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="agr_signing_audit",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="agr_signing_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="agr_signing_token",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 36552 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 36183 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"} 25341 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"} 0 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"} 0 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_policy_settings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_loan_restructure_log",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_bank_format",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_payroll_disbursement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_payroll_disbursement_line",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_gl_mapping",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_liability_payment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_payroll_liability_payment_line",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_recalc_audit",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_payment_batch",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_salary_payment_batch_line",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"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="crm_lead",schemaname="public"} 0 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_action_type",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"} 24494 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_alert_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_alert_master",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_alert_notification",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_alert_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_alert_rule_history",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"} 1153 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"} 272 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"} 3 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_app_resource",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_app_resource_action",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 42 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"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 7.036416e+06 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 69334 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 8643 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_bunit",schemaname="public"} 0 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"} 0 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"} 0 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"} 0 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"} 2 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"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 0 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_classification",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"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_doctype_template",schemaname="public"} 0 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"} 2 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_file",schemaname="public"} 39510 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 78 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"} 137 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_integration_error_logs",schemaname="public"} 154 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 497747 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 6 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_ip_allowlist",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"} 0 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"} 0 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"} 433 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"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_paymentterm",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_permission_grant",schemaname="public"} 0 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"} 24 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_permission_set",schemaname="public"} 3 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_permission_set_access",schemaname="public"} 5 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"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_process",schemaname="public"} 438 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_process_access",schemaname="public"} 83 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_process_log",schemaname="public"} 4.74342e+06 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 205845 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 3.517756e+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"} 432 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_process_window_access",schemaname="public"} 3 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_record_comment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_reference_schema",schemaname="public"} 924 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 56656 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_releases",schemaname="public"} 379 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_releases_history",schemaname="public"} 916 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_report",schemaname="public"} 492 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 1454 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"} 473 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 2 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 13 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_role",schemaname="public"} 19 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 5 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"} 23518 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"} 0 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"} 1679 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_taxcategory",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 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"} 0 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"} 173 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 16 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 7.639032e+06 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 20 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"} 123 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_notification",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"} 0 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"} 15 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 79 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"} 36 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"} 829 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="cw_trade_approval_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cw_trade_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cw_trade_event",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cw_trade_lifting_plan",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cw_trade_rl",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"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 38027 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 27 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwf_workflow_eventstore",schemaname="public"} 18480 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 6358 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 18 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"} 14571 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"} 0 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"} 1 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"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_fb_kot",schemaname="public"} 584578 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"} 41456 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 148210 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"} 96304 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 205206 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_fb_production_center_access",schemaname="public"} 152 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_fb_table",schemaname="public"} 0 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"} 164 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"} 0 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"} 758 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 0 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"} 0 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"} 33997 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_loyalty_settings",schemaname="public"} 0 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"} 55117 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"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 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"} 23856 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_pcataloguelines_addon",schemaname="public"} 519 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 1.37726e+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"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 205 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_pos_errors_bkp_20260803",schemaname="public"} 688 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 1.259674e+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"} 0 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_pricing_policy",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_pricing_policy_scope",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 1 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_product_stockout",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 0 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"} 1 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 0 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"} 9 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"} 5425 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 11322 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"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 475203 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 125370 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"} 11789 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 11 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 126432 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 304024 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 245744 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"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 1222 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 36493 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_wallet",schemaname="public"} 3 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"} 6 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"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 0 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"} 0 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_lease_ext",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"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 0 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"} 0 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"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 0 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_aging_snapshot",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_ai_action_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_ai_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_alert",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_alert_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_alert_rule",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_approval_instance",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_approval_workflow",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_audit_trail",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_guarantee",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_bpartner",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_bpartner_settlement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_bpartner_settlement_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_budget_approval",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_budget_phasing",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_budget_transfer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_budget_version",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"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 0 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"} 0 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_cash_deposit",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_cashflow_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_channel_settlement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_channel_settlement_line",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_config_change_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_consolidation_run",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_credit_snapshot",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_dashboard_widget",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_day_close_session",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_document_attachment",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_einvoice_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_einvoice_log",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"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_expvoucher_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 0 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"} 3812 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_funds_transfer_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_gift_card_liability",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_gl_balance_transfer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_gl_balance_transfer_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_ic_settlement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_ic_settlement_invoice",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_ic_settlement_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 9040 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_intercompany_agreement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_intercompany_transaction",schemaname="public"} 0 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_lease",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_lease_schedule",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"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 49 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 3195 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 272 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 35806 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 660395 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_lin_pinv_tds",schemaname="public"} 0 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_sinv_tds",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 13 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"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 0 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_loyalty_liability",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_migration_batch",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_migration_batch_line",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"} 0 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_file",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"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_paymentmethod_data_field",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 8839 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 0 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"} 0 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_posting_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_posting_exception",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_posting_queue",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_posting_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_posting_template_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_posting_template_version",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.360754e+06 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 1.368451e+06 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 1.37029e+06 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 1.377098e+06 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 1446 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_report_schedule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_report_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_revaluation_detail",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_revaluation_run",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_tax_country_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 1.387935e+06 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_unallocated_transaction",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="hsncode",schemaname="public"} 4 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"} 40903 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="lgs_vehicle",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="lgs_vehicle_model",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_addon_group",schemaname="public"} 5 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"} 1720 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"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 1 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"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_inventory",schemaname="public"} 40881 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 10 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_inventory_issue",schemaname="public"} 70 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 151 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_inventory_media",schemaname="public"} 3875 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_inventory_receiptline",schemaname="public"} 0 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"} 260282 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_lpn",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_lpn_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_material_request",schemaname="public"} 6791 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_movement",schemaname="public"} 87643 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_movementline",schemaname="public"} 346161 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"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_pricing_approval",schemaname="public"} 4 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"} 0 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"} 0 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"} 2 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"} 7732 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 18 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"} 14405 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_product_category",schemaname="public"} 150 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"} 3 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_product_images",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_product_meta",schemaname="public"} 0 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"} 1 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"} 14177 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"} 72993 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"} 9104 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.35751e+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.889427e+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"} 63674 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 34763 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 488553 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"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 4319 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.2210169e+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"} 79326 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 956241 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"} 87040 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 1.168017e+06 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 1.155994e+06 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 81768 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 961150 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"} 88911 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.180206e+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"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 0 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"} 0 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"} 2981 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"} 0 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"} 0 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"} 3520 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"} 74236 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"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="ntn_menu_designer",schemaname="public"} 89 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_process_designer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 82 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="ntn_table_designer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="ntn_window_designer",schemaname="public"} 1 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"} 0 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"} 1218 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"} 1 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_contract_billing_model",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_contract_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_contract_frequency",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_contract_price_break",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_contract_schedule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_contract_type",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"} 9086 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"} 43827 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"} 58111 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 15203 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"} 14184 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"} 74708 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"} 98368 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 24367 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_pricelist",schemaname="public"} 0 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"} 7412 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 4208 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_requisition_line",schemaname="public"} 0 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"} 13 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"} 14 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"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 13 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_withholding_tax_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_withholding_tax_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_workorder",schemaname="public"} 1 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"} 1 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"} 1 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"} 1 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_approval",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pm_approval_matrix",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pm_approval_matrix_stage",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_checklist_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pm_checklist_template_item",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pm_commercial",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pm_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pm_contractor_assignment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pm_contractor_rating",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pm_cost_head",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pm_cost_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pm_cost_line_quote",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pm_delay_reason",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pm_doc_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pm_doc_requirement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pm_doc_waiver",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_document",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pm_evaluation",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_fitout_delay",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pm_fitout_progress",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pm_fitout_task",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pm_fitout_task_dependency",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pm_milestone_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pm_milestone_template_task",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_payment_stage",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_type",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_projection_month",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pm_projection_year",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pm_query",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pm_query_message",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pm_readiness_item",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_score_weight",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pm_score_weight_version",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"} 5.543408e+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"} 1.081949e+06 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"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 0 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"} 0 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"} 2 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="qrtz_locks",schemaname="public"} 0 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"} 0 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_contract",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_contract_billing_model",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_contract_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_contract_frequency",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_contract_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_contract_price_break",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_contract_schedule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_contract_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_customer",schemaname="public"} 47 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"} 57 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 1 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"} 0 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"} 10 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 58 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 38 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"} 351 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 856 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_invoice",schemaname="public"} 1.365997e+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"} 3.128512e+06 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 1.441026e+06 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 4 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 6.250337e+06 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 2.975057e+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.380595e+06 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 2 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"} 5.322514e+06 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_orderline",schemaname="public"} 3.168662e+06 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 1626 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_orderline_meta",schemaname="public"} 55890 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 54647 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 4.077393e+06 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 2.049415e+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"} 3 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_pfinvoice_line",schemaname="public"} 3 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_pfinvoice_linetax",schemaname="public"} 3 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_pfinvoice_tax",schemaname="public"} 2 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_pricelist",schemaname="public"} 0 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"} 7557 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 89 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_quotation",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_quotation_tax",schemaname="public"} 0 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"} 1 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"} 0 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="agr_agreement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="agr_amendment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="agr_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="agr_clause",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="agr_comment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="agr_document",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="agr_document_access_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="agr_document_content",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="agr_document_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="agr_duplicate_check_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="agr_escalation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="agr_extraction",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="agr_notification_digest_queue",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="agr_ocr_document",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="agr_party",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="agr_renewal",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="agr_renewal_scenario",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="agr_risk_flag",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="agr_signer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="agr_signing_audit",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="agr_signing_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="agr_signing_token",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 938 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 252 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"} 1239 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"} 0 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_policy_settings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_loan_restructure_log",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_bank_format",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_payroll_disbursement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_payroll_disbursement_line",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_gl_mapping",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_liability_payment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_payroll_liability_payment_line",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_recalc_audit",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_payment_batch",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_salary_payment_batch_line",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"} 0 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="crm_lead",schemaname="public"} 0 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_action_type",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"} 367 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_alert_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_alert_master",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_alert_notification",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_alert_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_alert_rule_history",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"} 7 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"} 1 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"} 5 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_app_resource",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_app_resource_action",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 42 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"} 162319 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 3231 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 39 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_bunit",schemaname="public"} 8 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"} 0 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"} 0 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"} 0 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"} 9 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"} 0 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_currency",schemaname="public"} 2 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 0 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_classification",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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_doctype_template",schemaname="public"} 0 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"} 6 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_file",schemaname="public"} 1859 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_integration_error_logs",schemaname="public"} 20 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 10387 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 6 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_integrations",schemaname="public"} 5 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_integrations_config",schemaname="public"} 5 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_ip_allowlist",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"} 47 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"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_paymentterm",schemaname="public"} 3 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_permission_grant",schemaname="public"} 0 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"} 24 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_permission_set",schemaname="public"} 12 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_permission_set_access",schemaname="public"} 5 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"} 0 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"} 3 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_process_access",schemaname="public"} 87 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_process_log",schemaname="public"} 6937 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 5513 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 53049 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_process_window_access",schemaname="public"} 3 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_process_window_schema",schemaname="public"} 44 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_record_comment",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"} 2709 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"} 16 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_releases_history",schemaname="public"} 42 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_report",schemaname="public"} 3 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 9 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 33 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 13 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_role",schemaname="public"} 47 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 5 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"} 1 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"} 822 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"} 0 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_tax",schemaname="public"} 10 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_taxcategory",schemaname="public"} 0 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"} 0 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"} 1 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"} 45 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 40 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 254563 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 31 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"} 43 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_notification",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"} 0 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"} 16 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 92 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"} 40 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"} 0 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="cw_trade_approval_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cw_trade_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cw_trade_event",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cw_trade_lifting_plan",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cw_trade_rl",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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 820 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 35 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwf_workflow_eventstore",schemaname="public"} 397 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 142 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 18 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"} 140 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"} 0 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"} 3 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_fb_kot",schemaname="public"} 29131 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"} 775 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 6964 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"} 3744 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 6943 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_fb_production_center_access",schemaname="public"} 32 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_fb_section",schemaname="public"} 0 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"} 57 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"} 0 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"} 0 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"} 38 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 3 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"} 0 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"} 1296 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_loyalty_settings",schemaname="public"} 0 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"} 854 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"} 0 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"} 11 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 38 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"} 96 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_pcataloguelines_addon",schemaname="public"} 45 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 35704 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 41 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_pos_errors_bkp_20260803",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 286 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"} 0 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_pricing_policy",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_pricing_policy_scope",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 27 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_product_stockout",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"} 0 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"} 3 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 0 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"} 18 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"} 241 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 302 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"} 23 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"} 312 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 1481 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"} 384 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 12 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 4647 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 9702 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 10401 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 1142 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_wallet",schemaname="public"} 9 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"} 6 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"} 0 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_lease_ext",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"} 0 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"} 0 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"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 0 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_aging_snapshot",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_ai_action_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_ai_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_alert",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_alert_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_alert_rule",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_approval_instance",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_approval_workflow",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_audit_trail",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_guarantee",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_bpartner",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_bpartner_settlement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_bpartner_settlement_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_budget_approval",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_budget_phasing",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_budget_transfer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_budget_version",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"} 0 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"} 0 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"} 0 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_cash_deposit",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_cashflow_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_channel_settlement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_channel_settlement_line",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_config_change_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_consolidation_run",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_credit_snapshot",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_dashboard_widget",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_day_close_session",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_document_attachment",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_einvoice_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_einvoice_log",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"} 0 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_expvoucher_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 0 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"} 45 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"} 30 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_funds_transfer_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_gift_card_liability",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_gl_balance_transfer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_gl_balance_transfer_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_ic_settlement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_ic_settlement_invoice",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_ic_settlement_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 286 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_intercompany_agreement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_intercompany_transaction",schemaname="public"} 0 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_lease",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_lease_schedule",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"} 50 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 34 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 272 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 1723 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 7104 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 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_sinv_tds",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 14 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 0 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_loyalty_liability",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_migration_batch",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_migration_batch_line",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_file",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"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_paymentmethod_data_field",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 365 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 0 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"} 0 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_posting_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_posting_exception",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_posting_queue",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_posting_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_posting_template_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_posting_template_version",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"} 66989 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 33731 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 34827 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 33181 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 46 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_report_schedule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_report_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_revaluation_detail",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_revaluation_run",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_tax_country_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 33619 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_unallocated_transaction",schemaname="public"} 0 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"} 5 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"} 915 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="lgs_vehicle",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="lgs_vehicle_model",schemaname="public"} 0 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"} 0 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"} 14 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"} 36 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"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 32 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"} 796 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 20 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_inventory_issue",schemaname="public"} 74 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 151 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_inventory_media",schemaname="public"} 41 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"} 8316 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_lpn",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_lpn_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_material_request",schemaname="public"} 269 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_movement",schemaname="public"} 740 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_movementline",schemaname="public"} 1161 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_pricing_approval",schemaname="public"} 6 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"} 0 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"} 0 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"} 5 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"} 417 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 68 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"} 216 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"} 8 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"} 10 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"} 497 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"} 1456 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"} 78 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"} 10066 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"} 83359 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"} 2191 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 1448 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 9864 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"} 2 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 0 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"} 438016 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"} 1820 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 12719 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"} 2828 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 30170 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 40057 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 2576 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 12464 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"} 33 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"} 31121 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 0 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"} 0 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"} 0 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"} 0 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"} 0 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"} 219 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"} 2903 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 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_process_designer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 21 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="ntn_table_designer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="ntn_window_designer",schemaname="public"} 4 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"} 0 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"} 57 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"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_contract_billing_model",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_contract_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_contract_frequency",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_contract_price_break",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_contract_schedule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_contract_type",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"} 0 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"} 1683 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"} 2286 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 250 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"} 317 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"} 2000 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"} 1838 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 519 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_pricelist",schemaname="public"} 0 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"} 345 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 103 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_requisition_line",schemaname="public"} 0 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"} 46 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"} 58 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 46 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_withholding_tax_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_withholding_tax_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_workorder",schemaname="public"} 1 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"} 1 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"} 1 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"} 1 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_approval",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pm_approval_matrix",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pm_approval_matrix_stage",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_checklist_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pm_checklist_template_item",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pm_commercial",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pm_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pm_contractor_assignment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pm_contractor_rating",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pm_cost_head",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pm_cost_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pm_cost_line_quote",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pm_delay_reason",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pm_doc_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pm_doc_requirement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pm_doc_waiver",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_document",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pm_evaluation",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_fitout_delay",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pm_fitout_progress",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pm_fitout_task",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pm_fitout_task_dependency",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pm_milestone_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pm_milestone_template_task",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_payment_stage",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_type",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_projection_month",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pm_projection_year",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pm_query",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pm_query_message",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pm_readiness_item",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_score_weight",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pm_score_weight_version",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"} 29704 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"} 2919 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"} 0 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 0 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"} 21 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="qrtz_locks",schemaname="public"} 0 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"} 0 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"} 19 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_contract",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_contract_billing_model",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_contract_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_contract_frequency",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_contract_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_contract_price_break",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_contract_schedule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_contract_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_customer",schemaname="public"} 183 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"} 87 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 2 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"} 0 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"} 10 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 98 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 38 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"} 14 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"} 55785 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"} 100604 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 37642 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 6 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 201489 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 43750 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"} 1186 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 2 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"} 81668 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_orderline",schemaname="public"} 4787 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 2130 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_orderline_meta",schemaname="public"} 1462 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 860 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 131977 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 98883 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"} 44 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_pfinvoice_line",schemaname="public"} 12 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_pfinvoice_linetax",schemaname="public"} 19 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_pfinvoice_tax",schemaname="public"} 26 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_pricelist",schemaname="public"} 0 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"} 131 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 106 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_quotation",schemaname="public"} 1 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"} 0 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"} 1 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"} 0 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="agr_agreement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="agr_amendment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="agr_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="agr_clause",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="agr_comment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="agr_document",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="agr_document_access_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="agr_document_content",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="agr_document_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="agr_duplicate_check_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="agr_escalation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="agr_extraction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="agr_notification_digest_queue",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="agr_ocr_document",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="agr_party",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="agr_renewal",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="agr_renewal_scenario",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="agr_risk_flag",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="agr_signer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="agr_signing_audit",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="agr_signing_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="agr_signing_token",schemaname="public"} 0 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"} 3 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_policy_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_loan_restructure_log",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_bank_format",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_payroll_disbursement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_payroll_disbursement_line",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_gl_mapping",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_liability_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_payroll_liability_payment_line",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_recalc_audit",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_payment_batch",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_salary_payment_batch_line",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_action_type",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_alert_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_alert_master",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_alert_notification",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_alert_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_alert_rule_history",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"} 1 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_app_resource",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_app_resource_action",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"} 2 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_classification",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"} 2 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_file",schemaname="public"} 0 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_ip_allowlist",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_grant",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"} 2 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_record_comment",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"} 15 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"} 1 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"} 11 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"} 6 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_notification",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"} 5 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"} 2 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="cw_trade_approval_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cw_trade_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cw_trade_event",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cw_trade_lifting_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cw_trade_rl",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"} 1 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"} 12 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"} 3 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"} 100 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_pcataloguelines_addon",schemaname="public"} 0 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"} 98061 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_pos_errors_bkp_20260803",schemaname="public"} 0 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_pricing_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_pricing_policy_scope",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_product_stockout",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"} 1 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"} 9 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"} 1 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_lease_ext",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_aging_snapshot",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_ai_action_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_ai_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_alert",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_alert_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_alert_rule",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_approval_instance",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_approval_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_audit_trail",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_guarantee",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_bpartner",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_bpartner_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_bpartner_settlement_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_budget_approval",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_budget_phasing",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_budget_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_budget_version",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_cash_deposit",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_cashflow_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_channel_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_channel_settlement_line",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_config_change_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_consolidation_run",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_credit_snapshot",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_dashboard_widget",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_day_close_session",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_document_attachment",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_einvoice_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_einvoice_log",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_meta",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_funds_transfer_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_gift_card_liability",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_gl_balance_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_gl_balance_transfer_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_ic_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_ic_settlement_invoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_ic_settlement_line",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_intercompany_agreement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_intercompany_transaction",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_lease",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_lease_schedule",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"} 10 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 2 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_sinv_tds",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_loyalty_liability",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_migration_batch",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_migration_batch_line",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_file",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_paymentmethod_data_field",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 10 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_posting_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_posting_exception",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_posting_queue",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_posting_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_posting_template_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_posting_template_version",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"} 1 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 1 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 37 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 978 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_report_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_report_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_revaluation_detail",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_revaluation_run",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_tax_country_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 980 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_unallocated_transaction",schemaname="public"} 0 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"} 2 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_lpn",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_lpn_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"} 160 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_movementline",schemaname="public"} 3298 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"} 6 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"} 169 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"} 5 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 20 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 120 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"} 2 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"} 8 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 356 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"} 1 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"} 4 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"} 87 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"} 1189 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"} 0 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"} 4 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"} 199 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_process_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_table_designer",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_billing_model",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_contract_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_contract_frequency",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_contract_price_break",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_contract_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_contract_type",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"} 6 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"} 37 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"} 176 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 7661 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"} 14 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"} 310 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"} 3403 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 23638 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"} 55 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_withholding_tax_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_withholding_tax_adjustment_line",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_approval",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_approval_matrix",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_approval_matrix_stage",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_checklist_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_checklist_template_item",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_commercial",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_contractor_assignment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_contractor_rating",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_cost_head",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_cost_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_cost_line_quote",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_delay_reason",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_doc_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_doc_requirement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_doc_waiver",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_document",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_evaluation",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_fitout_delay",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_fitout_progress",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_fitout_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_fitout_task_dependency",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_milestone_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_milestone_template_task",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_payment_stage",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_type",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_projection_month",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_projection_year",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_query",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_query_message",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_readiness_item",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_score_weight",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_score_weight_version",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"} 79 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"} 10850 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_contract",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_contract_billing_model",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_contract_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_contract_frequency",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_contract_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_contract_price_break",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_contract_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_contract_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_customer",schemaname="public"} 2 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"} 5 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"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 1 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"} 10 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"} 20 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 28 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 1 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 1447 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 662925 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"} 0 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"} 47 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 103 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"} 19 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 2637 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 471795 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"} 1 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_pfinvoice_linetax",schemaname="public"} 8 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_pfinvoice_tax",schemaname="public"} 12 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"} 29 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 8 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="agr_agreement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="agr_amendment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="agr_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="agr_clause",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="agr_comment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="agr_document",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="agr_document_access_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="agr_document_content",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="agr_document_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="agr_duplicate_check_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="agr_escalation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="agr_extraction",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="agr_notification_digest_queue",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="agr_ocr_document",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="agr_party",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="agr_renewal",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="agr_renewal_scenario",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="agr_risk_flag",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="agr_signer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="agr_signing_audit",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="agr_signing_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="agr_signing_token",schemaname="public"} 0 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"} 107159 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 299 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"} 1336 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_policy_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_loan_restructure_log",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_bank_format",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_payroll_disbursement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_payroll_disbursement_line",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_gl_mapping",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_liability_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_payroll_liability_payment_line",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_recalc_audit",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_payment_batch",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_salary_payment_batch_line",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_action_type",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_alert_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_alert_master",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_alert_notification",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_alert_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_alert_rule_history",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"} 6 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"} 1080 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_resource",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_app_resource_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 231 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"} 291 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 1856 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"} 6 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"} 6 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"} 2 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_classification",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"} 269 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"} 192 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"} 175 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"} 4 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_integrations_config",schemaname="public"} 4 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_ip_allowlist",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"} 52 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"} 484 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"} 969 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"} 2 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_permission_grant",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"} 9 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"} 46 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"} 753136 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"} 1907 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"} 94 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_record_comment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_reference_schema",schemaname="public"} 1613 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"} 112 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"} 62 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"} 1875 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 31 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"} 159 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"} 173675 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"} 3857 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"} 9 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"} 1 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"} 1 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"} 71 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 3 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 862912 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"} 8518 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_notification",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"} 1 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"} 11086 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="cw_trade_approval_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cw_trade_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cw_trade_event",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cw_trade_lifting_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cw_trade_rl",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"} 3881 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"} 2183 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"} 876 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"} 2 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"} 31204 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 17202 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"} 1 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 2525 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"} 1 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"} 74113 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"} 199 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"} 50 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"} 3862 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"} 11 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"} 7 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"} 59 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"} 2550 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_pcataloguelines_addon",schemaname="public"} 9 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"} 146242 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_pos_errors_bkp_20260803",schemaname="public"} 0 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_pricing_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_pricing_policy_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 26 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_product_stockout",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"} 3715 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 5253 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"} 74815 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"} 7282 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 39980 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"} 6014 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 11 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 1683 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"} 1967 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 2211 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_wallet",schemaname="public"} 6 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_lease_ext",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_aging_snapshot",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_ai_action_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_ai_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_alert",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_alert_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_alert_rule",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_approval_instance",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_approval_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_audit_trail",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_guarantee",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_bpartner",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_bpartner_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_bpartner_settlement_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_budget_approval",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_budget_phasing",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_budget_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_budget_version",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_cash_deposit",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_cashflow_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_channel_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_channel_settlement_line",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_config_change_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_consolidation_run",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_credit_snapshot",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_dashboard_widget",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_day_close_session",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_document_attachment",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_einvoice_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_einvoice_log",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_meta",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"} 96943 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_funds_transfer_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_gift_card_liability",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_gl_balance_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_gl_balance_transfer_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_ic_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_ic_settlement_invoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_ic_settlement_line",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_intercompany_agreement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_intercompany_transaction",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_lease",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_lease_schedule",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"} 1 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 40 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"} 1537 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_sinv_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 1 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_loyalty_liability",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_migration_batch",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_migration_batch_line",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_file",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"} 1 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_paymentmethod_data_field",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_posting_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_posting_exception",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_posting_queue",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_posting_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_posting_template_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_posting_template_version",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"} 159591 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 10 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 88636 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_report_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_report_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_revaluation_detail",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_revaluation_run",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_tax_country_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 83897 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_unallocated_transaction",schemaname="public"} 0 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"} 8 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"} 190 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"} 1 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 303 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"} 48015 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 7 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"} 4 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"} 163 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_lpn",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_lpn_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_material_request",schemaname="public"} 372 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_movement",schemaname="public"} 19970 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_movementline",schemaname="public"} 748 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"} 2 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"} 3 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"} 8451 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 24 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"} 294 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_product_category",schemaname="public"} 11 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"} 5 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"} 9 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"} 10361 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"} 1318 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"} 515106 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"} 4 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"} 983777 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 67576 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 183 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"} 1 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 15274 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"} 0 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"} 20337 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 10252 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"} 38809 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 91927 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 732692 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 7777 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 89 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"} 13587 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"} 65671 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"} 0 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"} 1499 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"} 242 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"} 279 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_process_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 123 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_table_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="ntn_window_designer",schemaname="public"} 3 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"} 57 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_billing_model",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_contract_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_contract_frequency",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_contract_price_break",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_contract_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_contract_type",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"} 14231 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"} 57 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"} 42030 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"} 9172 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"} 854 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"} 31 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"} 43 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"} 33 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_withholding_tax_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_withholding_tax_adjustment_line",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_approval",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pm_approval_matrix",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pm_approval_matrix_stage",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_checklist_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pm_checklist_template_item",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pm_commercial",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pm_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pm_contractor_assignment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pm_contractor_rating",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pm_cost_head",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pm_cost_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pm_cost_line_quote",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pm_delay_reason",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pm_doc_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pm_doc_requirement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pm_doc_waiver",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_document",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pm_evaluation",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_fitout_delay",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pm_fitout_progress",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pm_fitout_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pm_fitout_task_dependency",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pm_milestone_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pm_milestone_template_task",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_payment_stage",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_type",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_projection_month",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pm_projection_year",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pm_query",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pm_query_message",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pm_readiness_item",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_score_weight",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pm_score_weight_version",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"} 33813 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"} 304320 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"} 10884 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_contract",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_contract_billing_model",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_contract_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_contract_frequency",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_contract_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_contract_price_break",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_contract_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_contract_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_customer",schemaname="public"} 114 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"} 21 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 1 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"} 36 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"} 227 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 74 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_invoice",schemaname="public"} 277070 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"} 1147 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 88 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"} 232 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 1 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"} 407198 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"} 146944 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_orderline",schemaname="public"} 37699 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 330 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"} 483 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 65967 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"} 40 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_pfinvoice_line",schemaname="public"} 7 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"} 661 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="agr_agreement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="agr_amendment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="agr_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="agr_clause",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="agr_comment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="agr_document",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="agr_document_access_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="agr_document_content",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="agr_document_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="agr_duplicate_check_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="agr_escalation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="agr_extraction",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="agr_notification_digest_queue",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="agr_ocr_document",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="agr_party",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="agr_renewal",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="agr_renewal_scenario",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="agr_risk_flag",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="agr_signer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="agr_signing_audit",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="agr_signing_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="agr_signing_token",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 1806 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 1683 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"} 3161 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"} 0 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"} 0 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_policy_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_loan_restructure_log",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_bank_format",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_payroll_disbursement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_payroll_disbursement_line",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_gl_mapping",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_liability_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_payroll_liability_payment_line",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_recalc_audit",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_payment_batch",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_salary_payment_batch_line",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"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="crm_lead",schemaname="public"} 0 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_action_type",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"} 1595 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_alert_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_alert_master",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_alert_notification",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_alert_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_alert_rule_history",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"} 147 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"} 0 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"} 4 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_app_resource",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_app_resource_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 2 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"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 3.091312e+06 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 11534 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 1272 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_bunit",schemaname="public"} 0 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"} 0 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"} 0 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"} 0 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"} 2 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"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 0 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_classification",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"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_doctype_template",schemaname="public"} 0 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"} 4 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_file",schemaname="public"} 1859 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 1 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"} 95 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_integration_error_logs",schemaname="public"} 77 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 34350 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 7 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_ip_allowlist",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"} 0 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"} 0 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"} 0 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"} 58 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"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_paymentterm",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_permission_grant",schemaname="public"} 0 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"} 24 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_permission_set",schemaname="public"} 3 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_permission_set_access",schemaname="public"} 5 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"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_process",schemaname="public"} 49 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_process_access",schemaname="public"} 86 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_process_log",schemaname="public"} 1.072204e+06 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 15329 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 611408 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"} 38 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_process_window_access",schemaname="public"} 3 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_process_window_schema",schemaname="public"} 0 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_record_comment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_reference_schema",schemaname="public"} 70 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 8585 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_releases",schemaname="public"} 40 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_releases_history",schemaname="public"} 142 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_report",schemaname="public"} 14 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 148 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"} 14 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 2 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 14 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_role",schemaname="public"} 2 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 5 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"} 0 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"} 1941 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"} 0 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"} 84 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_taxcategory",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 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"} 0 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"} 15 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 26 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 1.014883e+06 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 24 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"} 14 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_notification",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"} 0 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"} 15 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 86 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"} 41 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"} 15 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="cw_trade_approval_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cw_trade_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cw_trade_event",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cw_trade_lifting_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cw_trade_rl",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"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 4636 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 27 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwf_workflow_eventstore",schemaname="public"} 1286 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 905 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 18 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"} 891 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"} 0 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"} 1 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"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_fb_kot",schemaname="public"} 56331 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"} 10733 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 37747 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"} 24587 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 56018 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_fb_production_center_access",schemaname="public"} 88 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_fb_table",schemaname="public"} 0 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"} 13 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"} 0 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"} 0 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"} 79 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 0 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"} 0 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"} 1524 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_loyalty_settings",schemaname="public"} 0 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"} 3709 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"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 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"} 797 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_pcataloguelines_addon",schemaname="public"} 519 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 97809 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"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 98157 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_pos_errors_bkp_20260803",schemaname="public"} 688 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 122729 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"} 0 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_pricing_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_pricing_policy_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 1 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_product_stockout",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 0 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"} 2 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 0 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"} 9 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"} 576 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 921 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"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 38273 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 15532 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"} 935 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 11 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 10240 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 24291 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 19950 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"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 56 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 3141 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_wallet",schemaname="public"} 3 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"} 6 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"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 0 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"} 0 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_lease_ext",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"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 0 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"} 0 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"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 0 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_aging_snapshot",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_ai_action_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_ai_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_alert",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_alert_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_alert_rule",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_approval_instance",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_approval_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_audit_trail",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_guarantee",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_bpartner",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_bpartner_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_bpartner_settlement_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_budget_approval",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_budget_phasing",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_budget_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_budget_version",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"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 0 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"} 0 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_cash_deposit",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_cashflow_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_channel_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_channel_settlement_line",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_config_change_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_consolidation_run",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_credit_snapshot",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_dashboard_widget",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_day_close_session",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_document_attachment",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_einvoice_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_einvoice_log",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"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_expvoucher_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 0 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"} 514 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_funds_transfer_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_gift_card_liability",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_gl_balance_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_gl_balance_transfer_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_ic_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_ic_settlement_invoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_ic_settlement_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 2306 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_intercompany_agreement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_intercompany_transaction",schemaname="public"} 0 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_lease",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_lease_schedule",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"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 49 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 117 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 272 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 1730 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 39715 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_lin_pinv_tds",schemaname="public"} 0 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_sinv_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 13 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"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 0 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_loyalty_liability",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_migration_batch",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_migration_batch_line",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"} 0 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_file",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"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_paymentmethod_data_field",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 872 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 0 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"} 0 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_posting_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_posting_exception",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_posting_queue",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_posting_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_posting_template_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_posting_template_version",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"} 126796 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 126792 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 125616 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 97953 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 1446 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_report_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_report_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_revaluation_detail",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_revaluation_run",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_tax_country_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 98933 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_unallocated_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="hsncode",schemaname="public"} 4 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"} 2897 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="lgs_vehicle",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="lgs_vehicle_model",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_addon_group",schemaname="public"} 5 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"} 1710 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"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 1 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"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_inventory",schemaname="public"} 3789 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 10 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_inventory_issue",schemaname="public"} 70 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 151 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_inventory_media",schemaname="public"} 637 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_inventory_receiptline",schemaname="public"} 0 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"} 42807 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_lpn",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_lpn_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_material_request",schemaname="public"} 1001 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_movement",schemaname="public"} 9147 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_movementline",schemaname="public"} 34166 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"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_pricing_approval",schemaname="public"} 4 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"} 0 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"} 0 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"} 2 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"} 165 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 24 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"} 440 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_product_category",schemaname="public"} 1 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"} 3 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_product_images",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_product_meta",schemaname="public"} 0 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"} 1 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"} 1261 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"} 5927 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"} 5103 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"} 124768 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"} 362451 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"} 3145 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 3332 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 66677 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"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 250 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.024739e+06 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"} 6729 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 98107 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"} 5170 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 65302 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 65287 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 4408 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 58268 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"} 5345 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"} 67303 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"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 0 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"} 0 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"} 551 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"} 0 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"} 0 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"} 314 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"} 5911 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"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="ntn_menu_designer",schemaname="public"} 9 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_process_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 9 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="ntn_table_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="ntn_window_designer",schemaname="public"} 1 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"} 0 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"} 106 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"} 10 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_contract_billing_model",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_contract_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_contract_frequency",schemaname="public"} 0 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_contract_price_break",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_contract_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_contract_type",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"} 894 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"} 4549 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"} 5712 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 9067 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"} 1227 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"} 6329 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"} 10880 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 25552 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_pricelist",schemaname="public"} 0 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"} 175 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 599 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_requisition_line",schemaname="public"} 0 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"} 13 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"} 14 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"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 13 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_withholding_tax_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_withholding_tax_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_workorder",schemaname="public"} 1 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"} 1 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"} 1 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"} 1 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_approval",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pm_approval_matrix",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pm_approval_matrix_stage",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_checklist_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pm_checklist_template_item",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pm_commercial",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pm_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pm_contractor_assignment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pm_contractor_rating",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pm_cost_head",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pm_cost_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pm_cost_line_quote",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pm_delay_reason",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pm_doc_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pm_doc_requirement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pm_doc_waiver",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_document",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pm_evaluation",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_fitout_delay",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pm_fitout_progress",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pm_fitout_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pm_fitout_task_dependency",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pm_milestone_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pm_milestone_template_task",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_payment_stage",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_type",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_projection_month",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pm_projection_year",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pm_query",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pm_query_message",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pm_readiness_item",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_score_weight",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pm_score_weight_version",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"} 492233 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"} 94830 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"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 10850 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="qrtz_locks",schemaname="public"} 0 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"} 0 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"} 0 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_contract",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_contract_billing_model",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_contract_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_contract_frequency",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_contract_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_contract_price_break",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_contract_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_contract_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_customer",schemaname="public"} 52 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"} 58 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 1 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"} 0 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"} 10 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 59 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 38 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"} 39 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 76 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_invoice",schemaname="public"} 96155 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"} 233433 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 100584 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 5 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 467696 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 856865 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"} 131949 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 2 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"} 703216 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_orderline",schemaname="public"} 372334 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 1680 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_orderline_meta",schemaname="public"} 5153 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 4534 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 433152 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 636923 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"} 3 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_pfinvoice_line",schemaname="public"} 4 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_pfinvoice_linetax",schemaname="public"} 11 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_pfinvoice_tax",schemaname="public"} 14 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_pricelist",schemaname="public"} 0 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"} 447 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 97 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_quotation",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_quotation_line",schemaname="public"} 7 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_quotation_linetax",schemaname="public"} 7 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_quotation_tax",schemaname="public"} 0 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"} 1 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"} 0 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="agr_agreement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="agr_amendment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="agr_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="agr_clause",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="agr_comment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="agr_document",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="agr_document_access_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="agr_document_content",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="agr_document_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="agr_duplicate_check_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="agr_escalation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="agr_extraction",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="agr_notification_digest_queue",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="agr_ocr_document",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="agr_party",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="agr_renewal",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="agr_renewal_scenario",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="agr_risk_flag",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="agr_signer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="agr_signing_audit",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="agr_signing_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="agr_signing_token",schemaname="public"} 0 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"} 113214 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 387 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"} 1586 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_policy_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_loan_restructure_log",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_bank_format",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_payroll_disbursement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_payroll_disbursement_line",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_gl_mapping",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_liability_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_payroll_liability_payment_line",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_recalc_audit",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_payment_batch",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_salary_payment_batch_line",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_action_type",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_alert_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_alert_master",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_alert_notification",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_alert_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_alert_rule_history",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"} 11 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"} 2446 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_resource",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_app_resource_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 370 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"} 729 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 2541 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"} 8 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"} 7 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"} 2 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_classification",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"} 553 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"} 491 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"} 188 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"} 4 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_integrations_config",schemaname="public"} 4 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_ip_allowlist",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"} 52 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"} 642 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"} 3258 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"} 2 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_permission_grant",schemaname="public"} 0 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"} 9 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"} 49 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"} 862115 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"} 3568 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"} 99 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_record_comment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_reference_schema",schemaname="public"} 7993 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"} 138 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"} 63 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"} 3518 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 31 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"} 163 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"} 175188 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"} 14640 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"} 10 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"} 1 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"} 1 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"} 92 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 3 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 1.005087e+06 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 1 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"} 8541 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_notification",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"} 1 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 3 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"} 13887 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="cw_trade_approval_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cw_trade_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cw_trade_event",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cw_trade_lifting_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cw_trade_rl",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"} 4628 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 8 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"} 2317 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"} 891 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"} 2 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"} 34568 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 27206 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"} 1 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 10542 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"} 1 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"} 74473 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"} 237 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"} 79 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"} 4940 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"} 13 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"} 10 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"} 95 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"} 9500 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_pcataloguelines_addon",schemaname="public"} 14 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"} 179704 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_pos_errors_bkp_20260803",schemaname="public"} 0 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_pricing_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_pricing_policy_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 26 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_product_stockout",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"} 5142 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 5671 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"} 77711 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"} 7859 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 40969 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"} 1 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 11124 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 18 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 2157 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"} 2358 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 3141 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_wallet",schemaname="public"} 6 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_lease_ext",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_aging_snapshot",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_ai_action_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_ai_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_alert",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_alert_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_alert_rule",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_approval_instance",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_approval_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_audit_trail",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_guarantee",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_bpartner",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_bpartner_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_bpartner_settlement_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_budget_approval",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_budget_phasing",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_budget_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_budget_version",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_cash_deposit",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_cashflow_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_channel_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_channel_settlement_line",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_config_change_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_consolidation_run",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_credit_snapshot",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_dashboard_widget",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_day_close_session",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_document_attachment",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_einvoice_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_einvoice_log",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_meta",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"} 98820 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_funds_transfer_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_gift_card_liability",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_gl_balance_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_gl_balance_transfer_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_ic_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_ic_settlement_invoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_ic_settlement_line",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_intercompany_agreement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_intercompany_transaction",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_lease",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_lease_schedule",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"} 117 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"} 1743 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_sinv_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 1 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_loyalty_liability",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_migration_batch",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_migration_batch_line",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_file",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"} 1 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_paymentmethod_data_field",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_posting_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_posting_exception",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_posting_queue",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_posting_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_posting_template_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_posting_template_version",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"} 292208 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 96806 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 194817 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 29 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_report_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_report_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_revaluation_detail",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_revaluation_run",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_tax_country_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 98820 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_unallocated_transaction",schemaname="public"} 0 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"} 1 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"} 9 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"} 310 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"} 1 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 304 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"} 50421 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 10 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"} 4 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"} 10446 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_lpn",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_lpn_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_material_request",schemaname="public"} 614 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_movement",schemaname="public"} 20512 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_movementline",schemaname="public"} 898 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"} 2 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"} 3 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"} 9953 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 38 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"} 359 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_product_category",schemaname="public"} 152 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"} 5 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"} 9 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"} 10750 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"} 4897 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"} 553819 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"} 5 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"} 1.035967e+06 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 70258 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 214 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"} 2 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 15833 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"} 0 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"} 22228 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 59043 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"} 46133 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 114412 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 1.612313e+06 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 9391 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 254 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"} 16228 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"} 113676 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"} 0 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"} 1552 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"} 370 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"} 1017 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_process_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 128 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_table_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="ntn_window_designer",schemaname="public"} 3 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"} 57 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_billing_model",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_contract_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_contract_frequency",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_contract_price_break",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_contract_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_contract_type",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"} 15363 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"} 85 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"} 43944 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"} 13473 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"} 959 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"} 33 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"} 44 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"} 33 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_withholding_tax_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_withholding_tax_adjustment_line",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_approval",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pm_approval_matrix",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pm_approval_matrix_stage",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_checklist_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pm_checklist_template_item",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pm_commercial",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pm_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pm_contractor_assignment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pm_contractor_rating",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pm_cost_head",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pm_cost_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pm_cost_line_quote",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pm_delay_reason",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pm_doc_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pm_doc_requirement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pm_doc_waiver",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_document",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pm_evaluation",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_fitout_delay",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pm_fitout_progress",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pm_fitout_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pm_fitout_task_dependency",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pm_milestone_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pm_milestone_template_task",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_payment_stage",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_type",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_projection_month",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pm_projection_year",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pm_query",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pm_query_message",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pm_readiness_item",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_score_weight",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pm_score_weight_version",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"} 63092 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"} 316103 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"} 10886 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 10846 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"} 21740 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_contract",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_contract_billing_model",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_contract_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_contract_frequency",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_contract_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_contract_price_break",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_contract_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_contract_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_customer",schemaname="public"} 136 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"} 28 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 1 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"} 38 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"} 228 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 76 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_invoice",schemaname="public"} 401102 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"} 2148 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 137 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"} 2061 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 1 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"} 591008 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"} 204080 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_orderline",schemaname="public"} 78563 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 396 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"} 3463 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 71174 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"} 41 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_pfinvoice_line",schemaname="public"} 7 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"} 751 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 1 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="agr_agreement",schemaname="public"} 37 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="agr_amendment",schemaname="public"} 32 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="agr_category",schemaname="public"} 30 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="agr_clause",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="agr_comment",schemaname="public"} 32 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="agr_document",schemaname="public"} 32 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="agr_document_access_log",schemaname="public"} 33 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="agr_document_content",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="agr_document_template",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="agr_duplicate_check_log",schemaname="public"} 33 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="agr_escalation",schemaname="public"} 35 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="agr_extraction",schemaname="public"} 33 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="agr_notification_digest_queue",schemaname="public"} 32 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="agr_ocr_document",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="agr_party",schemaname="public"} 33 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="agr_renewal",schemaname="public"} 34 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="agr_renewal_scenario",schemaname="public"} 33 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="agr_risk_flag",schemaname="public"} 32 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="agr_signer",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="agr_signing_audit",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="agr_signing_request",schemaname="public"} 12 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="agr_signing_token",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ai_ocr_settings",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ai_ocr_settings_lines",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="api_key",schemaname="public"} 101114 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 171893 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 425333 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="b2c_customer_credit_trx",schemaname="public"} 57736 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="b2c_customer_meta",schemaname="public"} 467074 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="b2c_customer_uuid",schemaname="public"} 33 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="brand",schemaname="public"} 9.543737e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="c_bp_taxcategory",schemaname="public"} 34 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="c_region",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cdr_discounts_promotions",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cdr_event_store",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cdr_feedback",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cdr_messaging_platforms",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cdr_receipts",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cdr_social_media",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cdr_template",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cdr_terms_conditions",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_accommodation_type",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_acting_appnt",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_action_taken",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_admin_tasks",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_airticket",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_airticket_allowance",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_airticket_history",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_airticket_provision",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_announcement",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_announcement_read",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ap_checklist",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ap_errorlog",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ap_history",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ap_punch_checklist",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ar_empcat",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_attendance_correction",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_attendance_month",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_attendance_process",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_attendance_punch",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_attendance_rule",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_attendance_status",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_attendance_year",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_bank_info",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_behaviour",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_behaviour_type",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_bonus_allocation",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_bonus_policy",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_bonus_processing",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_bonus_processing_line",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_breaks",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_calculation_base",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_calculation_base_component",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_candidate_document",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_candidates",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_certificate_prefer",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_claim_request",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_claim_request_attachment",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_company_accommodation",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_company_branding",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_company_config",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_compliance_rule_set",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_costing_allocation",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_course",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_course_category",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_course_competency",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_course_cost",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_course_enrollment",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_course_job",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_course_schedule",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_declare_oi",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_deductions",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_delegation",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_department",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_dependants",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_dept_team",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_division",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ed_accrual",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ed_history",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_acting_appnt",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_address",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_adminassets",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_agreement",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_assessment",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_attendance",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_attendance_view",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_benefits",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_contribution",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_deductions",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_delegation",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_dependents",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_details",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_documents",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_docverification",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_empr_contr",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_emprc_payment",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_exit_checklist",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_itassets",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_leave_adjust",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_leave_ob",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_legaltransfer",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_loan",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_passport",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_pay_head",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_pay_head_view",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_payslip",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_personal",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_punch",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_sal_pay_component",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_salary",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_salary_ctc",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_shift",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_transfer",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_uniform_request",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_empid_config",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_employee",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_employee_accommodation",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_employee_audit_log",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_employee_bank_account",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_employee_category",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_employee_education",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_employee_experience",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_employee_job_info",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_employee_leave_info",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_employee_resignation",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_employee_tax_calculation",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_employee_tax_profile",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_employee_tax_profile_deduction",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_employee_tds_ledger",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_employee_tds_ledger_summary",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_employee_transfer",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_encash_details",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_enroll_attendance",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_enroll_course",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_enrollment",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_eos",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_eos_checklist",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_eos_discussion",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_eos_emp_feedback",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_eph_accrual",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_eph_history",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ethnicrace",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_evaluation_type",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_exemption",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_exit_checklist",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_expense_config",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_expense_type",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_expensereq_lines",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_fbp_declaration",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_final_settlement",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_final_settlement_line",schemaname="public"} 32 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_formula",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_formulakey",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_helpdesk_category",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_helpdesk_comment",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_helpdesk_ticket",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_holiday",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_holiday_calendar",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_holiday_type",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hr_alert_config",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hr_alert_dept",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hr_alert_emp",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hr_broadcast",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hr_expense_request",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hr_integration_config",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hr_mypendingtask",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hr_payroll_quarter",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hr_reapply_config",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hr_settings",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hr_settings_gratuity",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hr_settings_wps",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hrglobal_config",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hrglobal_disciplinary",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hrglobal_manpower",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hrglobal_onboard",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hrglobal_performance",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hrglobal_training",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hrrequest",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_id_classification",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_id_config",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_import_attendance",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_in_esi_return",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_in_pf_ecr",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_incentive",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_increment_policy",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_increment_proposal",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_interview_feedback",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_interview_round",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_interviews",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_investment_declaration",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_investment_declaration_line",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_jd_assesstype",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_job",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_job_application",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_job_description",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_job_offer",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_job_offer_template",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_job_platform",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_job_posting",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_job_requisition",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_job_role",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_job_transfer",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_jobcode_view",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_knowledge_base_article",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_kra",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_la_empcat",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_la_employee",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_la_org",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_la_pg",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_la_yos",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_leave",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_leave_accrual_history",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_leave_adjust",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_leave_allocation",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_leave_approval_view",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_leave_encash",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_leave_ledger",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_leave_ob",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_leave_policy",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_leave_policy_accrual",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_leave_policy_definition",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_leave_request",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_letter",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_loan_policy_settings",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_loan_restructure_log",schemaname="public"} 12 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_notification_log",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_notification_preference",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_notification_template",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_offcycle_run",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_offcycle_run_component",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_onboarding",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_onboarding_basicinfo",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_onboarding_checklist",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_onboarding_checklist_template",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_onboarding_documents",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_onboarding_tasks",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ot_leave_balance",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ot_leave_transaction",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ot_preference",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ot_rules",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_otherincome",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_passport",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_pay_component",schemaname="public"} 33 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_pay_component_assignment",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_pay_grade",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_pay_group",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_pay_head",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_pay_period",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_payprocess_rule",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_payroll_bank_format",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_payroll_disbursement",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_payroll_disbursement_line",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_payroll_export",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_payroll_export_template",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_payroll_gl_mapping",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_payroll_input",schemaname="public"} 32 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_payroll_liability_payment",schemaname="public"} 37 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_payroll_liability_payment_line",schemaname="public"} 36 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_payroll_process",schemaname="public"} 32 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_payroll_recalc_audit",schemaname="public"} 12 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_payroll_revcycle",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_payroll_settings",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_payslab",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_payslip",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_payslip_component",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_payslip_supplementary_slips",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_pendingothrs",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_pendingpay_components",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_perform_review",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_period",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_pio_details",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_plan",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_plan_assignment",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_plan_component",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_platform",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_policy_acknowledgment",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_policy_document",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_position_control",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_pp_checklist",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_pp_consolidated_account",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_pp_consolidated_account_view",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_pp_emp",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_pp_emp_pay_component",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_pp_invoice",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ppe_add",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ppe_arrears",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ppe_cc",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ppe_ded",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ppe_emp_contribution",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ppe_loan",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ppr_dept",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ppr_emp",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ppr_empcat",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ppr_org",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ppr_paygrade",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_probation_confirm",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_probation_history",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_prof_taxline",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_professional_tax",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_provision",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_punch_type",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_recognition",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_report_incident",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_resignation",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_resolution_hist",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_responsibilities",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_restricted_holiday_selection",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_retropay",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_rh_action",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ri_discussion",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ri_history",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_rid_attendee",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_rp_element",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_rp_emp",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_rp_emp_deductions",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_rp_emp_earnings",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_salary_payment_batch",schemaname="public"} 32 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_salary_payment_batch_line",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_salary_proposal",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_salary_revision_request",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_salary_template",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_salary_template_line",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_scorecard",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_section",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_section_group",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_selfservice_category",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_selfservice_employee",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_shift",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_shift_days",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_shift_policy",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_shift_roaster",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_shift_rotation",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_shift_team",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_shift_team_config",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_shift_type",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_skill_preference",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_slab",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_slabline",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_sp_add",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_sp_contribution",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_sp_deduction",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_sr_history",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_st_deductions",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_st_earnings",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_survey",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_survey_question",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_survey_response",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_tax_regime",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_tax_regime_deductions",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_tax_slabs",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_tds",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_tds_declaration",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_tds_deduction",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_tds_hra",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_tds_rule",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_tdsline",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_team",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_team_emp",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_tour",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_tour_request",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_training_feedback",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_training_feedback_line",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_training_question",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_training_schedule",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_training_schedule_feedback",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_visa_type",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_webhook_subscription",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_weekends",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_weeknumber",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_weekoff_type",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_wfh_request",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_work_location",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_worktag",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_year",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="commerce_cart",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="commerce_cart_line",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cprf_set_scores",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_account",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_activity",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_camp_recipients",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_camp_settings",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_campaign_coupon_config",schemaname="public"} 35 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_campaign_log_detail",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_campaign_logs",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_campaign_message_schedule",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_campaigns",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_comm_template_config",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_comm_templates",schemaname="public"} 4954 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_contact",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_email_template",schemaname="public"} 60 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_lead",schemaname="public"} 36 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_lead_products",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_opportunity",schemaname="public"} 37 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_retail_segment_customers",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_sale",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_seglist",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_segment_behaviors",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_segment_rules",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_social_post",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_social_postline",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_stream",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_task",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_webinar",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_webinar_commschedule",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_webinar_log",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_webinar_notification_list",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_webinar_platform",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_action_type",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_airflow_dags",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_alert",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_alert_conditions",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_alert_log",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_alert_master",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_alert_notification",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_alert_rule",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_alert_rule_history",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_alerts_recipients",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_alternative_uom",schemaname="public"} 2.5416609e+07 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_announcement",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_api_builder_schema",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_api_key",schemaname="public"} 35 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_app_access",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_app_resource",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_app_resource_action",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 6854 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_app_setup",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_approval_rule",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_ar_adjustmenttype",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_audit_config",schemaname="public"} 5437 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 34 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 25132 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 10900 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 97979 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_batch_register",schemaname="public"} 852 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_bunit",schemaname="public"} 5.2443279e+07 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_bunit_delivery_pincodes",schemaname="public"} 33 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_bunit_location",schemaname="public"} 580571 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_bunit_meta",schemaname="public"} 32 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_bunit_notifications",schemaname="public"} 2125 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_bunit_type_mapping",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_city",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_client",schemaname="public"} 4.8319103e+07 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_client_applications",schemaname="public"} 32 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_client_apps",schemaname="public"} 15194 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_compliance_config",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_country",schemaname="public"} 6.622373e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_coupon",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_cur_denomination",schemaname="public"} 16980 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_currency",schemaname="public"} 1.7011229e+07 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 16511 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_dag_taskscheduler",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_dag_taskscheduler_logs",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_data_classification",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_data_load_config",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_data_lock_override_role",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_data_lock_override_user",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_data_lock_rule",schemaname="public"} 961019 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_data_lock_rule_role",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_data_lock_rule_status",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_data_lock_rule_user",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_data_validator_settings",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_datasource",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_division",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_doctype",schemaname="public"} 1.4471767e+07 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_doctype_template",schemaname="public"} 19958 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_dw_tasks",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_event_alerts",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_favourites",schemaname="public"} 2106 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_file",schemaname="public"} 38356 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 205 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_integration_audit_log",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_integration_config",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_integration_datamapping",schemaname="public"} 578689 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_integration_error_logs",schemaname="public"} 57 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 9405 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 453047 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_integrations",schemaname="public"} 497813 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_integrations_config",schemaname="public"} 56 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_intercompany_config",schemaname="public"} 535 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_ip_allowlist",schemaname="public"} 34 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_language",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_license_policy",schemaname="public"} 9224 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_log_retention_settings",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_log_retention_settings_log",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_loyalty_config",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_master_data_config",schemaname="public"} 10540 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_master_data_config_history",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_menu",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_menu_group",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_menu_schema",schemaname="public"} 132 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_messages",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_metrics_schema",schemaname="public"} 82 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_mobile_report_access",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_mobile_role",schemaname="public"} 28201 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_mobile_role_apps",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_mobile_window_access",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_module",schemaname="public"} 9745 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_nearbystores",schemaname="public"} 2134 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_notification_recipients",schemaname="public"} 1860 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_paymentterm",schemaname="public"} 3.947262e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_permission_grant",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_permission_group",schemaname="public"} 46 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_permission_group_access",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_permission_group_set",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_permission_log",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_permission_set",schemaname="public"} 425 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_permission_set_access",schemaname="public"} 325 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_permission_template",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_print_template",schemaname="public"} 15127 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_print_template_query",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_process",schemaname="public"} 15768 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_process_access",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_process_log",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 18973 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 98 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_process_rundetail",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_process_schema",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_process_window",schemaname="public"} 121 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_process_window_access",schemaname="public"} 2937 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_process_window_schema",schemaname="public"} 3169 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_producttour_config",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_producttour_log",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_promotion",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_receipt_template",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_record_comment",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_reference_schema",schemaname="public"} 198923 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 216 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_region",schemaname="public"} 3.727193e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_releases",schemaname="public"} 11028 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_releases_history",schemaname="public"} 128 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_report",schemaname="public"} 948 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 83 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_report_job",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 39 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 76 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_returnreason",schemaname="public"} 285431 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_role",schemaname="public"} 44009 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 339 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_scheduled_alerts",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_security_config",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_sequence",schemaname="public"} 23109 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_shift_definition",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_sqlquery_log",schemaname="public"} 47 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_stockentry_controls",schemaname="public"} 47 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_system_preferences",schemaname="public"} 8066 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_table_sample_data",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_table_schema",schemaname="public"} 36323 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_task",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_tax",schemaname="public"} 2.754862e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_tax_acct",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_taxcategory",schemaname="public"} 2.461405e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_taxzone",schemaname="public"} 163 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_tenant_accounting_preferences",schemaname="public"} 100025 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_tenant_purchase_preferences",schemaname="public"} 35184 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_timezone",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_uom",schemaname="public"} 3.7069493e+07 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_uom_conversion",schemaname="public"} 37 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_user",schemaname="public"} 68459 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 2.485621e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 71 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 2.069819e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_user_device",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_user_division_access",schemaname="public"} 36 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_user_locale",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_user_meta",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_user_mfa",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_user_notification",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_user_policy_settings",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_user_preference",schemaname="public"} 732 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_user_session",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_user_session_activity",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_user_warehouse_access",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_views",schemaname="public"} 120223 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_webhook",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_webhooks",schemaname="public"} 94506 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_window",schemaname="public"} 51 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 94 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_window_emailtemplate",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_window_process",schemaname="public"} 45895 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_window_rules",schemaname="public"} 116 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_window_rules_validation",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_window_schema",schemaname="public"} 39 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cw_auth_token",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cw_trade_approval_config",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cw_trade_config",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cw_trade_event",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cw_trade_lifting_plan",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cw_trade_rl",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_cafeteria_banners",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_cafeteria_restaurants",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_channel",schemaname="public"} 35 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_company",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_company_cafeterias",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_company_city",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_company_preferences",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_config",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_order",schemaname="public"} 105729 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_order_activity",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_order_feedback",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_order_meta",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_orderline",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_orderline_addons",schemaname="public"} 37 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_orderstatus_history",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_restaurant_timeslot",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_store_holidays",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_store_timings",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_stores_config",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwcs_subscrgrp",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwcs_subscrgrp_frequency",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwcs_subscrgrp_products",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwcs_subscrgrp_settings",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwcs_subscription",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwcs_subscription_addon",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwcs_subscription_logs",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwcs_subscription_payments",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwcs_subscription_schedule",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwcs_subscription_scheduleline",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwcs_subscription_shipping",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwcs_subscriptionline",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwcs_subscriptionline_disc",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwf_emailtemplate",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwf_events",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwf_wfapprovals",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwf_wftasklist",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwf_wftasks",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwf_workflow",schemaname="public"} 42743 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 127 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 383604 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwf_workflow_approvals_template",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwf_workflow_approvers",schemaname="public"} 3386 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwf_workflow_eventstore",schemaname="public"} 37 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 741324 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwp_idea",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwp_idea_notes",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwp_milestone",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_assurance",schemaname="public"} 39 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_assurance_line",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_collection",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_collection_line",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_collection_product",schemaname="public"} 34 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_control",schemaname="public"} 36 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_control_line",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_inspection",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_inspection_rule",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_inspection_task",schemaname="public"} 713656 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_inspection_workflow",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_inspection_workflow_line",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_inspectionline_task",schemaname="public"} 14050 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_inspectionlinetask_param",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_parameters",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_parameters_grp",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_quality_engineer",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_quality_sub_workflow",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_quality_workflow",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_quality_workflowline",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_qualitycheck_type",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_sub_workflow_action",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_sub_workflow_activity",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_template",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_additional_charges",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_b2c_customer_segment",schemaname="public"} 2116 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_cashup_sync",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_configurations",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_customer_config",schemaname="public"} 3344 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_customer_group",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_customer_login",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_customer_notification",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_day_end_template",schemaname="public"} 7961 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_discount_request",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_discount_request_activity",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_display_system_config",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_ecom_ref",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_evaluation_script",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_events",schemaname="public"} 3522 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_expiry_discount_product",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_expiry_discount_range",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_expiry_discount_template",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_floor",schemaname="public"} 557 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_kot",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_kot_activity",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_menu_type",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_order",schemaname="public"} 5.746913e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 224101 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_order_merge",schemaname="public"} 247764 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_order_meta",schemaname="public"} 223999 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 223999 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_production_center",schemaname="public"} 2.368346e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_production_center_access",schemaname="public"} 258119 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_section",schemaname="public"} 13156 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_table",schemaname="public"} 2012 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_table_reservation",schemaname="public"} 63 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_table_status",schemaname="public"} 250273 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_waitlist",schemaname="public"} 63 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_feedback",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_feedback_template",schemaname="public"} 29813 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_feedback_template_line",schemaname="public"} 12024 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_gift_config",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_gift_voucher",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_giftcard",schemaname="public"} 79561 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_giftcard_payment_preference",schemaname="public"} 25627 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 379 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_giftcard_type",schemaname="public"} 11173 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 55465 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_image_library",schemaname="public"} 35 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_ingredients",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_loyalty_accumulation",schemaname="public"} 7273 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_loyalty_accumulation_category",schemaname="public"} 33 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_loyalty_accumulation_product",schemaname="public"} 32 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_loyalty_brand_scope",schemaname="public"} 32 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_loyalty_category_scope",schemaname="public"} 32 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_loyalty_channel_scope",schemaname="public"} 32 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_loyalty_event_calendar",schemaname="public"} 1974 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 125723 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 378217 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_loyalty_prod_cat",schemaname="public"} 19375 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_loyalty_redemption",schemaname="public"} 7258 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_loyalty_settings",schemaname="public"} 16705 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_loyalty_tier_scope",schemaname="public"} 32 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_loyalty_transaction",schemaname="public"} 376289 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_menutimeslot",schemaname="public"} 4439 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_mystore",schemaname="public"} 33 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_payment_method_correction",schemaname="public"} 39 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_payment_method_correction_line",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_payment_provider_logs",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_payment_providers",schemaname="public"} 6931 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_payment_receipt",schemaname="public"} 33 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_paymentmethod",schemaname="public"} 452413 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 1.852561e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 1.883564e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 9257 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pcatalogue_timeslot",schemaname="public"} 131 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pcataloguelines",schemaname="public"} 117072 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pcataloguelines_addon",schemaname="public"} 30760 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 2351 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 173147 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pos_cart",schemaname="public"} 9952 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 240121 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 69248 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pos_errors_bkp_20260803",schemaname="public"} 5 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 34 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pos_salesummary",schemaname="public"} 32 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pos_salesummary_line",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pos_scanconfig",schemaname="public"} 11187 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pos_sequence_rule",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pos_till_health",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pricing_policy",schemaname="public"} 1841 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pricing_policy_scope",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 1720 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_product_stockout",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 5334 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 25120 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 32 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_recipe_bunit",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 234582 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_revenue_category",schemaname="public"} 3351 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_rules",schemaname="public"} 3409 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 1.459598e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_saletype_charge",schemaname="public"} 11329 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_saletype_paymentmethod",schemaname="public"} 79373 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_sevent",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_sevent_rule",schemaname="public"} 33 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_sevent_run",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_store_checklist",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_store_config",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_store_dailyops",schemaname="public"} 40417 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 59747 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_store_discount",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 741 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_store_preferences",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_till",schemaname="public"} 31764 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_till_access_meta",schemaname="public"} 16117 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 152841 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_till_log",schemaname="public"} 82 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_till_login_logout",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 7535 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 14114 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 54455 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 64647 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_tillcash_tax_info",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_tillcashin_out",schemaname="public"} 71 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 22117 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 3173 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_wallet",schemaname="public"} 141488 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_wallet_payment_settings",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_wallet_settings",schemaname="public"} 6430 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_wallet_topup",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_wallet_trx",schemaname="public"} 196 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cws_ticket",schemaname="public"} 32 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cws_ticket_activity",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cww_mobilew_role",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cww_task",schemaname="public"} 57 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 389 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cww_tasklinedetail",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwx_customer_enrollment",schemaname="public"} 36 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwx_customer_user",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwx_payment_method",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ds_channel",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ds_channel_frames",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ds_media",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ds_player_channel",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ds_players",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ds_playlist_details",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ds_playlists",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ds_schedules",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ds_tray_events",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="email_source",schemaname="public"} 4612 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="exdhrm_newjoineeconfig",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_alert_log",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_allocation_rule",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_audit",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_category",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_class",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_custo_transfer",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_depreciation_schedule",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_disposal",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_history",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_issue",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_lease_ext",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_loc_transfer",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_proposal",schemaname="public"} 49 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_proposal_line",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_registration",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_return",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_rule_line",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_sub_category",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_subclass",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_type",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_depreciation_method",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_depreciation_posting",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_depreciation_rule",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_loc_building",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_loc_floor",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_loc_room",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_provisional_asset",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_account",schemaname="public"} 4104 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 33 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 45 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_acct_config_fixedasset",schemaname="public"} 45 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_acct_config_general",schemaname="public"} 45 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_acct_config_intercompany",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_acct_config_inventory",schemaname="public"} 45 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_acct_config_production",schemaname="public"} 45 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_acct_config_purchasing",schemaname="public"} 45 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_acct_config_rules",schemaname="public"} 46 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_acct_config_sales",schemaname="public"} 45 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 45 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_adv_payment",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_adv_receipt",schemaname="public"} 33 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_aging_snapshot",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_ai_action_log",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_ai_audit_log",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_alert",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_alert_history",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_alert_rule",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_ammortization",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_ammortization_line",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_approval_instance",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_approval_workflow",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_audit_trail",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_bank_connector",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_bank_guarantee",schemaname="public"} 36 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 1011 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_bpartner",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_bpartner_settlement",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_bpartner_settlement_line",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_budget",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_budget_approval",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_budget_phasing",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_budget_transfer",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_budget_version",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 12995 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_cash_deposit",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_cashflow_category",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_cashflow_forecast",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_channel_settlement",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_channel_settlement_line",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_coa",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_config_change_history",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_consolidation_adjustment",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_consolidation_run",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 35 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_credit_snapshot",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_dashboard_widget",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_day_close_session",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_distribution_lines",schemaname="public"} 37 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_document_attachment",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_einvoice_config",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_einvoice_log",schemaname="public"} 37 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 33 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 5874 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_expense_allocation_run",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 3648 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_expvoucher_meta",schemaname="public"} 27 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 799 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 4150 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_financial_acct_config",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_funds_transfer",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_funds_transfer_line",schemaname="public"} 36 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_gift_card_liability",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_gl_balance_transfer",schemaname="public"} 32 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_gl_balance_transfer_line",schemaname="public"} 34 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_ic_settlement",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_ic_settlement_invoice",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_ic_settlement_line",schemaname="public"} 32 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 2885 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_intercompany_agreement",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_intercompany_transaction",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_isd_distribution_config",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_isd_summary",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_isd_summary_lines",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_journal",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 52 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lease",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lease_schedule",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 32 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 465 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 544960 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 22054 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 8722 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 9175 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_pinv_tds",schemaname="public"} 16319 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_pur_inv_tcs",schemaname="public"} 37 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_sal_inv_tcs",schemaname="public"} 300 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_sinv_tds",schemaname="public"} 282 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 3191 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_tcs_rate",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_tcs_section",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_tcs_setup",schemaname="public"} 34 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_tcs_trx_history",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_tds_history",schemaname="public"} 55 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 2.28696e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_tds_sectionline",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_loyalty_liability",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_migration_batch",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_migration_batch_line",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_pay_pglogs",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_pay_pgtransaction",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_payment",schemaname="public"} 950 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_payment_advice",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_payment_advice_line",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_payment_file",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_payment_proposal",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_payment_proposal_approval",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_payment_proposal_line",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 835 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 9.402638e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_paymentmethod_data_field",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 2498 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 59 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 60 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_period",schemaname="public"} 550 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_period_audit_logs",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_period_closing_checklist",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_period_control",schemaname="public"} 37 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_posting_config",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_posting_exception",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_posting_queue",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_posting_template",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_posting_template_line",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_posting_template_version",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 7088 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 47617 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 2105 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 21249 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 1009 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 32 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_report_schedule",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_report_template",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_revaluation_detail",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_revaluation_run",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_supplier_tds",schemaname="public"} 33 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_tax_country_config",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 198068 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_unallocated_transaction",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="flyway_schema_history",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="hsncode",schemaname="public"} 718 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="lgs_fuel_fill_trx",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="lgs_fuel_indent",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="lgs_gatepass",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="lgs_gatepass_line",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="lgs_gatepass_log",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="lgs_provider",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="lgs_route_details",schemaname="public"} 32 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="lgs_task",schemaname="public"} 2007 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="lgs_task_activity",schemaname="public"} 34 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="lgs_vehicle",schemaname="public"} 8896 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="lgs_vehicle_drivers",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="lgs_vehicle_make",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="lgs_vehicle_model",schemaname="public"} 3860 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="lgs_vehicle_tracking_latest",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="lgs_vehicle_type",schemaname="public"} 3860 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="line_tab",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="list_contacts",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_addon",schemaname="public"} 4552 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_addon_group",schemaname="public"} 2857 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_attribute",schemaname="public"} 33 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_attribute_group",schemaname="public"} 39 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_attribute_value",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_autoconsumption_config",schemaname="public"} 35 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_batch",schemaname="public"} 1.3202787e+07 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_batch_attribute",schemaname="public"} 931166 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_batch_conversion",schemaname="public"} 46 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_batch_group",schemaname="public"} 5.0729383e+07 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 1.117211e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_batch_subproduct",schemaname="public"} 102 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_bom",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_bom_line",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_categories_products",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_cost_adjustment",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_cost_adjustment_line",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_costing_log",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_costing_preferences",schemaname="public"} 32 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_coupon_provider",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_coupon_sales",schemaname="public"} 33 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_custom_attribute",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_custom_attribute_fields",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_internal_consumption",schemaname="public"} 33 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_internal_consumptionline",schemaname="public"} 49 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_invcount_sch_stores",schemaname="public"} 37 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_inventory",schemaname="public"} 15263 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 24778 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_inventory_count_schedule",schemaname="public"} 210 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_inventory_issue",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 61 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_inventory_media",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_inventory_receipt",schemaname="public"} 33 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_inventory_receiptline",schemaname="public"} 49 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_inventory_threshold_categories",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_inventory_threshold_products",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_inventory_threshold_rules",schemaname="public"} 33 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_inventoryline",schemaname="public"} 55 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_inventorylinedetails",schemaname="public"} 45 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_issue_type",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_item_companion_rule",schemaname="public"} 7833 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_item_companion_rule_line",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_lpn",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_lpn_line",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_material_request",schemaname="public"} 5333 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_movement",schemaname="public"} 14199 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_movementline",schemaname="public"} 149043 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_movementlinedetails",schemaname="public"} 4046 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_activity",schemaname="public"} 35 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_additional_info",schemaname="public"} 8768 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_approval",schemaname="public"} 8896 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_b2c_customer",schemaname="public"} 8762 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_b2c_segment",schemaname="public"} 8761 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_brand",schemaname="public"} 8762 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_bunit",schemaname="public"} 8762 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_catalogue",schemaname="public"} 34320 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_ccategory",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_coupon",schemaname="public"} 136 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_customer",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_expiry_discount",schemaname="public"} 8763 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_formula",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_formula_line",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_payment",schemaname="public"} 33 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_pcategory",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_quantity",schemaname="public"} 8762 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_xproduct",schemaname="public"} 8813 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_yproduct",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricingrule",schemaname="public"} 77040 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricingrule_coupon_rule",schemaname="public"} 33 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_prodaddon_attribute",schemaname="public"} 644 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product",schemaname="public"} 944574 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 2.617874e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product_attribute",schemaname="public"} 1.6531952e+07 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product_bom",schemaname="public"} 1.014033e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product_category",schemaname="public"} 1.198542e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product_category_acct",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product_category_attr",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product_divisions",schemaname="public"} 832411 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product_group",schemaname="public"} 1.151707e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product_images",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product_manufacturer",schemaname="public"} 4473 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product_manufacturing",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product_meta",schemaname="public"} 26038 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product_purchase",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product_visibility_rules",schemaname="public"} 178597 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product_warranty",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_purchase_pricing",schemaname="public"} 33 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_purpricing_bunit",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_purpricing_pcategory",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_purpricing_product",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_purpricing_scategory",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_purpricing_supplier",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_receipt",schemaname="public"} 26836 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_receipt_amendment",schemaname="public"} 33 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_receipt_amendment_appr",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_receipt_amendment_exec_log",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_receipt_amendment_hdr",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_receipt_amendment_line",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_receipt_amendment_stock_log",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_receipt_lc",schemaname="public"} 36 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_receipt_meta",schemaname="public"} 109 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_receiptline",schemaname="public"} 231545 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_receiptline_bom",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_receiptline_meta",schemaname="public"} 57 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_receiptlinedetails",schemaname="public"} 5940 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_receiptlinetax",schemaname="public"} 5958 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_receipttax",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_replenishment",schemaname="public"} 57 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_replenishment_bunit",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_replenishment_notification",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_replenishment_pcategories",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_replenishment_products",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_replenishment_rules",schemaname="public"} 37 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_replenishment_scategories",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_replenishment_suppliers",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_rfid_tag",schemaname="public"} 3329 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_rfid_tag_history",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_shipment",schemaname="public"} 130754 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_shipment_charges",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_shipment_meta",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_shipmentline",schemaname="public"} 370 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_shipmentline_bom",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_shipmentline_meta",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_shipmentlinedetails",schemaname="public"} 261 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_slowmover",schemaname="public"} 775847 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_stock",schemaname="public"} 175150 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 7796 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 67225 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_stock_reservation_rules",schemaname="public"} 4394 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_stockadj_reason",schemaname="public"} 34 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_stockdetails",schemaname="public"} 49 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_storage_group",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_storagebin",schemaname="public"} 1.02928466e+08 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 171 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_tracker",schemaname="public"} 32 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_trackertype",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_transaction",schemaname="public"} 71360 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_transactioncost",schemaname="public"} 120 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_transactiondetails",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_transferissue",schemaname="public"} 41030 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 3423 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_transferissue_linedetails",schemaname="public"} 395 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_transferorder",schemaname="public"} 63060 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 127574 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 23618 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 48319 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 399 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_transferreceipt_linedetails",schemaname="public"} 33 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_transferrequest",schemaname="public"} 190298 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_transferrequest_bom",schemaname="public"} 1388 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 392 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_tray",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_tray_history",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_unitcost",schemaname="public"} 11207 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 34 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_visibility_brand",schemaname="public"} 130876 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_visibility_category",schemaname="public"} 209922 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_visibility_group",schemaname="public"} 130876 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_visibility_product",schemaname="public"} 168566 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_wa_costing",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_wa_costing_logs",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_wa_product",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_warehouse",schemaname="public"} 2.557907e+07 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_warehouse_access",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_warehouse_assignment_rules",schemaname="public"} 10751 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_warranty_claims",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_warranty_master",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_wastage",schemaname="public"} 15783 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_wastage_meta",schemaname="public"} 92098 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_wastageline",schemaname="public"} 43134 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_wastagelinedetails",schemaname="public"} 562 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="multitabchecking",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="myonlytest",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ntn_dashboard_designer",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ntn_dashboard_designer_filters",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ntn_dashboard_designer_kpi",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ntn_menu_designer",schemaname="public"} 114 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ntn_metrics_designer",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ntn_process_designer",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 423 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ntn_report_designer_fields",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ntn_report_designer_filters",schemaname="public"} 37 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ntn_report_designer_sql",schemaname="public"} 32 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ntn_table_designer",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ntn_window_designer",schemaname="public"} 46 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_cashcollection",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_companies",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_delivery_activity",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_delivery_shift",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_delivery_slot",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_delivery_tasks_proof",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_delivery_trip",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_driver_location_ping",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_driveravailability",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_drivers",schemaname="public"} 19852 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_order_timeline",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_paymentgateway_logs",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_substitute_products",schemaname="public"} 36 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_taskline",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_taskline_meta",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_tasks",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="orders",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="otp_audit_log",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ox_order",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ox_order_meta",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ox_orderline",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_agent",schemaname="public"} 35 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_contract",schemaname="public"} 3298 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_contract_billing_model",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_contract_category",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_contract_frequency",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_contract_line",schemaname="public"} 84 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_contract_price_break",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_contract_schedule",schemaname="public"} 12 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_contract_type",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_dn_settlement",schemaname="public"} 37 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_exp_settlement",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_in_settlement",schemaname="public"} 37 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_inv_settlement",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_inv_settlementline",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_invoice",schemaname="public"} 63178 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_invoice_lc",schemaname="public"} 39 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_invoice_meta",schemaname="public"} 37 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 263163 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_invoiceline_bom",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_invoiceline_meta",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_invoicelinetax",schemaname="public"} 21423 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 6154 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_lc_type",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_order",schemaname="public"} 58888 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_order_lc",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_order_meta",schemaname="public"} 5924 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_orderline",schemaname="public"} 609977 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_orderline_bom",schemaname="public"} 342 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_orderline_meta",schemaname="public"} 341 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_orderlinetax",schemaname="public"} 47874 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 51971 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 389 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_pricelist",schemaname="public"} 3.630159e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_pricelist_version",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_productprice",schemaname="public"} 3.884907e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 166 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_requisition",schemaname="public"} 329927 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_requisition_line",schemaname="public"} 230408 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_rfq",schemaname="public"} 133 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_rfq_supplier",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_rfqlines",schemaname="public"} 342 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_supplier",schemaname="public"} 324472 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_supplier_acct",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_supplier_address",schemaname="public"} 1979 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_supplier_bank_account",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_supplier_bunit",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 22814 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 38 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 910 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 37 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_withholding_tax_adjustment",schemaname="public"} 38 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_withholding_tax_adjustment_line",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_workorder",schemaname="public"} 39 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_workorder_charges",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_workorder_issue",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 38 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_workorder_status",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_workorder_tracking",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 32 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 72 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="plm_design",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="plm_design_availability",schemaname="public"} 32 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="plm_design_bom",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="plm_designer",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="plm_project",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="plm_task",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_application",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_approval",schemaname="public"} 35 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_approval_matrix",schemaname="public"} 30 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_approval_matrix_stage",schemaname="public"} 32 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_bug",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_checklist_template",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_checklist_template_item",schemaname="public"} 32 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_commercial",schemaname="public"} 32 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_config",schemaname="public"} 30 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_contractor_assignment",schemaname="public"} 34 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_contractor_rating",schemaname="public"} 32 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_cost_head",schemaname="public"} 30 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_cost_line",schemaname="public"} 33 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_cost_line_quote",schemaname="public"} 34 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_delay_reason",schemaname="public"} 30 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_doc_category",schemaname="public"} 30 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_doc_requirement",schemaname="public"} 33 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_doc_waiver",schemaname="public"} 33 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_docs",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_document",schemaname="public"} 34 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_evaluation",schemaname="public"} 33 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_feature",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_fitout_delay",schemaname="public"} 35 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_fitout_progress",schemaname="public"} 32 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_fitout_task",schemaname="public"} 36 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_fitout_task_dependency",schemaname="public"} 33 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_milestone_template",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_milestone_template_task",schemaname="public"} 32 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_module",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_payment_stage",schemaname="public"} 34 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_project",schemaname="public"} 36 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_project_type",schemaname="public"} 30 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_projection_month",schemaname="public"} 32 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_projection_year",schemaname="public"} 32 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_query",schemaname="public"} 36 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_query_message",schemaname="public"} 34 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_readiness_item",schemaname="public"} 37 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_resources",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_score_weight",schemaname="public"} 32 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_score_weight_version",schemaname="public"} 30 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_skill",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_breederconfig",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_candling_rejection",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_candling_rejectionline",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_farm_standards",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_flock",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_hatchery_config",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_hatchery_grading",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_livestock",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_machine",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_pullout",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_pullout_vaccmed",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_pulloutline",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_setter",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_setterline",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pos_summary_payment_breakup",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pos_summary_settled_payments",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pos_summary_tax_breakup",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_activity",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_bom_adj_lines",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_bom_adjustment",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 57654 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 33 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 107243 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_ioproductdetails",schemaname="public"} 110 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_operation",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_order",schemaname="public"} 330741 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_outproducts",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_pproducts",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_process",schemaname="public"} 33 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_processic",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_prodindirectcost",schemaname="public"} 398973 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_product_conversion",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_product_convline",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_production_plan",schemaname="public"} 733 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 4475 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 33 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 1219 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_prun",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="preprod_fin_receiptplan_details",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="qrtz_blob_triggers",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="qrtz_calendars",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="qrtz_cron_triggers",schemaname="public"} 10793 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 101935 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 21769 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="qrtz_locks",schemaname="public"} 203879 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="qrtz_paused_trigger_grps",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="qrtz_scheduler_state",schemaname="public"} 182156 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="qrtz_simple_triggers",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="qrtz_simprop_triggers",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="qrtz_triggers",schemaname="public"} 77392 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_business_type",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_contract",schemaname="public"} 19 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_contract_billing_model",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_contract_category",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_contract_frequency",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_contract_line",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_contract_price_break",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_contract_schedule",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_contract_type",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_customer",schemaname="public"} 20962 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_customer_acct",schemaname="public"} 32 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_customer_address",schemaname="public"} 2.937279e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 2380 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_customer_bankacct",schemaname="public"} 47 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_customer_category",schemaname="public"} 943995 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_customer_category_products",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_customer_contact",schemaname="public"} 304 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 743 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_customer_settlement",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_daily_trip",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_daily_trip_activity",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_daily_trip_stop",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_daily_trip_stop_survey",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_dropship",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_dropship_line",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_estimate",schemaname="public"} 10619 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_fsm_home_config",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_in_settlement",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_incentive_eligibility",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_incentive_plan",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_incentive_summary",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_industry_type",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_inv_settlement",schemaname="public"} 52 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 476 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_invoice",schemaname="public"} 506812 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_invoice_integration",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_invoice_meta",schemaname="public"} 102234 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_invoiceline",schemaname="public"} 7078 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 39774 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 83 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 1919 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 473862 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_item_companion_trx",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_joborder",schemaname="public"} 35 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_joborder_charge_config",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_joborder_checklist",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_joborder_estimation",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_joborder_estimation_line",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_joborder_images",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_joborder_line",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_joborder_part",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_joborder_service_type",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_joborder_services",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_joborder_status",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_joborder_task",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_journeyplan_sch_cust",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_journeyplan_scheduler",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_omni_sales_reconciliation",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_order",schemaname="public"} 1.695335e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 2404 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_order_amendment",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_order_amendment_appr",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_order_amendment_exec_log",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_order_amendment_hdr",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_order_amendment_line",schemaname="public"} 72 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_order_amendment_stock_log",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_orderline",schemaname="public"} 642 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 859439 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_orderline_meta",schemaname="public"} 130849 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 21616 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 465508 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 478777 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_packingslip_details",schemaname="public"} 49 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_pfinvoice",schemaname="public"} 147 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_pfinvoice_line",schemaname="public"} 168 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_pfinvoice_linetax",schemaname="public"} 106 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_pfinvoice_tax",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_pricelist",schemaname="public"} 5.793028e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_pricelist_version",schemaname="public"} 2546 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_pricing_formula",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_pricing_formula_line",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_productprice",schemaname="public"} 11058 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 107 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_quotation",schemaname="public"} 16677 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_quotation_line",schemaname="public"} 88 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_quotation_line_addons",schemaname="public"} 49 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_quotation_line_pricing_rule",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_quotation_linetax",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_quotation_tax",schemaname="public"} 131 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_rfq",schemaname="public"} 2257 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_rfqline",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_route_payment_method",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_route_plan",schemaname="public"} 808 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_route_plan_stop",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_sales_rep_location",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_salesrep",schemaname="public"} 3.138962e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_service_bill",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_service_bill_line",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_service_center_notifications",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_service_checklist",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_service_inventory",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_service_location",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_service_movement",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_service_request",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_service_type",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_sr_inspection_data",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_sr_inspection_field",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_sr_inspection_option",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_sr_inspection_rule",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_sr_inspection_section",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_sr_inspection_template",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_subscription",schemaname="public"} 33 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_subscription_group",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_subscription_line",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_subscription_plan",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_survey_template",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_survey_template_lines",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_target",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_technician",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_trade_in",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="seg_criteria",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="site_activity",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="site_categories",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="site_categories_list",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="site_forms",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="site_forms_schema",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="site_list",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="site_media",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="site_menu",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="site_menu_title",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="site_pages",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="site_posts",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="site_seo_metadata",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="site_settings",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="site_tags",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_device",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_eas_gate",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_eas_gate_users",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_eas_tag_data",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_feedback",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_fitting_events",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_fitting_room",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_location_users",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_reference",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_reference_activity",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_scan_data",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_scan_loc_type",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_scan_location",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_tag_meta",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_tag_transaction",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_tray",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_tray_estimation",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_tray_events",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_tray_products",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_tray_salesrep",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_tray_template",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="subline_tab",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="tenant_sales_preferences",schemaname="public"} 805 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="test_table",schemaname="public"} 53 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="v_next_assign_no",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_aisle",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_assigned_personnel",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_associated_equipment",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_bin_capacity",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_control_area",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_entity_profile",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_exception_action",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_level",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_operations",schemaname="public"} 46 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_rack",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_reservation",schemaname="public"} 30475 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_routing_control_area",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_routing_steps",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_routing_templates",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_strategy_entity",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_strategy_profile",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_task",schemaname="public"} 36 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_task_type",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_tolerance",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_uom_restrictions",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="webinar_settings",schemaname="public"} 31 # 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="agr_agreement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="agr_amendment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="agr_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="agr_clause",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="agr_comment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="agr_document",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="agr_document_access_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="agr_document_content",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="agr_document_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="agr_duplicate_check_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="agr_escalation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="agr_extraction",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="agr_notification_digest_queue",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="agr_ocr_document",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="agr_party",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="agr_renewal",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="agr_renewal_scenario",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="agr_risk_flag",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="agr_signer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="agr_signing_audit",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="agr_signing_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="agr_signing_token",schemaname="public"} 0 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"} 201597 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 4.608441326e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 1.4944391417e+10 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"} 1.1168420815e+10 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"} 1.9068957e+07 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"} 1.7856496e+07 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_policy_settings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_loan_restructure_log",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_bank_format",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_payroll_disbursement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_payroll_disbursement_line",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_gl_mapping",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_liability_payment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_payroll_liability_payment_line",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_recalc_audit",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_payment_batch",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_salary_payment_batch_line",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"} 24770 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"} 180 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="crm_lead",schemaname="public"} 36 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_action_type",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"} 735346 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_alert_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_alert_master",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_alert_notification",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_alert_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_alert_rule_history",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"} 2.9176787351e+10 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"} 21488 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"} 780 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_app_resource",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_app_resource_action",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 276523 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"} 4.605139e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 1.81569632e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 143845 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 6.86635852e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 7.89032248e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_batch_register",schemaname="public"} 24708 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_bunit",schemaname="public"} 2.083993454e+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"} 2.0475204e+07 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"} 40375 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"} 9.3668935e+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"} 75679 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"} 4.8539232e+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"} 152820 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_currency",schemaname="public"} 1.53097237e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 16511 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_classification",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"} 5.2099504e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_doctype_template",schemaname="public"} 678538 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"} 15940 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_file",schemaname="public"} 1.511809408e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 15906 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"} 3.2829151e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_integration_error_logs",schemaname="public"} 6139 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 4.295675422e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 1.679448e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_integrations",schemaname="public"} 591749 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_integrations_config",schemaname="public"} 112 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_ip_allowlist",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"} 21080 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"} 2945 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"} 9162 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"} 31040 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"} 28201 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"} 346999 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_nearbystores",schemaname="public"} 19206 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_notification_recipients",schemaname="public"} 284580 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_paymentterm",schemaname="public"} 1.04263358e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_permission_grant",schemaname="public"} 0 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"} 842 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_permission_set",schemaname="public"} 1641 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_permission_set_access",schemaname="public"} 1943 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"} 453810 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_print_template_query",schemaname="public"} 8959 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_process",schemaname="public"} 3.880141e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_process_access",schemaname="public"} 57168 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_process_log",schemaname="public"} 1.33231616e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 3.705248477e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 2.87728193e+08 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"} 12605 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_process_window",schemaname="public"} 1310 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_process_window_access",schemaname="public"} 77856 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_process_window_schema",schemaname="public"} 34859 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_record_comment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_reference_schema",schemaname="public"} 1.78674262e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 1.1490642e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_region",schemaname="public"} 1.89960833e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_releases",schemaname="public"} 3.990874e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_releases_history",schemaname="public"} 107789 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_report",schemaname="public"} 338768 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 111105 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"} 18135 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 706 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 25039 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_returnreason",schemaname="public"} 285431 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_role",schemaname="public"} 732467 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 29219 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"} 1.340322e+06 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"} 1.064998e+06 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"} 8066 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"} 5.4098943e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_task",schemaname="public"} 93 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_tax",schemaname="public"} 4.5423464e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_tax_acct",schemaname="public"} 1072 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_taxcategory",schemaname="public"} 1.7016594e+07 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"} 100021 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_tenant_purchase_preferences",schemaname="public"} 35184 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"} 8.05699564e+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"} 9.905252e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 4.15153158e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 3.14651496e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 9.55355286e+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"} 3472 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_notification",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"} 1464 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"} 46984 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 144807 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"} 2.6657134e+07 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"} 31957 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="cw_trade_approval_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cw_trade_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cw_trade_event",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cw_trade_lifting_plan",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cw_trade_rl",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"} 84043 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 4.593211e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 5.49433713e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwf_workflow_approvals_template",schemaname="public"} 42 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwf_workflow_approvers",schemaname="public"} 64334 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwf_workflow_eventstore",schemaname="public"} 659726 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 4.297547886e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 16305 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"} 437885 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"} 127376 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"} 19466 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"} 5570 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_fb_kot",schemaname="public"} 1.7501215e+07 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"} 2.02529645841e+11 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 1.0712039799e+10 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_fb_order_merge",schemaname="public"} 247764 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_fb_order_meta",schemaname="public"} 6.94956005e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 1.4626388366e+10 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_fb_production_center",schemaname="public"} 1.14710199e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_fb_production_center_access",schemaname="public"} 1.5102832e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_fb_section",schemaname="public"} 120616 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_fb_table",schemaname="public"} 329968 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"} 4.1499746e+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"} 29813 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"} 6.4941502e+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"} 274839 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_giftcard_type",schemaname="public"} 43724 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 81475 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"} 21819 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"} 4.202519471e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 1.100789e+06 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"} 21774 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_loyalty_settings",schemaname="public"} 16705 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"} 2.0015049545e+10 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"} 145551 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"} 6.6227411e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 6.6107323e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 5.650692e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 222168 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"} 2.656071515e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_pcataloguelines_addon",schemaname="public"} 1.3592569e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 96391 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 8.6354252383e+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"} 1.152621e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 7.195431e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_pos_errors_bkp_20260803",schemaname="public"} 3440 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 4.0681293e+07 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"} 33558 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_pricing_policy",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_pricing_policy_scope",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 73512 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_product_stockout",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 336042 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 527520 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"} 18823 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 1.05936e+07 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"} 1.9486526e+07 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"} 2.19536291e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 6.4965428e+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.903991e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_till_access_meta",schemaname="public"} 1.547156e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 2.5336879249e+10 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 3.66428e+06 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"} 350989 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 315687 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 2.897245e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 4.858382119e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 9.051495e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 5.227095201e+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"} 1.065923e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 2.654905e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 1.10787764e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_wallet",schemaname="public"} 524882 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"} 2354 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"} 196308 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 7.72443252e+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"} 13836 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_lease_ext",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"} 1.04529e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 3168 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 45 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"} 270 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"} 270 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"} 225 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"} 270 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 630 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_aging_snapshot",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_ai_action_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_ai_audit_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_alert",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_alert_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_alert_rule",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_approval_instance",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_approval_workflow",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_audit_trail",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_guarantee",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_bpartner",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_bpartner_settlement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_bpartner_settlement_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_budget_approval",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_budget_phasing",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_budget_transfer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_budget_version",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"} 12995 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"} 248 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 3286 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"} 62 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_cash_deposit",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_cashflow_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_channel_settlement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_channel_settlement_line",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_config_change_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_consolidation_run",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_credit_snapshot",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_dashboard_widget",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_day_close_session",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_document_attachment",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_einvoice_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_einvoice_log",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"} 82236 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"} 62016 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_expvoucher_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 558 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 496 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 67418 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 588327 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"} 110265 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_funds_transfer_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_gift_card_liability",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_gl_balance_transfer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_gl_balance_transfer_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_ic_settlement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_ic_settlement_invoice",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_ic_settlement_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 2.2786059e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_intercompany_agreement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_intercompany_transaction",schemaname="public"} 0 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_lease",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_lease_schedule",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"} 268069 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 3.823566694e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 6.9652746e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 1.292477e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 3.08486581e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 1.699237854e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 341 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_lin_pinv_tds",schemaname="public"} 995459 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_sinv_tds",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 2.264111e+06 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"} 3022 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 2.286959e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 341 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_loyalty_liability",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_migration_batch",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_migration_batch_line",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"} 1.0679222e+07 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_file",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"} 742741 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 1.73868206e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_paymentmethod_data_field",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 2.0997308e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 118 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 600 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"} 750 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_posting_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_posting_exception",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_posting_queue",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_posting_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_posting_template_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_posting_template_version",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"} 5.866431535e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 6.1405723794e+10 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 1.042138351e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 1.2863903762e+10 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 3394 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_report_schedule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_report_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_revaluation_detail",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_revaluation_run",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_tax_country_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 2.65603883108e+11 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_unallocated_transaction",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="flyway_schema_history",schemaname="public"} 98208 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="hsncode",schemaname="public"} 213739 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"} 7.8845055e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="lgs_task_activity",schemaname="public"} 34 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="lgs_vehicle",schemaname="public"} 97299 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"} 124 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="lgs_vehicle_model",schemaname="public"} 10912 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"} 3860 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"} 184562 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_addon_group",schemaname="public"} 745168 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"} 1.95966703e+08 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"} 1.01458333e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 1.117193e+06 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"} 410471 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"} 3168 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"} 33 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"} 1998 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_inventory",schemaname="public"} 4.74609696e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 1.6127433e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_inventory_count_schedule",schemaname="public"} 1260 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_inventory_issue",schemaname="public"} 21891 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 138870 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_inventory_media",schemaname="public"} 111656 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_inventory_receipt",schemaname="public"} 6006 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_inventory_receiptline",schemaname="public"} 9849 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"} 1.2870341e+07 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_lpn",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_lpn_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_material_request",schemaname="public"} 3.4075681e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_movement",schemaname="public"} 1.120475604e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_movementline",schemaname="public"} 2.4056685943e+10 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"} 52608 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_pricing_approval",schemaname="public"} 173552 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"} 1.410328e+06 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"} 3128 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"} 967940 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"} 6.391285798e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 4.243986171e+09 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"} 1.4497953169e+10 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_product_category",schemaname="public"} 1.23386722e+08 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"} 1.00128256e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_product_images",schemaname="public"} 7440 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"} 67584 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_product_meta",schemaname="public"} 2.8926016e+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"} 2.593249e+06 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"} 3.392501e+08 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"} 1.612790292e+10 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"} 4.0133911e+07 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"} 1.50622064739e+11 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"} 6.23797292e+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"} 1.0745992289e+10 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 2.16994889e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 1.3904841244e+10 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"} 7.991101364e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 712935 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"} 3.4571741944e+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"} 2.046696992e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 3.185763141e+09 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"} 4.143405494e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 7.3458747577e+10 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 2.0014027899e+10 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 3.095550202e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 3.63900359e+08 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"} 7.877791009e+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"} 4.51146991e+08 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"} 6.2614068e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 1.3521984e+07 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"} 1.3622233e+07 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"} 3.60309102e+08 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"} 1.85612954e+09 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"} 21500 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"} 5.2951152e+07 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"} 2.461925484e+09 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"} 62 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ntn_dashboard_designer_filters",schemaname="public"} 217 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ntn_dashboard_designer_kpi",schemaname="public"} 248 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ntn_menu_designer",schemaname="public"} 9660 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_process_designer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 32402 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ntn_report_designer_fields",schemaname="public"} 3472 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ntn_report_designer_filters",schemaname="public"} 999 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ntn_report_designer_sql",schemaname="public"} 288 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ntn_table_designer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ntn_window_designer",schemaname="public"} 399 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"} 231914 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"} 176132 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"} 56 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_contract_billing_model",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_contract_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_contract_frequency",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_contract_price_break",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_contract_schedule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_contract_type",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"} 5.45674812e+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"} 1.0971682593e+10 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"} 1.184020731e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 8.8982011e+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"} 7.78164338e+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"} 4.3419290221e+10 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"} 3.107218843e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 1.214912284e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 5492 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_pricelist",schemaname="public"} 3.630159e+06 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"} 2.847889228e+10 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 629328 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_requisition",schemaname="public"} 2.309489e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_requisition_line",schemaname="public"} 6.451424e+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"} 1.7236721e+08 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"} 947606 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"} 181245 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 29378 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_withholding_tax_adjustment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_withholding_tax_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_workorder",schemaname="public"} 2 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"} 2 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"} 6 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"} 2 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_approval",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pm_approval_matrix",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pm_approval_matrix_stage",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_checklist_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pm_checklist_template_item",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pm_commercial",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pm_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pm_contractor_assignment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pm_contractor_rating",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pm_cost_head",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pm_cost_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pm_cost_line_quote",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pm_delay_reason",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pm_doc_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pm_doc_requirement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pm_doc_waiver",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_document",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pm_evaluation",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_fitout_delay",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pm_fitout_progress",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pm_fitout_task",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pm_fitout_task_dependency",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pm_milestone_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pm_milestone_template_task",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_payment_stage",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_type",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_projection_month",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pm_projection_year",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pm_query",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pm_query_message",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pm_readiness_item",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_score_weight",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pm_score_weight_version",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"} 5.22542431595e+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"} 1.17601281476e+11 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"} 2932 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"} 66 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 1219 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"} 2.3336087e+07 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"} 97137 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 229111 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 195921 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="qrtz_locks",schemaname="public"} 611637 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"} 364310 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"} 696528 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_contract",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_contract_billing_model",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_contract_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_contract_frequency",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_contract_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_contract_price_break",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_contract_schedule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_contract_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_customer",schemaname="public"} 1.36287652e+08 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"} 1.8410525548e+10 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 14926 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.5866365e+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"} 1.790903e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 2.504394e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 14228 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"} 17653 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 391192 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_invoice",schemaname="public"} 4.02711046869e+11 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.2919983913e+10 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 5.5087765874e+10 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 12046 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 4.484818043e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 1.358844811135e+12 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"} 1.1108499678e+12 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 2019 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"} 1.58203893e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_orderline",schemaname="public"} 1.43908251e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 1.34623139781e+11 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_orderline_meta",schemaname="public"} 7.089760737e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 1.152857284e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 1.781871723845e+12 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 9.52547190667e+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"} 22481 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_pfinvoice_line",schemaname="public"} 38860 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_pfinvoice_linetax",schemaname="public"} 47128 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_pfinvoice_tax",schemaname="public"} 14433 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_pricelist",schemaname="public"} 1.75161231e+08 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"} 8.0258086e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 441009 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_quotation",schemaname="public"} 684733 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_quotation_line",schemaname="public"} 7216 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_quotation_line_addons",schemaname="public"} 14636 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_quotation_line_pricing_rule",schemaname="public"} 62 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_quotation_linetax",schemaname="public"} 7950 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_quotation_tax",schemaname="public"} 11659 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"} 1.47487116e+08 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"} 805 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="agr_agreement",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="agr_amendment",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="agr_category",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="agr_clause",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="agr_comment",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="agr_document",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="agr_document_access_log",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="agr_document_content",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="agr_document_template",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="agr_duplicate_check_log",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="agr_escalation",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="agr_extraction",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="agr_notification_digest_queue",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="agr_ocr_document",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="agr_party",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="agr_renewal",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="agr_renewal_scenario",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="agr_risk_flag",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="agr_signer",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="agr_signing_audit",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="agr_signing_request",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="agr_signing_token",schemaname="public"} 16384 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"} 3.7453824e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 1.572864e+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"} 9.641984e+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_policy_settings",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_loan_restructure_log",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_bank_format",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_payroll_disbursement",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_payroll_disbursement_line",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_gl_mapping",schemaname="public"} 16384 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_liability_payment",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_payroll_liability_payment_line",schemaname="public"} 16384 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_recalc_audit",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_payment_batch",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_salary_payment_batch_line",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_action_type",schemaname="public"} 24576 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"} 9.437184e+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_alert_log",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_alert_master",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_alert_notification",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_alert_rule",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_alert_rule_history",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"} 655360 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"} 655360 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_api_key",schemaname="public"} 40960 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_resource",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_app_resource_action",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 417792 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.539825664e+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"} 2.25071104e+09 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 9.363456e+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"} 163840 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"} 81920 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_classification",schemaname="public"} 24576 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.3764992e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 253952 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"} 212992 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_integration_error_logs",schemaname="public"} 188416 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 1.564786688e+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_ip_allowlist",schemaname="public"} 24576 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"} 696320 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"} 1.18784e+06 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_grant",schemaname="public"} 32768 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"} 65536 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"} 40960 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"} 237568 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_process_access",schemaname="public"} 819200 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_process_log",schemaname="public"} 1.873035264e+09 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 3.83639552e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 1.929027584e+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"} 1.14688e+06 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"} 90112 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_process_window_schema",schemaname="public"} 311296 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_record_comment",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_reference_schema",schemaname="public"} 1.007616e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 1.7645568e+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"} 614400 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_releases_history",schemaname="public"} 622592 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_report",schemaname="public"} 319488 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 942080 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"} 3.063808e+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.236992e+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"} 114688 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"} 663552 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"} 2.1569536e+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"} 1.1812864e+07 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"} 65536 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"} 32768 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"} 163840 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 122880 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 5.819858944e+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"} 106496 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_notification",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"} 786432 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"} 6.905856e+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="cw_trade_approval_config",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cw_trade_config",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cw_trade_event",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cw_trade_lifting_plan",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cw_trade_rl",schemaname="public"} 24576 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.7965056e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 1.31072e+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"} 1.0682368e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 4.857856e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 679936 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"} 6.4192512e+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"} 4.69499904e+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"} 2.6566656e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 8.1453056e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_fb_order_merge",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_fb_order_meta",schemaname="public"} 4.45882368e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 4.4601344e+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"} 131072 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"} 753664 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"} 417792 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.5785984e+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.7222016e+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"} 98304 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"} 2.0267008e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_pcataloguelines_addon",schemaname="public"} 286720 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.912589312e+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"} 81920 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 2.654208e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_pos_errors_bkp_20260803",schemaname="public"} 3.252224e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 7.84367616e+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_pricing_policy",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_pricing_policy_scope",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 237568 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_product_stockout",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"} 4.939776e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 7.061504e+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"} 1.10592e+06 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.97165056e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 5.3239808e+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"} 5.07904e+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"} 6.7846144e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 1.15990528e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 9.6354304e+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"} 589824 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 9.5961088e+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_lease_ext",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_aging_snapshot",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_ai_action_log",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_ai_audit_log",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_alert",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_alert_history",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_alert_rule",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_approval_instance",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_approval_workflow",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_audit_trail",schemaname="public"} 8192 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_guarantee",schemaname="public"} 32768 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_bpartner",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_bpartner_settlement",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_bpartner_settlement_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_budget_approval",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_budget_phasing",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_budget_transfer",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_budget_version",schemaname="public"} 8192 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_cash_deposit",schemaname="public"} 16384 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_cashflow_category",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_cashflow_forecast",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_channel_settlement",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_channel_settlement_line",schemaname="public"} 16384 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_config_change_history",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_consolidation_adjustment",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_consolidation_run",schemaname="public"} 8192 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_credit_snapshot",schemaname="public"} 32768 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_dashboard_widget",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_day_close_session",schemaname="public"} 16384 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_document_attachment",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_einvoice_config",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_einvoice_log",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_meta",schemaname="public"} 16384 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"} 704512 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.88416e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_funds_transfer_line",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_gift_card_liability",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_gl_balance_transfer",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_gl_balance_transfer_line",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_ic_settlement",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_ic_settlement_invoice",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_ic_settlement_line",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 9.265152e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_intercompany_agreement",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_intercompany_transaction",schemaname="public"} 8192 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_lease",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_lease_schedule",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"} 7.069696e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 4.087808e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 3.0318592e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 2.90635776e+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_sinv_tds",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_loyalty_liability",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_migration_batch",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_migration_batch_line",schemaname="public"} 16384 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_file",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_paymentmethod_data_field",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 4.857856e+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_posting_config",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_posting_exception",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_posting_queue",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_posting_template",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_posting_template_line",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_posting_template_version",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"} 1.1098112e+09 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 1.182605312e+09 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 9.0841088e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 8.00448512e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 573440 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_report_schedule",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_report_template",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_revaluation_detail",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_revaluation_run",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_tax_country_config",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 6.87996928e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_unallocated_transaction",schemaname="public"} 16384 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.527232e+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"} 925696 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"} 73728 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"} 8.35584e+06 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"} 32768 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"} 3.428352e+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"} 385024 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 1.220608e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_inventory_media",schemaname="public"} 1.728512e+06 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.42639104e+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_lpn",schemaname="public"} 49152 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_lpn_line",schemaname="public"} 40960 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_material_request",schemaname="public"} 1.0330112e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_movement",schemaname="public"} 4.1680896e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_movementline",schemaname="public"} 1.84885248e+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"} 6.447104e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 778240 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"} 8.552448e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_product_category",schemaname="public"} 360448 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"} 1.2500992e+07 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"} 4.8201728e+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"} 3.981312e+06 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"} 9.179136e+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"} 2.175803392e+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.7134336e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 4.4572672e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 2.19684864e+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.588672e+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"} 1.0832461824e+10 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"} 4.6907392e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 7.0029312e+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"} 7.274496e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 7.77125888e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 5.29989632e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 4.2737664e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 6.91576832e+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.2916992e+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"} 7.5149312e+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"} 3.014656e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 1.58523392e+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"} 1.196032e+06 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.785856e+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"} 3.70688e+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"} 180224 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_process_designer",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 548864 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_table_designer",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="ntn_window_designer",schemaname="public"} 1.245184e+06 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"} 589824 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_billing_model",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_contract_category",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_contract_frequency",schemaname="public"} 16384 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_contract_price_break",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_contract_schedule",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_contract_type",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"} 1.0838016e+07 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"} 3.018752e+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.6779648e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 6.79936e+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"} 1.4974976e+07 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"} 4.9635328e+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"} 4.5064192e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 1.0788864e+07 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.736128e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 1.867776e+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_withholding_tax_adjustment",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_withholding_tax_adjustment_line",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_workorder",schemaname="public"} 32768 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"} 32768 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"} 32768 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"} 24576 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_approval",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pm_approval_matrix",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pm_approval_matrix_stage",schemaname="public"} 24576 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_checklist_template",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pm_checklist_template_item",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pm_commercial",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pm_config",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pm_contractor_assignment",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pm_contractor_rating",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pm_cost_head",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pm_cost_line",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pm_cost_line_quote",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pm_delay_reason",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pm_doc_category",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pm_doc_requirement",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pm_doc_waiver",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_document",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pm_evaluation",schemaname="public"} 24576 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_fitout_delay",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pm_fitout_progress",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pm_fitout_task",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pm_fitout_task_dependency",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pm_milestone_template",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pm_milestone_template_task",schemaname="public"} 24576 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_payment_stage",schemaname="public"} 24576 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_type",schemaname="public"} 16384 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_projection_month",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pm_projection_year",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pm_query",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pm_query_message",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pm_readiness_item",schemaname="public"} 32768 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_score_weight",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pm_score_weight_version",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"} 3.87268608e+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"} 5.7372672e+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"} 81920 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 262144 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"} 458752 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_contract",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_contract_billing_model",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_contract_category",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_contract_frequency",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_contract_line",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_contract_price_break",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_contract_schedule",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_contract_type",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.251648e+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.08896e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 1.753088e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 229376 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"} 237568 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 450560 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_invoice",schemaname="public"} 1.445912576e+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"} 2.514067456e+09 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 5.24787712e+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"} 3.327410176e+09 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 1.2470272e+09 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.754087424e+09 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 32768 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"} 3.258114048e+09 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_orderline",schemaname="public"} 2.694529024e+09 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 1.37814016e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_orderline_meta",schemaname="public"} 3.13344e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 2.383872e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 1.78884608e+09 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 7.90495232e+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"} 229376 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"} 3.301376e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 1.76128e+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"} 114688 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"} 131072 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="agr_agreement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="agr_amendment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="agr_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="agr_clause",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="agr_comment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="agr_document",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="agr_document_access_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="agr_document_content",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="agr_document_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="agr_duplicate_check_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="agr_escalation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="agr_extraction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="agr_notification_digest_queue",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="agr_ocr_document",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="agr_party",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="agr_renewal",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="agr_renewal_scenario",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="agr_risk_flag",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="agr_signer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="agr_signing_audit",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="agr_signing_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="agr_signing_token",schemaname="public"} 0 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_policy_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_loan_restructure_log",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_bank_format",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_payroll_disbursement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_payroll_disbursement_line",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_gl_mapping",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_liability_payment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_payroll_liability_payment_line",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_recalc_audit",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_payment_batch",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_salary_payment_batch_line",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_action_type",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_alert_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_alert_master",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_alert_notification",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_alert_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_alert_rule_history",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_resource",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_app_resource_action",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_classification",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_ip_allowlist",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_grant",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_record_comment",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_notification",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="cw_trade_approval_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cw_trade_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cw_trade_event",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cw_trade_lifting_plan",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cw_trade_rl",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_pcataloguelines_addon",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_errors_bkp_20260803",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_pricing_policy",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_pricing_policy_scope",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_product_stockout",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_lease_ext",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_aging_snapshot",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_ai_action_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_ai_audit_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_alert",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_alert_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_alert_rule",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_approval_instance",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_approval_workflow",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_audit_trail",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_guarantee",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_bpartner",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_bpartner_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_bpartner_settlement_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_budget_approval",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_budget_phasing",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_budget_transfer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_budget_version",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_cash_deposit",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_cashflow_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_channel_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_channel_settlement_line",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_config_change_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_consolidation_run",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_credit_snapshot",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_dashboard_widget",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_day_close_session",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_document_attachment",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_einvoice_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_einvoice_log",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_meta",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_funds_transfer_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_gift_card_liability",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_gl_balance_transfer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_gl_balance_transfer_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_ic_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_ic_settlement_invoice",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_ic_settlement_line",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_intercompany_agreement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_intercompany_transaction",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_lease",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_lease_schedule",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_sinv_tds",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_loyalty_liability",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_migration_batch",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_migration_batch_line",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_file",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_paymentmethod_data_field",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_posting_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_posting_exception",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_posting_queue",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_posting_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_posting_template_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_posting_template_version",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_report_schedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_report_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_revaluation_detail",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_revaluation_run",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_tax_country_config",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="fin_unallocated_transaction",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_lpn",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_lpn_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_process_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_table_designer",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_billing_model",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_contract_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_contract_frequency",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_contract_price_break",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_contract_schedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_contract_type",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_withholding_tax_adjustment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_withholding_tax_adjustment_line",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_approval",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_approval_matrix",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_approval_matrix_stage",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_checklist_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_checklist_template_item",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_commercial",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_contractor_assignment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_contractor_rating",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_cost_head",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_cost_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_cost_line_quote",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_delay_reason",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_doc_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_doc_requirement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_doc_waiver",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_document",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_evaluation",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_fitout_delay",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_fitout_progress",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_fitout_task",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_fitout_task_dependency",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_milestone_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_milestone_template_task",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_payment_stage",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_type",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_projection_month",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_projection_year",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_query",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_query_message",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_readiness_item",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_score_weight",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_score_weight_version",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_contract",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_contract_billing_model",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_contract_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_contract_frequency",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_contract_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_contract_price_break",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_contract_schedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_contract_type",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="agr_agreement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="agr_amendment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="agr_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="agr_clause",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="agr_comment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="agr_document",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="agr_document_access_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="agr_document_content",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="agr_document_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="agr_duplicate_check_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="agr_escalation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="agr_extraction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="agr_notification_digest_queue",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="agr_ocr_document",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="agr_party",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="agr_renewal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="agr_renewal_scenario",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="agr_risk_flag",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="agr_signer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="agr_signing_audit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="agr_signing_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="agr_signing_token",schemaname="public"} 0 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"} 85006 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 1.028088312e+09 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 5.83342494e+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"} 3.47777262e+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"} 9.518791e+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"} 0 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_policy_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_loan_restructure_log",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_bank_format",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_payroll_disbursement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_payroll_disbursement_line",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_gl_mapping",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_liability_payment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_payroll_liability_payment_line",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_recalc_audit",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_payment_batch",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_salary_payment_batch_line",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"} 1118 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"} 13 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_lead",schemaname="public"} 2 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_action_type",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"} 8197 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_alert_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_alert_master",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_alert_notification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_alert_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_alert_rule_history",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.462498471e+09 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"} 203136 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"} 14468 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_app_resource",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_app_resource_action",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 73409 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"} 98069 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 2.1936989e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 29079 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 1.2713912e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 6.5707921e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_batch_register",schemaname="public"} 135 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_bunit",schemaname="public"} 6.52266205e+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"} 1.96384e+06 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"} 703 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"} 6.4359693e+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"} 27840 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"} 6.575589e+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"} 11645 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_currency",schemaname="public"} 1.9827567e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 11572 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_classification",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"} 4.4682153e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_doctype_template",schemaname="public"} 12962 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"} 85 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_file",schemaname="public"} 2.1977226e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 6948 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"} 2.207291e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_integration_error_logs",schemaname="public"} 874 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 4.2227445e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 432639 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_integrations",schemaname="public"} 479290 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_integrations_config",schemaname="public"} 27 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_ip_allowlist",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"} 8764 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"} 0 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"} 6075 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"} 31786 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"} 27839 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"} 18387 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_nearbystores",schemaname="public"} 226 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_notification_recipients",schemaname="public"} 2586 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_paymentterm",schemaname="public"} 1.1862122e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_permission_grant",schemaname="public"} 0 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"} 162 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_permission_set",schemaname="public"} 468 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_permission_set_access",schemaname="public"} 10828 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"} 1799 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_print_template_query",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_process",schemaname="public"} 1.381198e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_process_access",schemaname="public"} 5106 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_process_log",schemaname="public"} 5.816459e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 5.4019946e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 2.3680681e+07 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"} 63603 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_process_window",schemaname="public"} 52 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_process_window_access",schemaname="public"} 2265 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_process_window_schema",schemaname="public"} 9944 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_record_comment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_reference_schema",schemaname="public"} 9.687489e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 208680 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_region",schemaname="public"} 7.915936e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_releases",schemaname="public"} 702507 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_releases_history",schemaname="public"} 3337 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_report",schemaname="public"} 22661 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 262954 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"} 334265 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 133 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 91 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_returnreason",schemaname="public"} 279426 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_role",schemaname="public"} 65078 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 231 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"} 2.283366e+06 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"} 16083 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"} 1146 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"} 3.118347e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_tax",schemaname="public"} 1.2415816e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_tax_acct",schemaname="public"} 16 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_taxcategory",schemaname="public"} 2.605672e+06 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"} 27299 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_tenant_purchase_preferences",schemaname="public"} 27366 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"} 4.8111831e+07 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"} 8.8494782e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 1.474312e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 1.2613047e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 3.4941841e+07 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"} 27814 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_notification",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"} 44 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"} 9.810256e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 786741 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"} 287398 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"} 2.424704e+06 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="cw_trade_approval_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cw_trade_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cw_trade_event",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cw_trade_lifting_plan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cw_trade_rl",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"} 18124 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 203384 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 1.26576924e+08 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwf_workflow_approvals_template",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwf_workflow_approvers",schemaname="public"} 398 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwf_workflow_eventstore",schemaname="public"} 9638 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 3.19164424e+08 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 110 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"} 9968 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"} 1994 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"} 537 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"} 521 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_fb_kot",schemaname="public"} 560134 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.6164387697e+10 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 2.10828643e+08 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_fb_order_merge",schemaname="public"} 200901 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_fb_order_meta",schemaname="public"} 1.15038876e+08 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 9.15766844e+08 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_fb_production_center",schemaname="public"} 5.047038e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_fb_production_center_access",schemaname="public"} 669708 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_fb_section",schemaname="public"} 10253 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_fb_table",schemaname="public"} 26617 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.7204464e+07 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"} 8611 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"} 1.980737e+06 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"} 9559 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_giftcard_type",schemaname="public"} 4092 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 57104 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"} 4419 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"} 7.4992619e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 363049 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"} 4412 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_settings",schemaname="public"} 12832 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"} 7.20747533e+08 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"} 5909 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"} 3.450659e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 4.571747e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 1.878352e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 8292 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"} 1.72673439e+08 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_pcataloguelines_addon",schemaname="public"} 634179 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 1651 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 7.92815709e+08 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"} 157177 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 6.829341e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_pos_errors_bkp_20260803",schemaname="public"} 91 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 1.061081e+06 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"} 2936 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_pricing_policy",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_pricing_policy_scope",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 105538 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_product_stockout",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 13124 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 23660 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"} 421 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 1.830377e+06 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"} 811413 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"} 3.972071e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 1.7872628e+07 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"} 1.6506023e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_till_access_meta",schemaname="public"} 69014 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 4.40001201e+08 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 522300 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"} 6864 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 10187 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 144362 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 1.46608438e+08 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 122624 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 1.08123502e+08 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"} 4482 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 927547 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 467369 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_wallet",schemaname="public"} 89819 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"} 161 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"} 314 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 3.075108e+06 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"} 1160 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_lease_ext",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"} 5546 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 86 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 0 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"} 0 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"} 0 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"} 0 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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 0 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_aging_snapshot",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_ai_action_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_ai_audit_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_alert",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_alert_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_alert_rule",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_approval_instance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_approval_workflow",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_audit_trail",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_guarantee",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_bpartner",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_bpartner_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_bpartner_settlement_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_budget_approval",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_budget_phasing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_budget_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_budget_version",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"} 12772 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"} 0 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"} 0 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_cash_deposit",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_cashflow_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_channel_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_channel_settlement_line",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_config_change_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_consolidation_run",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_credit_snapshot",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_dashboard_widget",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_day_close_session",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_document_attachment",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_einvoice_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_einvoice_log",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"} 1356 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"} 3572 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_expvoucher_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 896 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 1.632867e+06 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"} 10896 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_funds_transfer_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_gift_card_liability",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_gl_balance_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_gl_balance_transfer_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_ic_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_ic_settlement_invoice",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_ic_settlement_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 1.684863e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_intercompany_agreement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_intercompany_transaction",schemaname="public"} 0 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_lease",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_lease_schedule",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"} 4996 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 1.18136961e+08 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 2.374945e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 1917 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 1.8239085e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 1.5716623e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_lin_pinv_tds",schemaname="public"} 43583 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_sinv_tds",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 5364 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"} 45 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 2.270321e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 0 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_loyalty_liability",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_migration_batch",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_migration_batch_line",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"} 111021 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_file",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"} 7032 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 1.0350952e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_paymentmethod_data_field",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 415042 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 13 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 6 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"} 2 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_posting_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_posting_exception",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_posting_queue",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_posting_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_posting_template_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_posting_template_version",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"} 7.56067955e+08 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 3.8655786e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 8.911549e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 2.07264006e+08 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 9893 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_report_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_report_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_revaluation_detail",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_revaluation_run",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_tax_country_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 5.264602619e+09 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_unallocated_transaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="flyway_schema_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="hsncode",schemaname="public"} 3.568342e+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"} 1.250214e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="lgs_task_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="lgs_vehicle",schemaname="public"} 8433 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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="lgs_vehicle_model",schemaname="public"} 2790 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"} 2790 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"} 16656 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_addon_group",schemaname="public"} 815418 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"} 1.2405495e+07 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"} 5.0873749e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 1.767495e+06 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"} 4 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"} 1 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"} 2 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_inventory",schemaname="public"} 1.6562511e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 1.2360382e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_inventory_count_schedule",schemaname="public"} 169 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_inventory_issue",schemaname="public"} 887 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 2475 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_inventory_media",schemaname="public"} 4447 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_inventory_receipt",schemaname="public"} 7 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_inventory_receiptline",schemaname="public"} 0 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"} 6.006064e+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_lpn",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_lpn_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_material_request",schemaname="public"} 938737 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_movement",schemaname="public"} 3.5802379e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_movementline",schemaname="public"} 4.54406985e+08 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"} 6194 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_pricing_approval",schemaname="public"} 6261 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"} 63918 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"} 99 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"} 37091 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.204670271e+09 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 1.92987454e+08 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"} 5.88833451e+08 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_product_category",schemaname="public"} 4.3629867e+07 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"} 3.570115e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_product_images",schemaname="public"} 18 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"} 38 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_product_meta",schemaname="public"} 804791 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"} 151692 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"} 2.2344847e+07 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"} 5.57301454e+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"} 1.411931e+06 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"} 2.489428702e+09 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"} 6.3808227e+07 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"} 1.30587639e+09 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 1.8910501e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 4.14077073e+08 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"} 3.64044386e+08 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 154652 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"} 1.2544901733e+10 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"} 5.8908217e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 7.7504819e+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.85801039e+08 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 4.631268161e+09 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 5.19237801e+08 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 8.7421607e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 1.788903e+06 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"} 3.61127579e+08 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"} 1.0486597e+07 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"} 1.940283e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 0 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"} 682111 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"} 1.1141313e+07 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"} 9.4676035e+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"} 4569 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"} 1.531594e+06 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"} 8.7241831e+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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="ntn_menu_designer",schemaname="public"} 12823 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_process_designer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 2024 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="ntn_report_designer_filters",schemaname="public"} 2 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="ntn_table_designer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="ntn_window_designer",schemaname="public"} 38 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"} 19098 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"} 3740 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"} 1755 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_contract_billing_model",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_contract_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_contract_frequency",schemaname="public"} 0 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_contract_price_break",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_contract_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_contract_type",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"} 8.8765336e+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"} 7.61332971e+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"} 4.9363503e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 3.202365e+06 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"} 8.086249e+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"} 1.876215042e+09 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"} 6.8114227e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 4.1448035e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 101 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_pricelist",schemaname="public"} 3.652178e+06 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.044587812e+09 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 16502 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_requisition",schemaname="public"} 315054 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_requisition_line",schemaname="public"} 434866 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"} 1.9974361e+07 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"} 1.113199e+06 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"} 22156 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 469 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_withholding_tax_adjustment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_withholding_tax_adjustment_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_workorder",schemaname="public"} 32 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"} 8 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"} 11 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"} 6 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_approval",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pm_approval_matrix",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pm_approval_matrix_stage",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_checklist_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pm_checklist_template_item",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pm_commercial",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pm_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pm_contractor_assignment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pm_contractor_rating",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pm_cost_head",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pm_cost_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pm_cost_line_quote",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pm_delay_reason",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pm_doc_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pm_doc_requirement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pm_doc_waiver",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_document",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pm_evaluation",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_fitout_delay",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pm_fitout_progress",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pm_fitout_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pm_fitout_task_dependency",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pm_milestone_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pm_milestone_template_task",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_payment_stage",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_type",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_projection_month",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pm_projection_year",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pm_query",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pm_query_message",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pm_readiness_item",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_score_weight",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pm_score_weight_version",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"} 6.64716786e+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"} 2.990556836e+09 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"} 694 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"} 1 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 391 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"} 0 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"} 52778 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 565013 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 10040 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="qrtz_locks",schemaname="public"} 490202 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"} 82551 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"} 677798 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_contract",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_contract_billing_model",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_contract_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_contract_frequency",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_contract_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_contract_price_break",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_contract_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_contract_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_customer",schemaname="public"} 1.8009334e+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.140688825e+09 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 1531 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"} 2.086614e+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"} 37972 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 3850 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 380 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"} 4049 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 14410 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_invoice",schemaname="public"} 2.0978296053e+10 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.28169292e+08 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 3.8946499e+08 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 201 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 2.629659882e+09 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 2.6320512318e+10 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"} 8.278839821e+10 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 331 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"} 6.63009e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_orderline",schemaname="public"} 1.039085372e+09 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 3.328227825e+09 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_orderline_meta",schemaname="public"} 2.55109067e+08 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 6.568467e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 4.4429127998e+10 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 2.0398613939e+10 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"} 2232 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_pfinvoice_line",schemaname="public"} 6056 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_pfinvoice_linetax",schemaname="public"} 2511 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_pfinvoice_tax",schemaname="public"} 376 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_pricelist",schemaname="public"} 1.8391973e+07 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"} 1.46091592e+08 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 10880 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_quotation",schemaname="public"} 28578 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_quotation_line",schemaname="public"} 1140 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_quotation_line_addons",schemaname="public"} 215 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_quotation_linetax",schemaname="public"} 146 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_quotation_tax",schemaname="public"} 384 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"} 6.193959e+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"} 37 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="agr_agreement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="agr_amendment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="agr_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="agr_clause",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="agr_comment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="agr_document",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="agr_document_access_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="agr_document_content",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="agr_document_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="agr_duplicate_check_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="agr_escalation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="agr_extraction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="agr_notification_digest_queue",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="agr_ocr_document",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="agr_party",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="agr_renewal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="agr_renewal_scenario",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="agr_risk_flag",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="agr_signer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="agr_signing_audit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="agr_signing_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="agr_signing_token",schemaname="public"} 0 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"} 16108 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 2.52855589e+08 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 6.3088604e+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"} 4.4710159e+07 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"} 47655 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"} 3.199696e+06 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_policy_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_loan_restructure_log",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_bank_format",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_payroll_disbursement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_payroll_disbursement_line",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_gl_mapping",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_liability_payment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_payroll_liability_payment_line",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_recalc_audit",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_payment_batch",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_salary_payment_batch_line",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"} 3838 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"} 47 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="crm_lead",schemaname="public"} 34 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_action_type",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"} 30257 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_alert_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_alert_master",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_alert_notification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_alert_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_alert_rule_history",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"} 4.388275e+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"} 129534 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"} 7885 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_app_resource",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_app_resource_action",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 98343 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"} 72462 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 3.9869337e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 7587 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 2.6263354e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 2.4268935e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_batch_register",schemaname="public"} 717 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_bunit",schemaname="public"} 951873 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"} 146273 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"} 1422 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"} 119324 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"} 10171 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"} 50474 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"} 5335 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_currency",schemaname="public"} 87458 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 4939 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_classification",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"} 209942 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_doctype_template",schemaname="public"} 26974 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"} 2059 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_file",schemaname="public"} 7.432027e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 3040 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"} 344796 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_integration_error_logs",schemaname="public"} 562 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 1.11639713e+08 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 54936 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_integrations",schemaname="public"} 53094 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_integrations_config",schemaname="public"} 50 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_ip_allowlist",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"} 2036 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"} 62 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"} 2370 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"} 10064 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"} 362 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"} 379 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_nearbystores",schemaname="public"} 1908 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_notification_recipients",schemaname="public"} 8574 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_paymentterm",schemaname="public"} 173430 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_permission_grant",schemaname="public"} 0 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"} 74 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_permission_set",schemaname="public"} 55 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_permission_set_access",schemaname="public"} 8042 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"} 13328 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_print_template_query",schemaname="public"} 992 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_process",schemaname="public"} 303110 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_process_access",schemaname="public"} 30444 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_process_log",schemaname="public"} 5.542141e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 2.77597679e+08 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 6.054929e+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"} 41862 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_process_window",schemaname="public"} 72 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_process_window_access",schemaname="public"} 3808 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_process_window_schema",schemaname="public"} 13663 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_record_comment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_reference_schema",schemaname="public"} 6.825284e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 167894 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_region",schemaname="public"} 106764 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_releases",schemaname="public"} 5089 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_releases_history",schemaname="public"} 3361 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_report",schemaname="public"} 3097 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 65787 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"} 70776 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 50 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 4261 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_returnreason",schemaname="public"} 6005 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_role",schemaname="public"} 6680 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 831 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"} 2.001325e+06 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"} 84691 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"} 6920 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"} 1.817028e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_task",schemaname="public"} 31 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_tax",schemaname="public"} 99296 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_tax_acct",schemaname="public"} 51 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_taxcategory",schemaname="public"} 54537 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"} 72726 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_tenant_purchase_preferences",schemaname="public"} 7823 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"} 111232 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"} 614799 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 757292 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 2.4260184e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 2.315155e+06 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"} 8009 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_notification",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"} 688 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"} 125944 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 176130 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"} 537647 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"} 264814 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="cw_trade_approval_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cw_trade_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cw_trade_event",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cw_trade_lifting_plan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cw_trade_rl",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"} 25532 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 76276 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 1.6297708e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwf_workflow_approvals_template",schemaname="public"} 41 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwf_workflow_approvers",schemaname="public"} 2988 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwf_workflow_eventstore",schemaname="public"} 39361 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 1.41692e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 2301 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"} 27427 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"} 5967 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"} 3003 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"} 36 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_fb_kot",schemaname="public"} 1.598471e+06 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.43899187e+08 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 4.18645672e+08 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_fb_order_merge",schemaname="public"} 46863 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_fb_order_meta",schemaname="public"} 1.43005159e+08 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 1.824392733e+09 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_fb_production_center",schemaname="public"} 189942 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_fb_production_center_access",schemaname="public"} 184216 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_fb_section",schemaname="public"} 6287 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_fb_table",schemaname="public"} 61356 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"} 4.361765e+06 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"} 21202 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"} 3.1084e+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"} 5836 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_giftcard_type",schemaname="public"} 7160 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 5469 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"} 2854 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"} 1.12679871e+08 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 48898 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"} 2846 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_loyalty_settings",schemaname="public"} 4230 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"} 2.45746482e+08 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"} 1022 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"} 1.080377e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 59786 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 5212 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 7014 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"} 6.3749547e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_pcataloguelines_addon",schemaname="public"} 4704 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 3133 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 5.458131359e+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"} 98767 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 1.4385652e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_pos_errors_bkp_20260803",schemaname="public"} 768 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 2.744501e+06 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"} 8251 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_pricing_policy",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_pricing_policy_scope",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 26460 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_product_stockout",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 2878 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 1460 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"} 3003 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 74131 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"} 617430 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"} 1.6716044e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 2.4300907e+07 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"} 2.878102e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_till_access_meta",schemaname="public"} 27689 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 5.37108568e+08 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 225630 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"} 16151 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 12395 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 109191 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 1.11420423e+08 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 327084 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 7.8975445e+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"} 36982 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 188987 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 1.4784687e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_wallet",schemaname="public"} 51756 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"} 83 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"} 8635 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 3.3712934e+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"} 3452 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_lease_ext",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"} 32607 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 128 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 45 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"} 45 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"} 45 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"} 45 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"} 45 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 45 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_aging_snapshot",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_ai_action_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_ai_audit_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_alert",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_alert_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_alert_rule",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_approval_instance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_approval_workflow",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_audit_trail",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_guarantee",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_bpartner",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_bpartner_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_bpartner_settlement_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_budget_approval",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_budget_phasing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_budget_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_budget_version",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"} 223 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"} 31 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 124 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"} 31 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_cash_deposit",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_cashflow_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_channel_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_channel_settlement_line",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_config_change_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_consolidation_run",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_credit_snapshot",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_dashboard_widget",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_day_close_session",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_document_attachment",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_einvoice_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_einvoice_log",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"} 4518 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"} 76 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_expvoucher_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 31 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 31 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 3412 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 771931 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"} 6548 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_funds_transfer_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_gift_card_liability",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_gl_balance_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_gl_balance_transfer_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_ic_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_ic_settlement_invoice",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_ic_settlement_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 843843 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_intercompany_agreement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_intercompany_transaction",schemaname="public"} 0 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_lease",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_lease_schedule",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"} 25568 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 2.5555205e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 1.4897101e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 65114 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 1.0379031e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 5.6600631e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 31 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_lin_pinv_tds",schemaname="public"} 5398 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_sinv_tds",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 109693 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"} 206 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 16639 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 31 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_loyalty_liability",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_migration_batch",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_migration_batch_line",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"} 453683 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_file",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"} 25275 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 72868 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_paymentmethod_data_field",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 700313 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 46 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 54 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"} 72 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_posting_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_posting_exception",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_posting_queue",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_posting_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_posting_template_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_posting_template_version",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"} 2.71270879e+08 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 2.561525278e+09 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 5.2518542e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 3.47064801e+08 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 1711 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_report_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_report_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_revaluation_detail",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_revaluation_run",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_tax_country_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 7.410281691e+09 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_unallocated_transaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="flyway_schema_history",schemaname="public"} 1426 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="hsncode",schemaname="public"} 171792 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"} 3.77134e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="lgs_task_activity",schemaname="public"} 34 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="lgs_vehicle",schemaname="public"} 1632 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"} 31 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="lgs_vehicle_model",schemaname="public"} 1070 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"} 1070 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"} 1203 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_addon_group",schemaname="public"} 31623 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"} 246810 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"} 56479 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 8747 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"} 27373 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"} 128 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"} 32 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"} 72 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_inventory",schemaname="public"} 1.8942772e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 1.249002e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_inventory_count_schedule",schemaname="public"} 41 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_inventory_issue",schemaname="public"} 1254 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 6016 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_inventory_media",schemaname="public"} 5315 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_inventory_receipt",schemaname="public"} 224 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_inventory_receiptline",schemaname="public"} 882 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"} 3.260897e+06 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_lpn",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_lpn_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_material_request",schemaname="public"} 3.038388e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_movement",schemaname="public"} 2.2351295e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_movementline",schemaname="public"} 8.20119329e+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"} 2574 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_pricing_approval",schemaname="public"} 2683 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"} 4800 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"} 37 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"} 49209 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"} 7.1689188e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 2.742792e+06 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"} 6.2310661e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_product_category",schemaname="public"} 1.467853e+06 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"} 57418 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_product_images",schemaname="public"} 702 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"} 2470 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_product_meta",schemaname="public"} 2331 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"} 27513 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"} 1.5243818e+07 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"} 5.73110947e+08 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"} 398898 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"} 6.49434862e+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"} 1.00220682e+08 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"} 2.12635545e+08 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 1.5182632e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 1.98965833e+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"} 523637 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 49463 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"} 2.5814550053e+10 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"} 6.8579383e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 2.66026522e+08 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"} 1.98447455e+08 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 3.298948572e+09 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 3.74418507e+08 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 7.9150192e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 2.2882294e+07 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"} 3.72733368e+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"} 2.5605809e+07 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"} 774047 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 520800 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"} 129277 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"} 1.997509e+06 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"} 312370 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"} 6182 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"} 1.311915e+06 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"} 3.6933196e+07 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"} 31 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ntn_dashboard_designer_filters",schemaname="public"} 31 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ntn_dashboard_designer_kpi",schemaname="public"} 31 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ntn_menu_designer",schemaname="public"} 1565 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_process_designer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 1623 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ntn_report_designer_fields",schemaname="public"} 124 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ntn_report_designer_filters",schemaname="public"} 72 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ntn_report_designer_sql",schemaname="public"} 64 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ntn_table_designer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ntn_window_designer",schemaname="public"} 79 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"} 1839 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"} 4483 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"} 1589 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_contract_billing_model",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_contract_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_contract_frequency",schemaname="public"} 0 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_contract_price_break",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_contract_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_contract_type",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"} 6.41249e+06 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"} 2.4841818e+07 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"} 2.437435e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 625309 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"} 1.6783861e+07 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.216257686e+09 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"} 6.9047327e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 8.932016e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 299 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_pricelist",schemaname="public"} 24376 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"} 7.487583e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 16174 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_requisition",schemaname="public"} 14873 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_requisition_line",schemaname="public"} 25950 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"} 777823 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"} 257902 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"} 680 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 1153 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_withholding_tax_adjustment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_withholding_tax_adjustment_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_workorder",schemaname="public"} 5 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"} 2 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"} 3 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"} 2 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_approval",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pm_approval_matrix",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pm_approval_matrix_stage",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_checklist_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pm_checklist_template_item",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pm_commercial",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pm_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pm_contractor_assignment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pm_contractor_rating",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pm_cost_head",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pm_cost_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pm_cost_line_quote",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pm_delay_reason",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pm_doc_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pm_doc_requirement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pm_doc_waiver",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_document",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pm_evaluation",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_fitout_delay",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pm_fitout_progress",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pm_fitout_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pm_fitout_task_dependency",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pm_milestone_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pm_milestone_template_task",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_payment_stage",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_type",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_projection_month",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pm_projection_year",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pm_query",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pm_query_message",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pm_readiness_item",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_score_weight",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pm_score_weight_version",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"} 2.7489582143e+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"} 2.810133244e+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"} 39 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"} 32 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 828 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"} 288424 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"} 29132 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 625868 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 11729 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="qrtz_locks",schemaname="public"} 99650 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"} 99605 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"} 585717 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_contract",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_contract_billing_model",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_contract_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_contract_frequency",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_contract_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_contract_price_break",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_contract_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_contract_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_customer",schemaname="public"} 2.8909e+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"} 3.122669e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 864 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"} 77634 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"} 20053 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 132635 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 892 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"} 1013 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 5132 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_invoice",schemaname="public"} 2.3528653663e+10 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.016737008e+09 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 1.414890111e+09 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 336 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 4.72860681e+08 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 2.6831929869e+10 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"} 6.3743701377e+10 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 1249 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"} 7.943304e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_orderline",schemaname="public"} 2.98989079e+08 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 3.06427985e+09 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_orderline_meta",schemaname="public"} 1.3578861e+08 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 3.9642958e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 2.6206838675e+10 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 1.2835768617e+10 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"} 1272 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_pfinvoice_line",schemaname="public"} 1704 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_pfinvoice_linetax",schemaname="public"} 1451 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_pfinvoice_tax",schemaname="public"} 660 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_pricelist",schemaname="public"} 160132 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"} 3.938216e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 9195 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_quotation",schemaname="public"} 21585 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_quotation_line",schemaname="public"} 316 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_quotation_line_addons",schemaname="public"} 666 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_quotation_line_pricing_rule",schemaname="public"} 31 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_quotation_linetax",schemaname="public"} 328 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_quotation_tax",schemaname="public"} 140 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"} 123403 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"} 768 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="agr_agreement",schemaname="public"} 19 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="agr_amendment",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="agr_category",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="agr_clause",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="agr_comment",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="agr_document",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="agr_document_access_log",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="agr_document_content",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="agr_document_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="agr_duplicate_check_log",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="agr_escalation",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="agr_extraction",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="agr_notification_digest_queue",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="agr_ocr_document",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="agr_party",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="agr_renewal",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="agr_renewal_scenario",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="agr_risk_flag",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="agr_signer",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="agr_signing_audit",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="agr_signing_request",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="agr_signing_token",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ai_ocr_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="api_key",schemaname="public"} 8505 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 4.0297436e+07 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 20539 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="b2c_customer_credit_trx",schemaname="public"} 9217 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="b2c_customer_meta",schemaname="public"} 24571 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="b2c_customer_uuid",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="brand",schemaname="public"} 33412 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="c_bp_taxcategory",schemaname="public"} 1093 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"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cdr_event_store",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cdr_feedback",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cdr_messaging_platforms",schemaname="public"} 0 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"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cdr_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cdr_terms_conditions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_accommodation_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_action_taken",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_admin_tasks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_airticket",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_airticket_allowance",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_airticket_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_airticket_provision",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_announcement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_announcement_read",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_ap_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_ap_errorlog",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_ap_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_ar_empcat",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_attendance_correction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_attendance_month",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_attendance_process",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_attendance_punch",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_attendance_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_attendance_status",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_attendance_year",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_bank_info",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_behaviour",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_behaviour_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_bonus_allocation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_bonus_policy",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_bonus_processing",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_breaks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_calculation_base",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_calculation_base_component",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_candidate_document",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_candidates",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_certificate_prefer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_claim_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_company_accommodation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_company_branding",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_company_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_compliance_rule_set",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_costing_allocation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_course",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_course_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_course_competency",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_course_cost",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_course_enrollment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_course_job",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_course_schedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_declare_oi",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_deductions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_delegation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_department",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_dependants",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_dept_team",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_division",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_ed_accrual",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_ed_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_address",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_adminassets",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_agreement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_assessment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_attendance",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_benefits",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_delegation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_dependents",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_details",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_documents",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_docverification",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_itassets",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_loan",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_passport",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_pay_head",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_payslip",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_personal",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_punch",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_salary",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_shift",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_transfer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_empid_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_employee",schemaname="public"} 157 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_employee_accommodation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_employee_audit_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_employee_bank_account",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_employee_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_employee_education",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_employee_experience",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_employee_job_info",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_employee_leave_info",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_employee_resignation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_employee_transfer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_encash_details",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_enroll_attendance",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_enroll_course",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_enrollment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_eos",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_eos_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_eos_discussion",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_eph_accrual",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_eph_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_ethnicrace",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_evaluation_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_exemption",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_expense_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_expense_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_expensereq_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_fbp_declaration",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_final_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_final_settlement_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_formula",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_formulakey",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_helpdesk_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_helpdesk_comment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_helpdesk_ticket",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_holiday",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_holiday_calendar",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_holiday_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_hr_alert_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_hr_broadcast",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_hr_expense_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_hr_integration_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_hr_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_hrglobal_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_hrglobal_training",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_hrrequest",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_id_classification",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_id_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_import_attendance",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_in_esi_return",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_in_pf_ecr",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_incentive",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_increment_policy",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_increment_proposal",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_interview_feedback",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_interview_round",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_interviews",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_investment_declaration",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_jd_assesstype",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_job",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_job_application",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_job_description",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_job_offer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_job_offer_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_job_platform",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_job_posting",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_job_requisition",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_job_role",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_job_transfer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_jobcode_view",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_knowledge_base_article",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_kra",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_la_empcat",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_la_employee",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_la_org",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_la_pg",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_la_yos",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_leave",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_leave_allocation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_leave_approval_view",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_leave_encash",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_leave_ledger",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_leave_ob",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_leave_policy",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_leave_policy_accrual",schemaname="public"} 0 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"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_letter",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_loan_policy_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_loan_restructure_log",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_notification_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_notification_preference",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_notification_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_offcycle_run",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_onboarding",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_onboarding_documents",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_ot_preference",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_ot_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_otherincome",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_passport",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_pay_component",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_pay_component_assignment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_pay_grade",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_pay_group",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_pay_head",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_pay_period",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_payprocess_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_payroll_bank_format",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_payroll_disbursement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_payroll_disbursement_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_payroll_export",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_payroll_export_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_payroll_gl_mapping",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_payroll_input",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_payroll_liability_payment",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_payroll_liability_payment_line",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_payroll_process",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_payroll_recalc_audit",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_payroll_settings",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_payslab",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_payslip",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_payslip_component",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_pendingothrs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_pendingpay_components",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_perform_review",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_period",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_pio_details",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_plan",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_plan_assignment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_plan_component",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_platform",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_policy_acknowledgment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_policy_document",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_position_control",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_pp_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_pp_emp",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_pp_invoice",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_ppe_add",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_ppe_arrears",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_ppe_cc",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_ppe_ded",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_ppe_loan",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_ppr_dept",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_ppr_emp",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_ppr_empcat",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_ppr_org",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_probation_confirm",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_probation_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_prof_taxline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_professional_tax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_provision",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_punch_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_recognition",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_report_incident",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_resignation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_resolution_hist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_responsibilities",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_restricted_holiday_selection",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_retropay",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_rh_action",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_ri_discussion",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_ri_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_rid_attendee",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_rp_element",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_rp_emp",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_salary_payment_batch",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_salary_payment_batch_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_salary_proposal",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_salary_revision_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_salary_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_salary_template_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_scorecard",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_section",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_section_group",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_selfservice_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_selfservice_employee",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_shift",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_shift_days",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_shift_policy",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_shift_roaster",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_shift_rotation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_shift_team",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_shift_team_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_shift_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_skill_preference",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_slab",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_slabline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_sp_add",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_sp_contribution",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_sp_deduction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_sr_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_st_deductions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_st_earnings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_survey",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_survey_question",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_survey_response",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_tax_regime",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_tax_slabs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_tds",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_tds_declaration",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_tds_deduction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_tds_hra",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_tds_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_tdsline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_team",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_team_emp",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_tour",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_tour_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_training_feedback",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_training_feedback_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_training_question",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_training_schedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_visa_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_webhook_subscription",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_weekends",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_weeknumber",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_weekoff_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_wfh_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_work_location",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_worktag",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_year",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="commerce_cart",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="commerce_cart_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cprf_set_scores",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_account",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_camp_recipients",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_camp_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_campaign_coupon_config",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_campaign_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_campaigns",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_comm_template_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_comm_templates",schemaname="public"} 79 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_contact",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_email_template",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_lead",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_lead_products",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_opportunity",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_sale",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_seglist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_segment_behaviors",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_segment_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_social_post",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_social_postline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_stream",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_task",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_webinar",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_webinar_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_webinar_platform",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_action_type",schemaname="public"} 250 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_airflow_dags",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_alert",schemaname="public"} 158 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_alert_conditions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_alert_log",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_alert_master",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_alert_notification",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_alert_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_alert_rule_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_alerts_recipients",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_alternative_uom",schemaname="public"} 56419 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_announcement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_api_builder_schema",schemaname="public"} 552295 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_api_key",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_app_access",schemaname="public"} 19332 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_app_resource",schemaname="public"} 375 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_app_resource_action",schemaname="public"} 250 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 39178 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_app_setup",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_approval_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_audit_config",schemaname="public"} 163949 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 1.4376734e+07 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 2697 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 11202 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 7918 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_batch_register",schemaname="public"} 35 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_bunit",schemaname="public"} 1.51800361e+08 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_bunit_location",schemaname="public"} 366718 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_bunit_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_bunit_notifications",schemaname="public"} 343 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_city",schemaname="public"} 312 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_client",schemaname="public"} 307515 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_client_applications",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_client_apps",schemaname="public"} 9796 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_compliance_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_country",schemaname="public"} 31126 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_coupon",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_cur_denomination",schemaname="public"} 1551 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_currency",schemaname="public"} 139778 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 1519 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_data_classification",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_data_load_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_data_lock_rule",schemaname="public"} 134783 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_data_validator_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_datasource",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_division",schemaname="public"} 304 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_doctype",schemaname="public"} 1.2852849e+07 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_doctype_template",schemaname="public"} 680 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_dw_tasks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_event_alerts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_favourites",schemaname="public"} 26 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_file",schemaname="public"} 6439 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 1016 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_integration_audit_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_integration_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_integration_datamapping",schemaname="public"} 17151 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_integration_error_logs",schemaname="public"} 45 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 115997 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 5077 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_integrations",schemaname="public"} 5036 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_integrations_config",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_intercompany_config",schemaname="public"} 42 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_ip_allowlist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_language",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_license_policy",schemaname="public"} 4893 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_log_retention_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_loyalty_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_master_data_config",schemaname="public"} 56 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_master_data_config_history",schemaname="public"} 0 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"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_menu_schema",schemaname="public"} 2343 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_messages",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_metrics_schema",schemaname="public"} 15974 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_mobile_report_access",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_mobile_role",schemaname="public"} 243 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_mobile_window_access",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_module",schemaname="public"} 8655 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_nearbystores",schemaname="public"} 121 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_notification_recipients",schemaname="public"} 340 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_paymentterm",schemaname="public"} 3.583631e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_permission_grant",schemaname="public"} 2303 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_permission_group",schemaname="public"} 36 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_permission_group_access",schemaname="public"} 724 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_permission_group_set",schemaname="public"} 60 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_permission_log",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_permission_set",schemaname="public"} 23 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_permission_set_access",schemaname="public"} 16482 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_permission_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_print_template",schemaname="public"} 674 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"} 1.363558e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_process_access",schemaname="public"} 14897 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_process_log",schemaname="public"} 2.573701e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 6658 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 2.1709741e+07 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_process_rundetail",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_process_schema",schemaname="public"} 95283 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_process_window",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_process_window_access",schemaname="public"} 3331 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_process_window_schema",schemaname="public"} 5088 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_producttour_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_producttour_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_promotion",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_receipt_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_record_comment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_reference_schema",schemaname="public"} 151030 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 3504 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_region",schemaname="public"} 542115 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_releases",schemaname="public"} 997 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_releases_history",schemaname="public"} 211 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_report",schemaname="public"} 29850 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 548899 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_report_job",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 652127 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_returnreason",schemaname="public"} 2081 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_role",schemaname="public"} 21287 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 28 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_security_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_sequence",schemaname="public"} 570068 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_shift_definition",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_sqlquery_log",schemaname="public"} 786 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_stockentry_controls",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_system_preferences",schemaname="public"} 786 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_table_sample_data",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_table_schema",schemaname="public"} 179646 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"} 4.928442e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_tax_acct",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_taxcategory",schemaname="public"} 211533 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_taxzone",schemaname="public"} 73 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_tenant_accounting_preferences",schemaname="public"} 24435 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_tenant_purchase_preferences",schemaname="public"} 1132 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_timezone",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_uom",schemaname="public"} 6.061298e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_uom_conversion",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_user",schemaname="public"} 1.47791303e+08 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 13726 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 6.060661e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 11839 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_user_device",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_user_division_access",schemaname="public"} 807919 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_user_locale",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_user_meta",schemaname="public"} 2431 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_user_mfa",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_user_notification",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_user_policy_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_user_preference",schemaname="public"} 27 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_user_session",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_user_session_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_user_warehouse_access",schemaname="public"} 7756 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_views",schemaname="public"} 71665 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_webhook",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_webhooks",schemaname="public"} 20793 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_window",schemaname="public"} 1.9252508e+07 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 1.703278e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_window_emailtemplate",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_window_process",schemaname="public"} 2437 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_window_rules",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_window_rules_validation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_window_schema",schemaname="public"} 4.947605e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cw_auth_token",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cw_trade_approval_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cw_trade_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cw_trade_event",schemaname="public"} 99302 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cw_trade_lifting_plan",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cw_trade_rl",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwc_channel",schemaname="public"} 14930 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwc_company",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwc_company_city",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwc_company_preferences",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwc_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwc_order",schemaname="public"} 12901 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwc_order_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwc_order_feedback",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwc_order_meta",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwc_orderline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwc_orderline_addons",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwc_store_holidays",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwc_store_timings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwc_stores_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwcs_subscription",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwf_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwf_events",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwf_wfapprovals",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwf_wftasklist",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwf_wftasks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwf_workflow",schemaname="public"} 9548 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 22801 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 1.90164e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwf_workflow_approvals_template",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwf_workflow_approvers",schemaname="public"} 700 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwf_workflow_eventstore",schemaname="public"} 125 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 3.115745e+06 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"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwp_idea_notes",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwp_milestone",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwq_assurance",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwq_assurance_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwq_collection",schemaname="public"} 51810 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwq_collection_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwq_collection_product",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwq_control",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwq_control_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwq_inspection",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwq_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwq_inspection_task",schemaname="public"} 119229 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwq_inspection_workflow",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwq_inspectionline_task",schemaname="public"} 2469 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwq_parameters",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwq_parameters_grp",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwq_quality_engineer",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwq_quality_sub_workflow",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwq_quality_workflow",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwq_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_additional_charges",schemaname="public"} 394 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_b2c_customer_segment",schemaname="public"} 57943 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_cashup_sync",schemaname="public"} 1670 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_configurations",schemaname="public"} 18100 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_customer_config",schemaname="public"} 374 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_customer_group",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_customer_login",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_customer_notification",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_day_end_template",schemaname="public"} 1470 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_discount_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_display_system_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_ecom_ref",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_evaluation_script",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_events",schemaname="public"} 352 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_expiry_discount_product",schemaname="public"} 9288 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_expiry_discount_range",schemaname="public"} 9286 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_expiry_discount_template",schemaname="public"} 9306 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_fb_floor",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_fb_kot",schemaname="public"} 29179 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_fb_order",schemaname="public"} 1.416461e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 772137 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_fb_order_merge",schemaname="public"} 36812 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_fb_order_meta",schemaname="public"} 104692 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 313332 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_fb_production_center",schemaname="public"} 440823 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_fb_production_center_access",schemaname="public"} 16035 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_fb_section",schemaname="public"} 477 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_fb_table",schemaname="public"} 58244 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_fb_table_reservation",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_fb_table_status",schemaname="public"} 103003 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_fb_waitlist",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_feedback",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_feedback_template",schemaname="public"} 5583 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_feedback_template_line",schemaname="public"} 9288 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_gift_config",schemaname="public"} 66 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_gift_voucher",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_giftcard",schemaname="public"} 21542 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_giftcard_payment_preference",schemaname="public"} 1596 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 216 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_giftcard_type",schemaname="public"} 6404 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 4043 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_image_library",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_ingredients",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_accumulation",schemaname="public"} 357 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_event_calendar",schemaname="public"} 387 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 134367 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 72618 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_prod_cat",schemaname="public"} 14768 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_redemption",schemaname="public"} 350 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_settings",schemaname="public"} 583 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_transaction",schemaname="public"} 85888 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_menutimeslot",schemaname="public"} 4344 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_mystore",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_payment_method_correction",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_payment_method_correction_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_payment_providers",schemaname="public"} 1465 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_payment_receipt",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_paymentmethod",schemaname="public"} 448556 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 963043 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 3398 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 12251 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_pcatalogue_timeslot",schemaname="public"} 24 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_pcataloguelines",schemaname="public"} 9.0271597e+07 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_pcataloguelines_addon",schemaname="public"} 938 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 1515 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 62451 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_pos_cart",schemaname="public"} 481 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 74389 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 894465 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_pos_errors_bkp_20260803",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 80749 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_pos_salesummary",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_pos_scanconfig",schemaname="public"} 2202 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_pos_till_health",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_pricing_policy",schemaname="public"} 119 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_pricing_policy_scope",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 115948 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_product_stockout",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 1438 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 1442 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 225558 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_recipe_bunit",schemaname="public"} 520208 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 520209 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 20586 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 240559 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_revenue_category",schemaname="public"} 375 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_rules",schemaname="public"} 347 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 309770 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_saletype_charge",schemaname="public"} 394 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_saletype_paymentmethod",schemaname="public"} 13063 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_sevent",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_sevent_rule",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_sevent_run",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_store_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_store_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_store_dailyops",schemaname="public"} 191055 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 1.062878e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_store_discount",schemaname="public"} 485 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 146 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_store_preferences",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_till",schemaname="public"} 8.821305e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_till_access_meta",schemaname="public"} 1340 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 54613 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 536377 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_till_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_till_login_logout",schemaname="public"} 256 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 1721 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 3071 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 353020 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 104899 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 165210 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_tillcash_tax_info",schemaname="public"} 0 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"} 4422 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 20521 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_wallet",schemaname="public"} 22622 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_wallet_payment_settings",schemaname="public"} 1596 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_wallet_settings",schemaname="public"} 1596 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_wallet_topup",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_wallet_trx",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cws_ticket",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cws_ticket_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cww_mobilew_role",schemaname="public"} 667 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cww_task",schemaname="public"} 1355 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cww_tasklinedetail",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwx_customer_enrollment",schemaname="public"} 2 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"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ds_channel",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ds_channel_frames",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ds_media",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ds_player_channel",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ds_players",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ds_playlist_details",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ds_playlists",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ds_schedules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ds_tray_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="email_source",schemaname="public"} 177 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_asset",schemaname="public"} 26 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_asset_alert_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_asset_audit",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_asset_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_asset_class",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_asset_depreciation_schedule",schemaname="public"} 24 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_asset_disposal",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_asset_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_asset_issue",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_asset_lease_ext",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_asset_proposal",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_asset_registration",schemaname="public"} 0 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"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_asset_sub_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_asset_subclass",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_asset_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_depreciation_method",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_depreciation_posting",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_depreciation_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_loc_building",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_loc_floor",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_loc_room",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_provisional_asset",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_account",schemaname="public"} 13964 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 83 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"} 0 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"} 0 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"} 0 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"} 0 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"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_adv_receipt",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_aging_snapshot",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_ai_action_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_ai_audit_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_alert",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_alert_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_alert_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_ammortization",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_ammortization_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_approval_instance",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_approval_workflow",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_audit_trail",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_bank_connector",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_bank_guarantee",schemaname="public"} 800 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 393 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_bpartner",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_bpartner_settlement",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_bpartner_settlement_line",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_budget_approval",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_budget_phasing",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_budget_transfer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_budget_version",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 156 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"} 0 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"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_cash_deposit",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_cashflow_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_channel_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_channel_settlement_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_config_change_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_consolidation_run",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 35 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_credit_snapshot",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_dashboard_widget",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_day_close_session",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_distribution_lines",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_document_attachment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_einvoice_config",schemaname="public"} 225 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_einvoice_log",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 1192 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 41 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_expvoucher_meta",schemaname="public"} 0 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"} 98 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 1.086975e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_financial_acct_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_funds_transfer",schemaname="public"} 6212 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_funds_transfer_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_gift_card_liability",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_gl_balance_transfer",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_gl_balance_transfer_line",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_ic_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_ic_settlement_invoice",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_ic_settlement_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 2601 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_intercompany_agreement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_intercompany_transaction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_isd_summary",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_journal",schemaname="public"} 56 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_lease",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_lease_schedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 36 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 55273 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 39859 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 171 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 178198 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 60378 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"} 75 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_lin_pur_inv_tcs",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_lin_sal_inv_tcs",schemaname="public"} 32 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_lin_sinv_tds",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 72 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_lin_tcs_setup",schemaname="public"} 51953 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_lin_tcs_trx_history",schemaname="public"} 1 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"} 4861 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"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_loyalty_liability",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_migration_batch",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_migration_batch_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_pay_pglogs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_payment",schemaname="public"} 1240 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_payment_advice",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_payment_advice_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_payment_file",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_payment_proposal",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 41 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 244057 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_paymentmethod_data_field",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 107 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"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_period",schemaname="public"} 46 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_period_audit_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_period_control",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_posting_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_posting_exception",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_posting_queue",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_posting_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_posting_template_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_posting_template_version",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 1.6767466e+07 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 3.74184879e+08 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 1.9450395e+08 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 3.5490588e+07 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 1598 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_report_schedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_report_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_revaluation_detail",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_revaluation_run",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_supplier_tds",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_tax_country_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 339047 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_unallocated_transaction",schemaname="public"} 0 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"} 7.341296e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="lgs_fuel_indent",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="lgs_gatepass",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="lgs_gatepass_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="lgs_gatepass_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="lgs_provider",schemaname="public"} 58 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="lgs_route_details",schemaname="public"} 92 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="lgs_task",schemaname="public"} 3605 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"} 323 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="lgs_vehicle_drivers",schemaname="public"} 0 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"} 186 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="lgs_vehicle_tracking_latest",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="lgs_vehicle_type",schemaname="public"} 186 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="line_tab",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="list_contacts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_addon",schemaname="public"} 9357 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_addon_group",schemaname="public"} 1.605206e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_attribute",schemaname="public"} 90236 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_attribute_group",schemaname="public"} 2610 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_attribute_value",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_autoconsumption_config",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_batch",schemaname="public"} 3.303193e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_batch_attribute",schemaname="public"} 36 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_batch_conversion",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_batch_group",schemaname="public"} 230357 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 479378 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_batch_subproduct",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_bom",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_bom_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_categories_products",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_cost_adjustment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_costing_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_costing_preferences",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_coupon_provider",schemaname="public"} 66 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"} 55980 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_custom_attribute_fields",schemaname="public"} 2603 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_internal_consumption",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_internal_consumptionline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_invcount_sch_stores",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_inventory",schemaname="public"} 402650 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 2.3764143e+07 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_inventory_count_schedule",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_inventory_issue",schemaname="public"} 700 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 490 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_inventory_media",schemaname="public"} 737 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_inventory_receipt",schemaname="public"} 381 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_inventory_receiptline",schemaname="public"} 379 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_inventory_threshold_rules",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_inventoryline",schemaname="public"} 1.568548e+07 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_inventorylinedetails",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_issue_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_item_companion_rule",schemaname="public"} 4964 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_item_companion_rule_line",schemaname="public"} 386 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_lpn",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_lpn_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_material_request",schemaname="public"} 12272 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_movement",schemaname="public"} 2.2870655e+07 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_movementline",schemaname="public"} 49139 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_movementlinedetails",schemaname="public"} 770 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricing_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricing_additional_info",schemaname="public"} 303 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricing_approval",schemaname="public"} 520 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricing_b2c_customer",schemaname="public"} 6148 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricing_b2c_segment",schemaname="public"} 6148 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricing_brand",schemaname="public"} 6147 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricing_bunit",schemaname="public"} 6148 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricing_catalogue",schemaname="public"} 1027 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricing_ccategory",schemaname="public"} 29969 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricing_coupon",schemaname="public"} 15214 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricing_customer",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricing_expiry_discount",schemaname="public"} 6148 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricing_formula",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricing_formula_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricing_payment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricing_pcategory",schemaname="public"} 29969 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricing_quantity",schemaname="public"} 6148 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricing_xproduct",schemaname="public"} 6163 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricing_yproduct",schemaname="public"} 29966 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricingrule",schemaname="public"} 32016 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_prodaddon_attribute",schemaname="public"} 154 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_product",schemaname="public"} 6.63726281e+08 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 16303 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_product_attribute",schemaname="public"} 89237 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_product_bom",schemaname="public"} 3.62644e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_product_category",schemaname="public"} 6.3234661e+07 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_product_category_acct",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_product_category_attr",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_product_divisions",schemaname="public"} 807914 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_product_group",schemaname="public"} 167473 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"} 55965 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"} 29 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_product_purchase",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_product_visibility_rules",schemaname="public"} 13919 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_product_warranty",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_purchase_pricing",schemaname="public"} 1 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"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_purpricing_product",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_purpricing_scategory",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_purpricing_supplier",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_receipt",schemaname="public"} 1.1347339e+07 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_receipt_amendment",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_receipt_amendment_appr",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_receipt_amendment_exec_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_receipt_amendment_hdr",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_receipt_amendment_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_receipt_amendment_stock_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_receipt_lc",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_receipt_meta",schemaname="public"} 35 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_receiptline",schemaname="public"} 8.451576e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_receiptline_bom",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_receiptline_meta",schemaname="public"} 24 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_receiptlinedetails",schemaname="public"} 2440 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_receiptlinetax",schemaname="public"} 4555 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_receipttax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_replenishment",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_replenishment_bunit",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_replenishment_notification",schemaname="public"} 0 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"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_replenishment_rules",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_replenishment_scategories",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_rfid_tag",schemaname="public"} 1086 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_rfid_tag_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_shipment",schemaname="public"} 3.49185858e+08 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_shipment_charges",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_shipment_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_shipmentline",schemaname="public"} 3.11845286e+08 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_shipmentline_bom",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_shipmentline_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_shipmentlinedetails",schemaname="public"} 100 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_slowmover",schemaname="public"} 709806 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_stock",schemaname="public"} 7.489705245e+09 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 2.07428e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 105899 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_stock_reservation_rules",schemaname="public"} 226 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_stockadj_reason",schemaname="public"} 1621 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_stockdetails",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_storage_group",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_storagebin",schemaname="public"} 8.795909e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 74728 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_tracker",schemaname="public"} 711 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_trackertype",schemaname="public"} 51810 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_transaction",schemaname="public"} 1.61019169e+08 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_transactioncost",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_transactiondetails",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_transferissue",schemaname="public"} 8.195201e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 6.46838582e+08 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_transferissue_linedetails",schemaname="public"} 22 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_transferorder",schemaname="public"} 6.779524e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 2.3956145572e+10 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 2.413776e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 3.477497e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 473384 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_transferrequest",schemaname="public"} 6.5497883e+07 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_transferrequest_bom",schemaname="public"} 304 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 2.671104e+07 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_tray",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_tray_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_unitcost",schemaname="public"} 8652 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_visibility_brand",schemaname="public"} 160136 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_visibility_category",schemaname="public"} 12421 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_visibility_group",schemaname="public"} 160138 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_visibility_product",schemaname="public"} 13597 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_wa_costing",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_wa_costing_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_wa_product",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_warehouse",schemaname="public"} 1.9790536e+07 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_warehouse_assignment_rules",schemaname="public"} 1248 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_warranty_claims",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_warranty_master",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_wastage",schemaname="public"} 454295 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_wastage_meta",schemaname="public"} 110 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_wastageline",schemaname="public"} 11594 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_wastagelinedetails",schemaname="public"} 232 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="multitabchecking",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="myonlytest",schemaname="public"} 0 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"} 4140 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ntn_metrics_designer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ntn_process_designer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 165 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"} 1 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_table_designer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ntn_window_designer",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ofd_cashcollection",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ofd_companies",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ofd_delivery_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ofd_delivery_shift",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ofd_delivery_slot",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ofd_delivery_trip",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ofd_driveravailability",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ofd_drivers",schemaname="public"} 456 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ofd_order_timeline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ofd_substitute_products",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ofd_taskline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ofd_taskline_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ofd_tasks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="orders",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="otp_audit_log",schemaname="public"} 21 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ox_order",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ox_order_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ox_orderline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_agent",schemaname="public"} 15650 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_contract",schemaname="public"} 1198 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_contract_billing_model",schemaname="public"} 86 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_contract_category",schemaname="public"} 86 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_contract_frequency",schemaname="public"} 85 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_contract_line",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_contract_price_break",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_contract_schedule",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_contract_type",schemaname="public"} 87 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_dn_settlement",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_exp_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_in_settlement",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_inv_settlementline",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_invoice",schemaname="public"} 3.6517772e+07 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_invoice_lc",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_invoice_meta",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 1.009041e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_invoiceline_bom",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_invoiceline_meta",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_invoicelinetax",schemaname="public"} 7889 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 16413 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_lc_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_order",schemaname="public"} 3.29724e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_order_lc",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_order_meta",schemaname="public"} 718 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_orderline",schemaname="public"} 2.84052359e+08 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_orderline_bom",schemaname="public"} 56 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_orderline_meta",schemaname="public"} 56 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_orderlinetax",schemaname="public"} 5249 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 32458 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 21 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_pricelist",schemaname="public"} 7285 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_pricelist_version",schemaname="public"} 778 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_productprice",schemaname="public"} 17652 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 375 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_requisition",schemaname="public"} 1696 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_requisition_line",schemaname="public"} 1639 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_rfq",schemaname="public"} 57 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_rfq_supplier",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_rfqlines",schemaname="public"} 56 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_supplier",schemaname="public"} 1.4733461e+07 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_supplier_acct",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_supplier_address",schemaname="public"} 2.331163e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_supplier_bank_account",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_supplier_bunit",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 414 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 70 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_withholding_tax_adjustment",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_withholding_tax_adjustment_line",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_workorder",schemaname="public"} 1389 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_workorder_charges",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_workorder_issue",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_workorder_status",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_workorder_tracking",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="plm_design",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="plm_design_availability",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="plm_design_bom",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="plm_designer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="plm_project",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="plm_task",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pm_application",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pm_approval",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pm_approval_matrix",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pm_approval_matrix_stage",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pm_bug",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pm_checklist_template",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pm_checklist_template_item",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pm_commercial",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pm_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pm_contractor_assignment",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pm_contractor_rating",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pm_cost_head",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pm_cost_line",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pm_cost_line_quote",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pm_delay_reason",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pm_doc_category",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pm_doc_requirement",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pm_doc_waiver",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pm_docs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pm_document",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pm_evaluation",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pm_feature",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pm_fitout_delay",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pm_fitout_progress",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pm_fitout_task",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pm_fitout_task_dependency",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pm_milestone_template",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pm_milestone_template_task",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pm_module",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pm_payment_stage",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pm_project",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pm_project_type",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pm_projection_month",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pm_projection_year",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pm_query",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pm_query_message",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pm_readiness_item",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pm_resources",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pm_score_weight",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pm_score_weight_version",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pm_skill",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 143 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pnxt_breederconfig",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pnxt_farm_standards",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pnxt_flock",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pnxt_livestock",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pnxt_machine",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pnxt_pullout",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pnxt_pulloutline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pnxt_setter",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pnxt_setterline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pr_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pr_bom_adjustment",schemaname="public"} 1296 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 20471 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 241857 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 1.4088556e+08 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pr_ioproductdetails",schemaname="public"} 23 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pr_operation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pr_order",schemaname="public"} 6.294092e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pr_outproducts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pr_pproducts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pr_process",schemaname="public"} 1443 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pr_processic",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pr_prodindirectcost",schemaname="public"} 241843 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pr_product_conversion",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pr_product_convline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pr_production_plan",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 1730 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 92 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pr_prun",schemaname="public"} 365 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"} 7808 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 192364 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 4482 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"} 213 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"} 326192 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_business_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_contract",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_contract_billing_model",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_contract_category",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_contract_frequency",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_contract_line",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_contract_price_break",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_contract_schedule",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_contract_type",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_customer",schemaname="public"} 3.4721984e+08 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_customer_acct",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_customer_address",schemaname="public"} 6.1527412e+07 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 511 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_customer_bankacct",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_customer_category",schemaname="public"} 277631 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_customer_category_products",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_customer_contact",schemaname="public"} 422 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 461 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_customer_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_daily_trip",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_daily_trip_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_daily_trip_stop",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_dropship",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_dropship_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_estimate",schemaname="public"} 20720 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_fsm_home_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_in_settlement",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_incentive_eligibility",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_incentive_plan",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_incentive_summary",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_industry_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_inv_settlement",schemaname="public"} 898 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 51 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_invoice",schemaname="public"} 2.117371126e+09 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_invoice_integration",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_invoice_meta",schemaname="public"} 21267 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_invoiceline",schemaname="public"} 2.198275443e+09 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 118338 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 2.081381561e+09 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 1.48045e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_item_companion_trx",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_joborder",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_joborder_charge_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_joborder_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_joborder_estimation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_joborder_images",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_joborder_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_joborder_part",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_joborder_service_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_joborder_services",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_joborder_status",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_joborder_task",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_order",schemaname="public"} 4.29306662e+08 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 402 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_order_amendment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_order_amendment_appr",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_order_amendment_exec_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_order_amendment_hdr",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_order_amendment_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 3.3754681e+07 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_orderline",schemaname="public"} 5.522727279e+09 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 186851 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_orderline_meta",schemaname="public"} 25996 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 8443 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 684348 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 1.145547e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_packingslip_details",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_pfinvoice",schemaname="public"} 409 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_pfinvoice_line",schemaname="public"} 8989 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_pfinvoice_linetax",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_pfinvoice_tax",schemaname="public"} 19 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_pricelist",schemaname="public"} 6.394044e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_pricelist_version",schemaname="public"} 2957 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_pricing_formula",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_pricing_formula_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_productprice",schemaname="public"} 2.97936028e+08 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 26 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_quotation",schemaname="public"} 1249 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_quotation_line",schemaname="public"} 590 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"} 1181 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_rfqline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_route_payment_method",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_route_plan",schemaname="public"} 350 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"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_salesrep",schemaname="public"} 95925 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_service_bill",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_service_bill_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_service_center_notifications",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_service_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_service_inventory",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_service_location",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_service_movement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_service_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_service_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_sr_inspection_data",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_sr_inspection_field",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_sr_inspection_option",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_sr_inspection_section",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_sr_inspection_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_subscription",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_subscription_group",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_subscription_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_subscription_plan",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_survey_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_survey_template_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_target",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_technician",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_trade_in",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="seg_criteria",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="site_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="site_categories",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="site_categories_list",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="site_forms",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="site_forms_schema",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="site_list",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="site_media",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="site_menu",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="site_menu_title",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="site_pages",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="site_posts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="site_seo_metadata",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="site_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="site_tags",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="sr_device",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="sr_eas_gate",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="sr_eas_gate_users",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="sr_eas_tag_data",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="sr_feedback",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="sr_fitting_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="sr_fitting_room",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="sr_location_users",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="sr_reference",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="sr_reference_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="sr_scan_data",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="sr_scan_loc_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="sr_scan_location",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="sr_tag_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="sr_tag_transaction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="sr_tray",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="sr_tray_estimation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="sr_tray_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="sr_tray_products",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="sr_tray_salesrep",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="sr_tray_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="subline_tab",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="tenant_sales_preferences",schemaname="public"} 22 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="test_table",schemaname="public"} 10 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"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="w_assigned_personnel",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="w_associated_equipment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="w_bin_capacity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="w_control_area",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="w_entity_profile",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="w_exception_action",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="w_level",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="w_operations",schemaname="public"} 268 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="w_rack",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="w_reservation",schemaname="public"} 553 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="w_routing_control_area",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="w_routing_steps",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="w_routing_templates",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="w_strategy_entity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="w_strategy_profile",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="w_task",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="w_task_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="w_tolerance",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="w_uom_restrictions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="webinar_settings",schemaname="public"} 0 # HELP pg_statio_user_tables_idx_blocks_read Number of disk blocks read from all indexes on this table # TYPE pg_statio_user_tables_idx_blocks_read counter pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="agr_agreement",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="agr_amendment",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="agr_category",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="agr_clause",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="agr_comment",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="agr_document",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="agr_document_access_log",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="agr_document_content",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="agr_document_template",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="agr_duplicate_check_log",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="agr_escalation",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="agr_extraction",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="agr_notification_digest_queue",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="agr_ocr_document",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="agr_party",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="agr_renewal",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="agr_renewal_scenario",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="agr_risk_flag",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="agr_signer",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="agr_signing_audit",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="agr_signing_request",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="agr_signing_token",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ai_ocr_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="api_key",schemaname="public"} 11513 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 1.833874e+06 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 53398 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="b2c_customer_credit_trx",schemaname="public"} 48486 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="b2c_customer_meta",schemaname="public"} 59296 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="b2c_customer_uuid",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="brand",schemaname="public"} 37516 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="c_bp_taxcategory",schemaname="public"} 852 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"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cdr_event_store",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cdr_feedback",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cdr_receipts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cdr_social_media",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cdr_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cdr_terms_conditions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_accommodation_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_action_taken",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_admin_tasks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_airticket",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_airticket_allowance",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_airticket_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_airticket_provision",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_announcement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_announcement_read",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_ap_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_ap_errorlog",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_ap_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_ar_empcat",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_attendance_correction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_attendance_month",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_attendance_process",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_attendance_punch",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_attendance_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_attendance_status",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_attendance_year",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_bank_info",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_behaviour",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_behaviour_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_bonus_allocation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_bonus_policy",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_bonus_processing",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_breaks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_calculation_base",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_calculation_base_component",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_candidate_document",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_candidates",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_certificate_prefer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_claim_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_company_accommodation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_company_branding",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_company_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_compliance_rule_set",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_costing_allocation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_course",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_course_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_course_competency",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_course_cost",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_course_enrollment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_course_job",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_course_schedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_declare_oi",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_deductions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_delegation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_department",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_dependants",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_dept_team",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_division",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_ed_accrual",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_ed_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_address",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_adminassets",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_agreement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_assessment",schemaname="public"} 0 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"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_benefits",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_delegation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_dependents",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_details",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_documents",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_docverification",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_itassets",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_loan",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_passport",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_pay_head",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_payslip",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_personal",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_punch",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_salary",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_shift",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_transfer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_empid_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_employee",schemaname="public"} 149 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_employee_accommodation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_employee_audit_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_employee_bank_account",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_employee_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_employee_education",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_employee_experience",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_employee_job_info",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_employee_leave_info",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_employee_resignation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_employee_transfer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_encash_details",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_enroll_attendance",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_enroll_course",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_enrollment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_eos",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_eos_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_eos_discussion",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_eph_accrual",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_eph_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_ethnicrace",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_evaluation_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_exemption",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_expense_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_expense_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_expensereq_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_fbp_declaration",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_final_settlement",schemaname="public"} 0 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"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_helpdesk_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_helpdesk_comment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_helpdesk_ticket",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_holiday",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_holiday_calendar",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_holiday_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_hr_alert_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_hr_broadcast",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_hr_expense_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_hr_integration_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_hr_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_hrglobal_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_hrglobal_training",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_hrrequest",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_id_classification",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_id_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_import_attendance",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_in_esi_return",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_in_pf_ecr",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_incentive",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_increment_policy",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_increment_proposal",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_interview_feedback",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_interview_round",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_interviews",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_investment_declaration",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_jd_assesstype",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_job",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_job_application",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_job_description",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_job_offer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_job_offer_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_job_platform",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_job_posting",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_job_requisition",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_job_role",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_job_transfer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_jobcode_view",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_knowledge_base_article",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_kra",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_la_empcat",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_la_employee",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_la_org",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_la_pg",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_la_yos",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_leave",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_leave_allocation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_leave_approval_view",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_leave_encash",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_leave_ledger",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_leave_ob",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_leave_policy",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_leave_policy_accrual",schemaname="public"} 0 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"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_letter",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_loan_policy_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_loan_restructure_log",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"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 0 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"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_notification_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_notification_preference",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_notification_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_offcycle_run",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_onboarding",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_onboarding_documents",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_ot_preference",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_ot_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_otherincome",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_passport",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_pay_component",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_pay_component_assignment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_pay_grade",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_pay_group",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_pay_head",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_pay_period",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_payprocess_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_payroll_bank_format",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_payroll_disbursement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_payroll_disbursement_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_payroll_export",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_payroll_export_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_payroll_gl_mapping",schemaname="public"} 0 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_liability_payment",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_payroll_liability_payment_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_payroll_process",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_payroll_recalc_audit",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_payroll_settings",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_payslab",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_payslip",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_payslip_component",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_pendingothrs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_pendingpay_components",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_perform_review",schemaname="public"} 0 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"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_plan",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_plan_assignment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_plan_component",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_platform",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_policy_acknowledgment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_policy_document",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_position_control",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_pp_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_pp_emp",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_pp_invoice",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_ppe_add",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_ppe_arrears",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_ppe_cc",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_ppe_ded",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_ppe_loan",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_ppr_dept",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_ppr_emp",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_ppr_empcat",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_ppr_org",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_probation_confirm",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_probation_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_prof_taxline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_professional_tax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_provision",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_punch_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_recognition",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_report_incident",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_resignation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_resolution_hist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_responsibilities",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_restricted_holiday_selection",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_retropay",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_rh_action",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_ri_discussion",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_ri_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_rid_attendee",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_rp_element",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_rp_emp",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_salary_payment_batch",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_salary_payment_batch_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_salary_proposal",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_salary_revision_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_salary_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_salary_template_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_scorecard",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_section",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_section_group",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_selfservice_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_selfservice_employee",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_shift",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_shift_days",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_shift_policy",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_shift_roaster",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_shift_rotation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_shift_team",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_shift_team_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_shift_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_skill_preference",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_slab",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_slabline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_sp_add",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_sp_contribution",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_sp_deduction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_sr_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_st_deductions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_st_earnings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_survey",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_survey_question",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_survey_response",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_tax_regime",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_tax_slabs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_tds",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_tds_declaration",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_tds_deduction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_tds_hra",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_tds_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_tdsline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_team",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_team_emp",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_tour",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_tour_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_training_feedback",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_training_feedback_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_training_question",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_training_schedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_visa_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_webhook_subscription",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_weekends",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_weeknumber",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_weekoff_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_wfh_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_work_location",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_worktag",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_year",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="commerce_cart",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="commerce_cart_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cprf_set_scores",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_account",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_camp_recipients",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_camp_settings",schemaname="public"} 0 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"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_campaign_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_campaigns",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_comm_template_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_comm_templates",schemaname="public"} 3800 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_contact",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_email_template",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_lead",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_lead_products",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_opportunity",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_sale",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_seglist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_segment_behaviors",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_segment_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_social_post",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_social_postline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_stream",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_task",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_webinar",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_webinar_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_webinar_platform",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_action_type",schemaname="public"} 1146 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_airflow_dags",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_alert",schemaname="public"} 6233 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_alert_conditions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_alert_log",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_alert_master",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_alert_notification",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_alert_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_alert_rule_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_alerts_recipients",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_alternative_uom",schemaname="public"} 92805 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_announcement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_api_builder_schema",schemaname="public"} 107352 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"} 19253 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_app_resource",schemaname="public"} 1719 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_app_resource_action",schemaname="public"} 1146 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 18715 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_app_setup",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_approval_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_audit_config",schemaname="public"} 35483 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 8.181947e+06 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 5521 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 36346 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 10808 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_batch_register",schemaname="public"} 682 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_bunit",schemaname="public"} 324528 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_bunit_delivery_pincodes",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_bunit_location",schemaname="public"} 39692 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"} 1218 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_city",schemaname="public"} 220 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_client",schemaname="public"} 115051 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_client_applications",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_client_apps",schemaname="public"} 9895 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_compliance_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_country",schemaname="public"} 61762 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_coupon",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_cur_denomination",schemaname="public"} 5295 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_currency",schemaname="public"} 146378 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 5097 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_data_classification",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_data_load_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_data_lock_rule",schemaname="public"} 54152 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_data_validator_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_datasource",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_division",schemaname="public"} 221 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_doctype",schemaname="public"} 112292 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_doctype_template",schemaname="public"} 8352 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_dw_tasks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_event_alerts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_favourites",schemaname="public"} 1844 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_file",schemaname="public"} 30832 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 164 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_integration_audit_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_integration_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_integration_datamapping",schemaname="public"} 44085 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_integration_error_logs",schemaname="public"} 111 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 127208 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 32020 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_integrations",schemaname="public"} 31983 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_integrations_config",schemaname="public"} 27 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_intercompany_config",schemaname="public"} 462 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_ip_allowlist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_language",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_license_policy",schemaname="public"} 13493 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_log_retention_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_loyalty_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_master_data_config",schemaname="public"} 1720 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_master_data_config_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_menu",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_menu_group",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_menu_schema",schemaname="public"} 940 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_messages",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_metrics_schema",schemaname="public"} 290 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_mobile_report_access",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_mobile_role",schemaname="public"} 250 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_mobile_window_access",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_module",schemaname="public"} 315 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_nearbystores",schemaname="public"} 1837 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_notification_recipients",schemaname="public"} 1217 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_paymentterm",schemaname="public"} 94345 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_permission_grant",schemaname="public"} 1713 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_permission_group",schemaname="public"} 21 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_permission_group_access",schemaname="public"} 34 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_permission_group_set",schemaname="public"} 27 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_permission_log",schemaname="public"} 20 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_permission_set",schemaname="public"} 26 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_permission_set_access",schemaname="public"} 19357 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_permission_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_print_template",schemaname="public"} 8330 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_print_template_query",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_process",schemaname="public"} 321413 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_process_access",schemaname="public"} 86441 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_process_log",schemaname="public"} 2.564378e+06 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 54116 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 3.163044e+06 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_process_rundetail",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_process_schema",schemaname="public"} 88957 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_process_window",schemaname="public"} 84 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_process_window_access",schemaname="public"} 8926 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_process_window_schema",schemaname="public"} 5727 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_producttour_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_producttour_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_promotion",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_receipt_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_record_comment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_reference_schema",schemaname="public"} 169585 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 27706 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_region",schemaname="public"} 110385 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_releases",schemaname="public"} 144 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_releases_history",schemaname="public"} 138 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_report",schemaname="public"} 4078 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 146447 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_report_job",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 149506 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 21 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 35 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_returnreason",schemaname="public"} 7222 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_role",schemaname="public"} 12308 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 214 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_security_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_sequence",schemaname="public"} 194601 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_shift_definition",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_sqlquery_log",schemaname="public"} 6537 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_stockentry_controls",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_system_preferences",schemaname="public"} 9260 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_table_sample_data",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_table_schema",schemaname="public"} 45759 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_task",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_tax",schemaname="public"} 114869 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_tax_acct",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_taxcategory",schemaname="public"} 44704 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_taxzone",schemaname="public"} 59 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_tenant_accounting_preferences",schemaname="public"} 71879 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_tenant_purchase_preferences",schemaname="public"} 5136 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_timezone",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_uom",schemaname="public"} 150641 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_uom_conversion",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_user",schemaname="public"} 701813 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 16990 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 3.191553e+06 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 11140 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_user_device",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_user_division_access",schemaname="public"} 64484 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_user_locale",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_user_meta",schemaname="public"} 11180 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_user_mfa",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_user_notification",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_user_policy_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_user_preference",schemaname="public"} 601 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_user_session",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_user_session_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_user_warehouse_access",schemaname="public"} 5163 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_views",schemaname="public"} 48527 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_webhook",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_webhooks",schemaname="public"} 73682 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_window",schemaname="public"} 156032 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 265046 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_window_emailtemplate",schemaname="public"} 33 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_window_process",schemaname="public"} 12022 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_window_rules",schemaname="public"} 77 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_window_rules_validation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_window_schema",schemaname="public"} 300248 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cw_auth_token",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cw_trade_approval_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cw_trade_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cw_trade_event",schemaname="public"} 66373 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cw_trade_lifting_plan",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cw_trade_rl",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwc_channel",schemaname="public"} 7938 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwc_company",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwc_company_city",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwc_company_preferences",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwc_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwc_order",schemaname="public"} 23677 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwc_order_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwc_order_feedback",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwc_order_meta",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwc_orderline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwc_orderline_addons",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwc_store_holidays",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwc_store_timings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwc_stores_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwcs_subscription",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwf_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwf_events",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwf_wfapprovals",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwf_wftasklist",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwf_wftasks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwf_workflow",schemaname="public"} 15454 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 9032 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 183629 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwf_workflow_approvals_template",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwf_workflow_approvers",schemaname="public"} 5830 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwf_workflow_eventstore",schemaname="public"} 5189 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 553938 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 53 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwp_idea",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwp_idea_notes",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwp_milestone",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwq_assurance",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwq_assurance_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwq_collection",schemaname="public"} 19896 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwq_collection_line",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwq_collection_product",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwq_control",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwq_control_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwq_inspection",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwq_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwq_inspection_task",schemaname="public"} 14530 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"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwq_inspectionline_task",schemaname="public"} 1676 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwq_parameters",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwq_parameters_grp",schemaname="public"} 0 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"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwq_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_additional_charges",schemaname="public"} 2976 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_b2c_customer_segment",schemaname="public"} 56088 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_cashup_sync",schemaname="public"} 3955 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_configurations",schemaname="public"} 14390 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_customer_config",schemaname="public"} 2939 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_customer_group",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_customer_login",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_customer_notification",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_day_end_template",schemaname="public"} 5410 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_discount_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_display_system_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_ecom_ref",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_evaluation_script",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_events",schemaname="public"} 2925 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_expiry_discount_product",schemaname="public"} 21740 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_expiry_discount_range",schemaname="public"} 21742 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_expiry_discount_template",schemaname="public"} 21744 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"} 195921 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_fb_order",schemaname="public"} 299917 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 385466 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_fb_order_merge",schemaname="public"} 50107 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_fb_order_meta",schemaname="public"} 117218 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 189785 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_fb_production_center",schemaname="public"} 65964 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_fb_production_center_access",schemaname="public"} 18464 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_fb_section",schemaname="public"} 6194 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_fb_table",schemaname="public"} 101910 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_fb_table_reservation",schemaname="public"} 30 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_fb_table_status",schemaname="public"} 151161 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_fb_waitlist",schemaname="public"} 30 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_feedback",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_feedback_template",schemaname="public"} 20767 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_feedback_template_line",schemaname="public"} 21740 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_gift_config",schemaname="public"} 59 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_gift_voucher",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_giftcard",schemaname="public"} 52255 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_giftcard_payment_preference",schemaname="public"} 4889 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 288 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_giftcard_type",schemaname="public"} 25073 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 10119 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_image_library",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_ingredients",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_loyalty_accumulation",schemaname="public"} 2914 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_loyalty_accumulation_category",schemaname="public"} 2 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"} 2946 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 91348 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 114875 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_loyalty_prod_cat",schemaname="public"} 4549 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_loyalty_redemption",schemaname="public"} 2906 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_loyalty_settings",schemaname="public"} 7015 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"} 115854 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_menutimeslot",schemaname="public"} 9769 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"} 7 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_payment_method_correction_line",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_payment_providers",schemaname="public"} 4849 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"} 202760 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 66368 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 12319 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 15861 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_pcatalogue_timeslot",schemaname="public"} 68 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_pcataloguelines",schemaname="public"} 1.192216e+06 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_pcataloguelines_addon",schemaname="public"} 347 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 4837 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 360506 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_pos_cart",schemaname="public"} 9442 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 98311 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 415870 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_pos_errors_bkp_20260803",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 388495 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_pos_salesummary",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_pos_scanconfig",schemaname="public"} 7355 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_pos_till_health",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_pricing_policy",schemaname="public"} 1691 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_pricing_policy_scope",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 11867 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_product_stockout",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 4779 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 4825 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 57399 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_recipe_bunit",schemaname="public"} 45652 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 45651 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 73721 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 68358 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_revenue_category",schemaname="public"} 2945 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_rules",schemaname="public"} 2924 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 221062 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_saletype_charge",schemaname="public"} 2976 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_saletype_paymentmethod",schemaname="public"} 41585 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_sevent",schemaname="public"} 0 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"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_store_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_store_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_store_dailyops",schemaname="public"} 159131 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 400970 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_store_discount",schemaname="public"} 9447 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 564 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_store_preferences",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_till",schemaname="public"} 359432 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_till_access_meta",schemaname="public"} 4819 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 116319 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 84973 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_till_log",schemaname="public"} 51 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_till_login_logout",schemaname="public"} 2650 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 4035 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 5724 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 79544 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 45882 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 42834 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_tillcashin_out",schemaname="public"} 32 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 6856 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 14302 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_wallet",schemaname="public"} 53693 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_wallet_payment_settings",schemaname="public"} 4889 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_wallet_settings",schemaname="public"} 4889 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_wallet_topup",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_wallet_trx",schemaname="public"} 56 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cws_ticket",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cws_ticket_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cww_mobilew_role",schemaname="public"} 386 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cww_task",schemaname="public"} 2040 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 263 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cww_tasklinedetail",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwx_customer_enrollment",schemaname="public"} 3 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"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ds_channel",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ds_channel_frames",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ds_media",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ds_player_channel",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ds_players",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ds_playlist_details",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ds_playlists",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ds_schedules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ds_tray_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="email_source",schemaname="public"} 3392 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fam_asset",schemaname="public"} 22 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fam_asset_alert_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fam_asset_audit",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fam_asset_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fam_asset_class",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fam_asset_depreciation_schedule",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fam_asset_disposal",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fam_asset_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fam_asset_issue",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fam_asset_lease_ext",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fam_asset_proposal",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fam_asset_proposal_line",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fam_asset_registration",schemaname="public"} 0 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"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fam_asset_sub_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fam_asset_subclass",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fam_asset_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fam_depreciation_method",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fam_depreciation_posting",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fam_depreciation_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fam_loc_building",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fam_loc_floor",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fam_loc_room",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fam_provisional_asset",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_account",schemaname="public"} 26062 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_acct_config_fixedasset",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_acct_config_general",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_acct_config_inventory",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_acct_config_production",schemaname="public"} 14 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"} 15 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_acct_config_sales",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_adv_payment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_adv_receipt",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_aging_snapshot",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_ai_action_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_ai_audit_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_alert",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_alert_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_alert_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_ammortization",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_ammortization_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_approval_instance",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_approval_workflow",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_audit_trail",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_bank_connector",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_bank_guarantee",schemaname="public"} 111 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 272 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_bpartner",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_bpartner_settlement",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_bpartner_settlement_line",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_budget_approval",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_budget_phasing",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_budget_transfer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_budget_version",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 169 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"} 0 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"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_cash_deposit",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_cashflow_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_channel_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_channel_settlement_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_config_change_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_consolidation_run",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 25 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_credit_snapshot",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_dashboard_widget",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_day_close_session",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 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_document_attachment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_einvoice_config",schemaname="public"} 132 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_einvoice_log",schemaname="public"} 4 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"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 4108 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 46 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_expvoucher_meta",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 585 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 227402 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_financial_acct_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_funds_transfer",schemaname="public"} 1463 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_funds_transfer_line",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_gift_card_liability",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_gl_balance_transfer",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_gl_balance_transfer_line",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_ic_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_ic_settlement_invoice",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_ic_settlement_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 3593 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_intercompany_agreement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_intercompany_transaction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_isd_summary",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_journal",schemaname="public"} 24 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_lease",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_lease_schedule",schemaname="public"} 0 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"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 313 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 93542 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 77277 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 473 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 9054 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 67022 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"} 648 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"} 100 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_lin_sinv_tds",schemaname="public"} 243 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 2409 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_lin_tcs_setup",schemaname="public"} 20001 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_lin_tcs_trx_history",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_lin_tds_history",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 8026 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_loyalty_liability",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_migration_batch",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_migration_batch_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_pay_pglogs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_payment",schemaname="public"} 2574 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_payment_advice",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_payment_advice_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_payment_file",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_payment_proposal",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 524 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 94281 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_paymentmethod_data_field",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 2946 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 22 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_period",schemaname="public"} 476 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_period_audit_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_period_control",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_posting_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_posting_exception",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_posting_queue",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_posting_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_posting_template_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_posting_template_version",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 7.508503e+06 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 8.49502785e+08 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 3.2510955e+07 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 9.626777e+06 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 2469 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 0 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_report_schedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_report_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_revaluation_detail",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_revaluation_run",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_supplier_tds",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_tax_country_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 439266 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_unallocated_transaction",schemaname="public"} 0 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"} 211583 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="lgs_fuel_indent",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="lgs_gatepass",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="lgs_gatepass_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="lgs_gatepass_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="lgs_provider",schemaname="public"} 54 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="lgs_route_details",schemaname="public"} 686 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="lgs_task",schemaname="public"} 8429 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="lgs_task_activity",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="lgs_vehicle",schemaname="public"} 1520 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="lgs_vehicle_make",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="lgs_vehicle_model",schemaname="public"} 1002 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="lgs_vehicle_tracking_latest",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="lgs_vehicle_type",schemaname="public"} 1002 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="line_tab",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="list_contacts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_addon",schemaname="public"} 22587 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_addon_group",schemaname="public"} 37394 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_attribute",schemaname="public"} 22867 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_attribute_group",schemaname="public"} 8962 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_attribute_value",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_autoconsumption_config",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_batch",schemaname="public"} 199914 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_batch_attribute",schemaname="public"} 671 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_batch_conversion",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_batch_group",schemaname="public"} 82471 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 39796 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_batch_subproduct",schemaname="public"} 58 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_bom",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_bom_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_categories_products",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_cost_adjustment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_costing_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_costing_preferences",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_coupon_provider",schemaname="public"} 59 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_coupon_sales",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_custom_attribute",schemaname="public"} 27315 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_custom_attribute_fields",schemaname="public"} 8954 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_internal_consumption",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_internal_consumptionline",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_invcount_sch_stores",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_inventory",schemaname="public"} 52373 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 278506 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_inventory_count_schedule",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_inventory_issue",schemaname="public"} 833 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 921 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_inventory_media",schemaname="public"} 591 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_inventory_receipt",schemaname="public"} 630 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_inventory_receiptline",schemaname="public"} 646 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_inventory_threshold_products",schemaname="public"} 0 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"} 2.219348e+06 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_inventorylinedetails",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_issue_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_item_companion_rule",schemaname="public"} 9893 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_item_companion_rule_line",schemaname="public"} 2915 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_lpn",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_lpn_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_material_request",schemaname="public"} 6880 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_movement",schemaname="public"} 326776 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_movementline",schemaname="public"} 93483 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_movementlinedetails",schemaname="public"} 755 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricing_activity",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricing_additional_info",schemaname="public"} 2626 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricing_approval",schemaname="public"} 3852 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricing_b2c_customer",schemaname="public"} 2539 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricing_b2c_segment",schemaname="public"} 2538 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricing_brand",schemaname="public"} 2540 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricing_bunit",schemaname="public"} 2539 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricing_catalogue",schemaname="public"} 7504 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricing_ccategory",schemaname="public"} 4863 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricing_coupon",schemaname="public"} 98482 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricing_customer",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricing_expiry_discount",schemaname="public"} 2540 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricing_formula",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricing_formula_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricing_payment",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricing_pcategory",schemaname="public"} 4863 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricing_quantity",schemaname="public"} 2539 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricing_xproduct",schemaname="public"} 2575 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricing_yproduct",schemaname="public"} 4862 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricingrule",schemaname="public"} 63989 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricingrule_coupon_rule",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_prodaddon_attribute",schemaname="public"} 459 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_product",schemaname="public"} 5.681793e+06 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 41018 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_product_attribute",schemaname="public"} 22551 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_product_bom",schemaname="public"} 3.594213e+06 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_product_category",schemaname="public"} 411035 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_product_category_acct",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_product_category_attr",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_product_divisions",schemaname="public"} 64484 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_product_group",schemaname="public"} 27900 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_product_images",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_product_manufacturer",schemaname="public"} 27297 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_product_manufacturing",schemaname="public"} 34 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_product_meta",schemaname="public"} 57 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_product_purchase",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_product_visibility_rules",schemaname="public"} 24743 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_product_warranty",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_purchase_pricing",schemaname="public"} 1 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"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_purpricing_product",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_purpricing_scategory",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_purpricing_supplier",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_receipt",schemaname="public"} 362102 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_receipt_amendment",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_receipt_amendment_appr",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_receipt_amendment_exec_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_receipt_amendment_hdr",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_receipt_amendment_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_receipt_amendment_stock_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_receipt_lc",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_receipt_meta",schemaname="public"} 43 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_receiptline",schemaname="public"} 1.465561e+06 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_receiptline_bom",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_receiptline_meta",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_receiptlinedetails",schemaname="public"} 1203 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_receiptlinetax",schemaname="public"} 6788 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_receipttax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_replenishment",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_replenishment_bunit",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_replenishment_notification",schemaname="public"} 0 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"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_replenishment_rules",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_replenishment_scategories",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_rfid_tag",schemaname="public"} 8748 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_rfid_tag_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_shipment",schemaname="public"} 2.7240062e+07 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_shipment_charges",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_shipment_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_shipmentline",schemaname="public"} 1.38978743e+08 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_shipmentline_bom",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_shipmentline_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_shipmentlinedetails",schemaname="public"} 89 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_slowmover",schemaname="public"} 76067 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_stock",schemaname="public"} 3.4933768e+07 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 27725 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 104434 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_stock_reservation_rules",schemaname="public"} 2435 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_stockadj_reason",schemaname="public"} 908 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_stockdetails",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_storage_group",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_storagebin",schemaname="public"} 171173 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 51760 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_tracker",schemaname="public"} 964 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_trackertype",schemaname="public"} 19897 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_transaction",schemaname="public"} 1.57578683e+08 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_transactioncost",schemaname="public"} 83 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_transactiondetails",schemaname="public"} 33 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_transferissue",schemaname="public"} 839348 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 2.26277408e+08 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_transferissue_linedetails",schemaname="public"} 342 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_transferorder",schemaname="public"} 1.236073e+06 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 4.647874788e+09 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 525125 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 453497 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 239497 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"} 5.244418e+06 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_transferrequest_bom",schemaname="public"} 922 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 3.316825e+06 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_tray",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_tray_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_unitcost",schemaname="public"} 8453 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_visibility_brand",schemaname="public"} 19936 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_visibility_category",schemaname="public"} 22166 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_visibility_group",schemaname="public"} 19934 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_visibility_product",schemaname="public"} 22458 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_wa_costing",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_wa_costing_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_wa_product",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_warehouse",schemaname="public"} 164236 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_warehouse_assignment_rules",schemaname="public"} 4093 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_warranty_claims",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_warranty_master",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_wastage",schemaname="public"} 39229 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_wastage_meta",schemaname="public"} 80 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_wastageline",schemaname="public"} 22593 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_wastagelinedetails",schemaname="public"} 289 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="multitabchecking",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="myonlytest",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ntn_menu_designer",schemaname="public"} 87 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ntn_metrics_designer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ntn_process_designer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 281 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ntn_report_designer_filters",schemaname="public"} 5 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_table_designer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ntn_window_designer",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ofd_cashcollection",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ofd_companies",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ofd_delivery_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ofd_delivery_shift",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ofd_delivery_slot",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ofd_delivery_trip",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ofd_driveravailability",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ofd_drivers",schemaname="public"} 1710 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ofd_order_timeline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ofd_substitute_products",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ofd_taskline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ofd_taskline_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ofd_tasks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="orders",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="otp_audit_log",schemaname="public"} 358 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ox_order",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ox_order_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ox_orderline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_agent",schemaname="public"} 17611 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_contract",schemaname="public"} 1514 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_contract_billing_model",schemaname="public"} 86 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_contract_category",schemaname="public"} 86 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_contract_frequency",schemaname="public"} 86 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_contract_line",schemaname="public"} 50 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_contract_price_break",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_contract_schedule",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_contract_type",schemaname="public"} 86 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"} 0 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"} 0 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"} 172644 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_invoice_lc",schemaname="public"} 5 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"} 17912 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_invoiceline_bom",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_invoiceline_meta",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_invoicelinetax",schemaname="public"} 10364 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 12533 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_lc_type",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_order",schemaname="public"} 277119 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_order_lc",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_order_meta",schemaname="public"} 4976 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_orderline",schemaname="public"} 1.556448e+06 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_orderline_bom",schemaname="public"} 253 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_orderline_meta",schemaname="public"} 252 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_orderlinetax",schemaname="public"} 37143 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 53882 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 230 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_pricelist",schemaname="public"} 16791 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_pricelist_version",schemaname="public"} 884 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_productprice",schemaname="public"} 19406 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 1182 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_requisition",schemaname="public"} 7287 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_requisition_line",schemaname="public"} 7100 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_rfq",schemaname="public"} 52 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_rfq_supplier",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_rfqlines",schemaname="public"} 253 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_supplier",schemaname="public"} 199069 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_supplier_acct",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_supplier_address",schemaname="public"} 131307 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_supplier_bank_account",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_supplier_bunit",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 1076 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 90 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 864 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_withholding_tax_adjustment",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_withholding_tax_adjustment_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_workorder",schemaname="public"} 726 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 0 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"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 0 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"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 41 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="plm_design",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 0 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"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="plm_designer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="plm_project",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="plm_task",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pm_application",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pm_approval",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pm_approval_matrix",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pm_approval_matrix_stage",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pm_bug",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pm_checklist_template",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pm_checklist_template_item",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pm_commercial",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pm_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pm_contractor_assignment",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pm_contractor_rating",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pm_cost_head",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pm_cost_line",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pm_cost_line_quote",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pm_delay_reason",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pm_doc_category",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pm_doc_requirement",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pm_doc_waiver",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pm_docs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pm_document",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pm_evaluation",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pm_feature",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pm_fitout_delay",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pm_fitout_progress",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pm_fitout_task",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pm_fitout_task_dependency",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pm_milestone_template",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pm_milestone_template_task",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pm_module",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pm_payment_stage",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pm_project",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pm_project_type",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pm_projection_month",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pm_projection_year",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pm_query",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pm_query_message",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pm_readiness_item",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pm_resources",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pm_score_weight",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pm_score_weight_version",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pm_skill",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 115 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pnxt_breederconfig",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pnxt_farm_standards",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pnxt_flock",schemaname="public"} 30 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pnxt_livestock",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pnxt_machine",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pnxt_pullout",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pnxt_pulloutline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pnxt_setter",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pnxt_setterline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pr_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pr_bom_adjustment",schemaname="public"} 610 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 37156 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 47847 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 8.994721e+06 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pr_ioproductdetails",schemaname="public"} 56 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pr_operation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pr_order",schemaname="public"} 342382 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pr_outproducts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pr_pproducts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pr_process",schemaname="public"} 719 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pr_processic",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pr_prodindirectcost",schemaname="public"} 47859 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pr_product_conversion",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pr_product_convline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pr_production_plan",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 3596 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"} 669 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pr_prun",schemaname="public"} 346 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"} 0 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"} 10613 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 218670 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 16569 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"} 27 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"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="qrtz_triggers",schemaname="public"} 353337 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_business_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_contract",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_contract_billing_model",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_contract_category",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_contract_frequency",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_contract_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_contract_price_break",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_contract_schedule",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_contract_type",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_customer",schemaname="public"} 566919 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"} 308205 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 795 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"} 80506 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_customer_category_products",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_customer_contact",schemaname="public"} 569 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 1270 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 125 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_customer_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_daily_trip",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_daily_trip_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_daily_trip_stop",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_dropship",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_dropship_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_estimate",schemaname="public"} 25998 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_fsm_home_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_in_settlement",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_incentive_eligibility",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_incentive_plan",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_incentive_summary",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_industry_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_inv_settlement",schemaname="public"} 584 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 274 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_invoice",schemaname="public"} 1.81146112e+08 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_invoice_integration",schemaname="public"} 36 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_invoice_meta",schemaname="public"} 76922 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_invoiceline",schemaname="public"} 4.09100128e+08 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 266076 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 26 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 5.16320545e+08 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 2.113356e+06 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_item_companion_trx",schemaname="public"} 0 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"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_joborder_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_joborder_estimation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_joborder_images",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_joborder_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_joborder_part",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_joborder_service_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_joborder_services",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_joborder_status",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_joborder_task",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_order",schemaname="public"} 1.9663082e+08 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 1855 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_order_amendment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_order_amendment_appr",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_order_amendment_exec_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_order_amendment_hdr",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_order_amendment_line",schemaname="public"} 41 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 1.2029745e+07 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_orderline",schemaname="public"} 6.46545332e+08 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 90432 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_orderline_meta",schemaname="public"} 63192 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 29474 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 1.201208e+06 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 1.597693e+06 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_packingslip_details",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_pfinvoice",schemaname="public"} 86 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_pfinvoice_line",schemaname="public"} 88 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_pfinvoice_linetax",schemaname="public"} 21 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_pfinvoice_tax",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_pricelist",schemaname="public"} 256149 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_pricelist_version",schemaname="public"} 10580 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_pricing_formula",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_pricing_formula_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_productprice",schemaname="public"} 818310 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 272 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_quotation",schemaname="public"} 5020 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_quotation_line",schemaname="public"} 30 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_quotation_line_addons",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_quotation_linetax",schemaname="public"} 20 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"} 1075 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_rfqline",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_route_payment_method",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_route_plan",schemaname="public"} 1010 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"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_salesrep",schemaname="public"} 96611 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_service_bill",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_service_bill_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_service_center_notifications",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_service_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_service_inventory",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_service_location",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_service_movement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_service_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_service_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_sr_inspection_data",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_sr_inspection_field",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_sr_inspection_option",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_sr_inspection_section",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_sr_inspection_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_subscription",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_subscription_group",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_subscription_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_subscription_plan",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_survey_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_survey_template_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_target",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_technician",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_trade_in",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="seg_criteria",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="site_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="site_categories",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="site_categories_list",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="site_forms",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="site_forms_schema",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="site_list",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="site_media",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="site_menu",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="site_menu_title",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="site_pages",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="site_posts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="site_seo_metadata",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="site_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="site_tags",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="sr_device",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="sr_eas_gate",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="sr_eas_gate_users",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="sr_eas_tag_data",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="sr_feedback",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="sr_fitting_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="sr_fitting_room",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="sr_location_users",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="sr_reference",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="sr_reference_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="sr_scan_data",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="sr_scan_loc_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="sr_scan_location",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="sr_tag_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="sr_tag_transaction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="sr_tray",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="sr_tray_estimation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="sr_tray_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="sr_tray_products",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="sr_tray_salesrep",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="sr_tray_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="subline_tab",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="tenant_sales_preferences",schemaname="public"} 636 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="test_table",schemaname="public"} 12 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"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="w_assigned_personnel",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="w_associated_equipment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="w_bin_capacity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="w_control_area",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="w_entity_profile",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="w_exception_action",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="w_level",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="w_operations",schemaname="public"} 810 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="w_rack",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="w_reservation",schemaname="public"} 2563 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="w_routing_control_area",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="w_routing_steps",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="w_routing_templates",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="w_strategy_entity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="w_strategy_profile",schemaname="public"} 0 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"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="w_tolerance",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="w_uom_restrictions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="webinar_settings",schemaname="public"} 0 # HELP pg_statio_user_tables_tidx_blocks_hit Number of buffer hits in this table's TOAST table indexes (if any) # TYPE pg_statio_user_tables_tidx_blocks_hit counter pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="agr_agreement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="agr_amendment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="agr_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="agr_clause",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="agr_comment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="agr_document",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="agr_document_access_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="agr_document_content",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="agr_document_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="agr_duplicate_check_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="agr_escalation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="agr_extraction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="agr_notification_digest_queue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="agr_ocr_document",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="agr_party",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="agr_renewal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="agr_renewal_scenario",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="agr_risk_flag",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="agr_signer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="agr_signing_audit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="agr_signing_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="agr_signing_token",schemaname="public"} 0 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"} 1.2836806e+07 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_policy_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_loan_restructure_log",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_bank_format",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_payroll_disbursement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_payroll_disbursement_line",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_gl_mapping",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_liability_payment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_payroll_liability_payment_line",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_recalc_audit",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_payment_batch",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_salary_payment_batch_line",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_action_type",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_alert_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_alert_master",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_alert_notification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_alert_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_alert_rule_history",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"} 130 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_resource",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_app_resource_action",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 608 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.42116664e+08 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"} 135061 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 14917 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"} 500699 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_classification",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"} 4.454521e+07 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_ip_allowlist",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"} 4504 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"} 172 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_grant",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"} 3218 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"} 3.381309e+06 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"} 7248 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"} 5158 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_record_comment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_reference_schema",schemaname="public"} 45 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"} 411 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_report",schemaname="public"} 589 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"} 691866 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"} 96889 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"} 275873 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"} 5.656809e+06 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_notification",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"} 5.638265e+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="cw_trade_approval_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cw_trade_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cw_trade_event",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cw_trade_lifting_plan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cw_trade_rl",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"} 876111 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"} 6.3708017e+07 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 9.816163e+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_pcataloguelines_addon",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"} 1.02379123e+08 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"} 216017 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 1.686403e+06 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_pos_errors_bkp_20260803",schemaname="public"} 10391 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_pricing_policy",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_pricing_policy_scope",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 2072 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_product_stockout",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"} 436870 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_lease_ext",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_aging_snapshot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_ai_action_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_ai_audit_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_alert",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_alert_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_alert_rule",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_approval_instance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_approval_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_audit_trail",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_guarantee",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_bpartner",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_bpartner_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_bpartner_settlement_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_budget_approval",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_budget_phasing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_budget_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_budget_version",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_cash_deposit",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_cashflow_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_channel_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_channel_settlement_line",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_config_change_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_consolidation_run",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_credit_snapshot",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_dashboard_widget",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_day_close_session",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_document_attachment",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_einvoice_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_einvoice_log",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_meta",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_funds_transfer_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_gift_card_liability",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_gl_balance_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_gl_balance_transfer_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_ic_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_ic_settlement_invoice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_ic_settlement_line",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_intercompany_agreement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_intercompany_transaction",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_lease",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_lease_schedule",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"} 15877 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_sinv_tds",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_loyalty_liability",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_migration_batch",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_migration_batch_line",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_file",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_paymentmethod_data_field",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_posting_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_posting_exception",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_posting_queue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_posting_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_posting_template_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_posting_template_version",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_report_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_report_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_revaluation_detail",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_revaluation_run",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_tax_country_config",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="fin_unallocated_transaction",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_lpn",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_lpn_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_material_request",schemaname="public"} 848151 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_process_designer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 2581 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_table_designer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ntn_window_designer",schemaname="public"} 1155 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_billing_model",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_contract_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_contract_frequency",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_contract_price_break",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_contract_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_contract_type",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_withholding_tax_adjustment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_withholding_tax_adjustment_line",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_approval",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_approval_matrix",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_approval_matrix_stage",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_checklist_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_checklist_template_item",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_commercial",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_contractor_assignment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_contractor_rating",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_cost_head",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_cost_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_cost_line_quote",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_delay_reason",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_doc_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_doc_requirement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_doc_waiver",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_document",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_evaluation",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_fitout_delay",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_fitout_progress",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_fitout_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_fitout_task_dependency",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_milestone_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_milestone_template_task",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_payment_stage",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_type",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_projection_month",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_projection_year",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_query",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_query_message",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_readiness_item",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_score_weight",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_score_weight_version",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_contract",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_contract_billing_model",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_contract_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_contract_frequency",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_contract_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_contract_price_break",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_contract_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_contract_type",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"} 618 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="agr_agreement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="agr_amendment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="agr_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="agr_clause",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="agr_comment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="agr_document",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="agr_document_access_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="agr_document_content",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="agr_document_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="agr_duplicate_check_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="agr_escalation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="agr_extraction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="agr_notification_digest_queue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="agr_ocr_document",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="agr_party",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="agr_renewal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="agr_renewal_scenario",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="agr_risk_flag",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="agr_signer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="agr_signing_audit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="agr_signing_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="agr_signing_token",schemaname="public"} 0 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"} 18801 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_policy_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_loan_restructure_log",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_bank_format",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_payroll_disbursement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_payroll_disbursement_line",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_gl_mapping",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_liability_payment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_payroll_liability_payment_line",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_recalc_audit",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_payment_batch",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_salary_payment_batch_line",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_action_type",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_alert_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_alert_master",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_alert_notification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_alert_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_alert_rule_history",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"} 79 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_resource",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_app_resource_action",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 113 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"} 566198 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"} 91518 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 1535 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"} 100045 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_classification",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"} 187191 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_ip_allowlist",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"} 429 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"} 181 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_grant",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"} 20659 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"} 17813 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"} 6088 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"} 5512 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_record_comment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_reference_schema",schemaname="public"} 79 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"} 142 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_report",schemaname="public"} 62 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"} 135979 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"} 611 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"} 25039 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"} 42882 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_notification",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"} 389242 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="cw_trade_approval_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cw_trade_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cw_trade_event",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cw_trade_lifting_plan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cw_trade_rl",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"} 4739 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"} 330037 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 148028 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_pcataloguelines_addon",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"} 378602 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"} 188994 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 198984 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_pos_errors_bkp_20260803",schemaname="public"} 31 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_pricing_policy",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_pricing_policy_scope",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 2817 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_product_stockout",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"} 5287 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_lease_ext",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_aging_snapshot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_ai_action_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_ai_audit_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_alert",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_alert_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_alert_rule",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_approval_instance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_approval_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_audit_trail",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_guarantee",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_bpartner",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_bpartner_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_bpartner_settlement_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_budget_approval",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_budget_phasing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_budget_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_budget_version",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_cash_deposit",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_cashflow_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_channel_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_channel_settlement_line",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_config_change_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_consolidation_run",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_credit_snapshot",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_dashboard_widget",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_day_close_session",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_document_attachment",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_einvoice_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_einvoice_log",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_meta",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_funds_transfer_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_gift_card_liability",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_gl_balance_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_gl_balance_transfer_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_ic_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_ic_settlement_invoice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_ic_settlement_line",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_intercompany_agreement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_intercompany_transaction",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_lease",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_lease_schedule",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"} 369 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_sinv_tds",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_loyalty_liability",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_migration_batch",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_migration_batch_line",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_file",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_paymentmethod_data_field",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_posting_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_posting_exception",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_posting_queue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_posting_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_posting_template_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_posting_template_version",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_report_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_report_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_revaluation_detail",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_revaluation_run",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_tax_country_config",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="fin_unallocated_transaction",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_lpn",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_lpn_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_material_request",schemaname="public"} 20353 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"} 64 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_process_designer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 409 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_table_designer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ntn_window_designer",schemaname="public"} 141 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_billing_model",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_contract_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_contract_frequency",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_contract_price_break",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_contract_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_contract_type",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_withholding_tax_adjustment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_withholding_tax_adjustment_line",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_approval",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_approval_matrix",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_approval_matrix_stage",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_checklist_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_checklist_template_item",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_commercial",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_contractor_assignment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_contractor_rating",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_cost_head",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_cost_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_cost_line_quote",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_delay_reason",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_doc_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_doc_requirement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_doc_waiver",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_document",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_evaluation",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_fitout_delay",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_fitout_progress",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_fitout_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_fitout_task_dependency",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_milestone_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_milestone_template_task",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_payment_stage",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_type",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_projection_month",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_projection_year",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_query",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_query_message",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_readiness_item",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_score_weight",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_score_weight_version",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_contract",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_contract_billing_model",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_contract_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_contract_frequency",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_contract_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_contract_price_break",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_contract_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_contract_type",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"} 96 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="agr_agreement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="agr_amendment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="agr_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="agr_clause",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="agr_comment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="agr_document",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="agr_document_access_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="agr_document_content",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="agr_document_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="agr_duplicate_check_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="agr_escalation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="agr_extraction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="agr_notification_digest_queue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="agr_ocr_document",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="agr_party",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="agr_renewal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="agr_renewal_scenario",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="agr_risk_flag",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="agr_signer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="agr_signing_audit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="agr_signing_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="agr_signing_token",schemaname="public"} 0 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"} 3.139681e+06 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_policy_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_loan_restructure_log",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_bank_format",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_payroll_disbursement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_payroll_disbursement_line",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_gl_mapping",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_liability_payment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_payroll_liability_payment_line",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_recalc_audit",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_payment_batch",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_salary_payment_batch_line",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_action_type",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_alert_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_alert_master",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_alert_notification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_alert_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_alert_rule_history",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"} 150 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_resource",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_app_resource_action",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 618 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"} 3.8583031e+07 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"} 35313 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 12331 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"} 494279 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_classification",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.0033886e+07 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_ip_allowlist",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"} 6923 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"} 177 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_grant",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"} 1794 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"} 1.250012e+06 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"} 6534 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"} 4038 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_record_comment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_reference_schema",schemaname="public"} 56 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"} 619 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_report",schemaname="public"} 434 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"} 416681 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"} 36074 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"} 191855 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"} 2.00991e+06 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_notification",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"} 1.5125867e+07 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="cw_trade_approval_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cw_trade_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cw_trade_event",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cw_trade_lifting_plan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cw_trade_rl",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"} 266943 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"} 2.429674e+07 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 4.190282e+06 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_pcataloguelines_addon",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.450457e+07 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"} 137898 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 1.916655e+06 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_pos_errors_bkp_20260803",schemaname="public"} 4532 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_pricing_policy",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_pricing_policy_scope",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 1385 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_product_stockout",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"} 180454 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_lease_ext",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_aging_snapshot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_ai_action_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_ai_audit_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_alert",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_alert_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_alert_rule",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_approval_instance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_approval_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_audit_trail",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_guarantee",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_bpartner",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_bpartner_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_bpartner_settlement_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_budget_approval",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_budget_phasing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_budget_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_budget_version",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_cash_deposit",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_cashflow_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_channel_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_channel_settlement_line",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_config_change_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_consolidation_run",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_credit_snapshot",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_dashboard_widget",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_day_close_session",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_document_attachment",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_einvoice_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_einvoice_log",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_meta",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_funds_transfer_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_gift_card_liability",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_gl_balance_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_gl_balance_transfer_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_ic_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_ic_settlement_invoice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_ic_settlement_line",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_intercompany_agreement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_intercompany_transaction",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_lease",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_lease_schedule",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"} 14824 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_sinv_tds",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_loyalty_liability",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_migration_batch",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_migration_batch_line",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_file",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_paymentmethod_data_field",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_posting_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_posting_exception",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_posting_queue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_posting_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_posting_template_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_posting_template_version",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_report_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_report_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_revaluation_detail",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_revaluation_run",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_tax_country_config",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="fin_unallocated_transaction",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_lpn",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_lpn_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_material_request",schemaname="public"} 177484 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"} 7 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_process_designer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 1927 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_table_designer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ntn_window_designer",schemaname="public"} 575 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_billing_model",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_contract_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_contract_frequency",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_contract_price_break",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_contract_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_contract_type",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_withholding_tax_adjustment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_withholding_tax_adjustment_line",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_approval",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_approval_matrix",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_approval_matrix_stage",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_checklist_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_checklist_template_item",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_commercial",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_contractor_assignment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_contractor_rating",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_cost_head",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_cost_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_cost_line_quote",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_delay_reason",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_doc_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_doc_requirement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_doc_waiver",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_document",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_evaluation",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_fitout_delay",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_fitout_progress",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_fitout_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_fitout_task_dependency",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_milestone_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_milestone_template_task",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_payment_stage",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_type",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_projection_month",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_projection_year",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_query",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_query_message",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_readiness_item",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_score_weight",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_score_weight_version",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_contract",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_contract_billing_model",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_contract_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_contract_frequency",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_contract_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_contract_price_break",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_contract_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_contract_type",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"} 531 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="agr_agreement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="agr_amendment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="agr_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="agr_clause",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="agr_comment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="agr_document",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="agr_document_access_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="agr_document_content",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="agr_document_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="agr_duplicate_check_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="agr_escalation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="agr_extraction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="agr_notification_digest_queue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="agr_ocr_document",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="agr_party",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="agr_renewal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="agr_renewal_scenario",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="agr_risk_flag",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="agr_signer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="agr_signing_audit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="agr_signing_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="agr_signing_token",schemaname="public"} 0 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"} 1.335107e+06 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_policy_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_loan_restructure_log",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_bank_format",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_payroll_disbursement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_payroll_disbursement_line",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_gl_mapping",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_liability_payment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_payroll_liability_payment_line",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_recalc_audit",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_payment_batch",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_salary_payment_batch_line",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_action_type",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_alert_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_alert_master",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_alert_notification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_alert_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_alert_rule_history",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"} 58 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_resource",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_app_resource_action",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 188 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"} 1.3589635e+07 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"} 8.286668e+06 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 4573 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"} 86660 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_classification",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"} 5.015805e+06 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_ip_allowlist",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"} 3125 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"} 115 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_grant",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"} 16214 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"} 794776 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"} 4509 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"} 3319 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_record_comment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_reference_schema",schemaname="public"} 41 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"} 513 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_report",schemaname="public"} 248 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"} 103083 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"} 14505 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"} 65407 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"} 943400 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_notification",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"} 1.980692e+06 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="cw_trade_approval_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cw_trade_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cw_trade_event",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cw_trade_lifting_plan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cw_trade_rl",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"} 206706 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"} 2.395288e+06 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 809136 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_pcataloguelines_addon",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"} 1.0963704e+07 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"} 111350 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 850862 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_pos_errors_bkp_20260803",schemaname="public"} 1295 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_pricing_policy",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_pricing_policy_scope",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 2363 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_product_stockout",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"} 188288 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_lease_ext",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_aging_snapshot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_ai_action_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_ai_audit_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_alert",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_alert_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_alert_rule",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_approval_instance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_approval_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_audit_trail",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_guarantee",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_bpartner",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_bpartner_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_bpartner_settlement_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_budget_approval",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_budget_phasing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_budget_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_budget_version",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_cash_deposit",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_cashflow_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_channel_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_channel_settlement_line",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_config_change_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_consolidation_run",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_credit_snapshot",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_dashboard_widget",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_day_close_session",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_document_attachment",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_einvoice_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_einvoice_log",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_meta",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_funds_transfer_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_gift_card_liability",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_gl_balance_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_gl_balance_transfer_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_ic_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_ic_settlement_invoice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_ic_settlement_line",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_intercompany_agreement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_intercompany_transaction",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_lease",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_lease_schedule",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"} 1260 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_sinv_tds",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_loyalty_liability",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_migration_batch",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_migration_batch_line",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_file",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_paymentmethod_data_field",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_posting_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_posting_exception",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_posting_queue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_posting_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_posting_template_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_posting_template_version",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_report_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_report_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_revaluation_detail",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_revaluation_run",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_tax_country_config",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="fin_unallocated_transaction",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_lpn",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_lpn_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_material_request",schemaname="public"} 292602 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"} 32 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_process_designer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 1702 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_table_designer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ntn_window_designer",schemaname="public"} 3207 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_billing_model",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_contract_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_contract_frequency",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_contract_price_break",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_contract_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_contract_type",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_withholding_tax_adjustment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_withholding_tax_adjustment_line",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_approval",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_approval_matrix",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_approval_matrix_stage",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_checklist_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_checklist_template_item",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_commercial",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_contractor_assignment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_contractor_rating",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_cost_head",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_cost_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_cost_line_quote",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_delay_reason",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_doc_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_doc_requirement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_doc_waiver",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_document",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_evaluation",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_fitout_delay",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_fitout_progress",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_fitout_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_fitout_task_dependency",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_milestone_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_milestone_template_task",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_payment_stage",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_type",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_projection_month",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_projection_year",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_query",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_query_message",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_readiness_item",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_score_weight",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_score_weight_version",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_contract",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_contract_billing_model",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_contract_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_contract_frequency",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_contract_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_contract_price_break",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_contract_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_contract_type",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"} 232 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 64 # HELP pg_wal_size_bytes Total size of WAL segments # TYPE pg_wal_size_bytes gauge pg_wal_size_bytes 1.073741824e+09 # HELP postgres_exporter_build_info A metric with a constant '1' value labeled by version, revision, branch, goversion from which postgres_exporter was built, and the goos and goarch for the build. # TYPE postgres_exporter_build_info gauge postgres_exporter_build_info{branch="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 9260.81 # 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 2.099342739653e+12 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 1.354929496035e+12 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 10 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 5.9797504e+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.78526389819e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.406328832e+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"} 17399 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0