# 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.0565e-05 go_gc_duration_seconds{quantile="0.25"} 7.062e-05 go_gc_duration_seconds{quantile="0.5"} 0.000112024 go_gc_duration_seconds{quantile="0.75"} 0.000156855 go_gc_duration_seconds{quantile="1"} 0.002938616 go_gc_duration_seconds_sum 19.955925139 go_gc_duration_seconds_count 116235 # 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 12 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.22.0"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 2.5261136e+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 9.48979912048e+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 2.2109109104e+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 3.856144e+06 # HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and currently in use, same as go_memstats_alloc_bytes. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_heap_alloc_bytes gauge go_memstats_heap_alloc_bytes 2.5261136e+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 5.148672e+07 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 2.7500544e+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 558227 # 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 5.148672e+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 7.8987264e+07 # HELP go_memstats_last_gc_time_seconds Number of seconds since 1970 of last garbage collection. # TYPE go_memstats_last_gc_time_seconds gauge go_memstats_last_gc_time_seconds 1.765979261455433e+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 2.2109667331e+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 4800 # 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 491840 # HELP go_memstats_mspan_sys_bytes Number of bytes used for mspan structures obtained from system. Equals to /memory/classes/metadata/mspan/inuse:bytes + /memory/classes/metadata/mspan/free:bytes. # TYPE go_memstats_mspan_sys_bytes gauge go_memstats_mspan_sys_bytes 1.43616e+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 2.95964e+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.050689e+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 688128 # 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 688128 # 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 8.6042656e+07 # 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 4 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 8 # 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"} 3.2624202211e+10 pg_database_size_bytes{datname="postgres"} 7.721443e+06 pg_database_size_bytes{datname="template0"} 7.537167e+06 pg_database_size_bytes{datname="template1"} 7.602703e+06 # HELP pg_exporter_last_scrape_duration_seconds Duration of the last scrape of metrics from PostgreSQL. # TYPE pg_exporter_last_scrape_duration_seconds gauge pg_exporter_last_scrape_duration_seconds 0.009916232 # 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 30034 # 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"} 1 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="cwbos"} -1 pg_roles_connection_limit{rolname="pg_checkpoint"} -1 pg_roles_connection_limit{rolname="pg_create_subscription"} -1 pg_roles_connection_limit{rolname="pg_database_owner"} -1 pg_roles_connection_limit{rolname="pg_execute_server_program"} -1 pg_roles_connection_limit{rolname="pg_monitor"} -1 pg_roles_connection_limit{rolname="pg_read_all_data"} -1 pg_roles_connection_limit{rolname="pg_read_all_settings"} -1 pg_roles_connection_limit{rolname="pg_read_all_stats"} -1 pg_roles_connection_limit{rolname="pg_read_server_files"} -1 pg_roles_connection_limit{rolname="pg_signal_backend"} -1 pg_roles_connection_limit{rolname="pg_stat_scan_tables"} -1 pg_roles_connection_limit{rolname="pg_use_reserved_connections"} -1 pg_roles_connection_limit{rolname="pg_write_all_data"} -1 pg_roles_connection_limit{rolname="pg_write_server_files"} -1 pg_roles_connection_limit{rolname="postgres"} -1 pg_roles_connection_limit{rolname="replica"} -1 pg_roles_connection_limit{rolname="tad"} -1 # HELP pg_scrape_collector_duration_seconds postgres_exporter: Duration of a collector scrape. # TYPE pg_scrape_collector_duration_seconds gauge pg_scrape_collector_duration_seconds{collector="database"} 0.372776288 pg_scrape_collector_duration_seconds{collector="locks"} 0.35303755 pg_scrape_collector_duration_seconds{collector="replication"} 0.035943827 pg_scrape_collector_duration_seconds{collector="roles"} 0.110555766 pg_scrape_collector_duration_seconds{collector="stat_bgwriter"} 0.000791257 pg_scrape_collector_duration_seconds{collector="stat_database"} 0.109770835 pg_scrape_collector_duration_seconds{collector="stat_statements"} 0.107568641 pg_scrape_collector_duration_seconds{collector="stat_user_tables"} 0.349698624 pg_scrape_collector_duration_seconds{collector="statio_user_tables"} 0.033438726 pg_scrape_collector_duration_seconds{collector="wal"} 0.108632151 # 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_in_place_tablespaces Server Parameter: allow_in_place_tablespaces # TYPE pg_settings_allow_in_place_tablespaces gauge pg_settings_allow_in_place_tablespaces{server="localhost:8642"} 0 # HELP pg_settings_allow_system_table_mods Server Parameter: allow_system_table_mods # TYPE pg_settings_allow_system_table_mods gauge pg_settings_allow_system_table_mods{server="localhost:8642"} 0 # HELP pg_settings_archive_timeout_seconds Server Parameter: archive_timeout [Units converted to seconds.] # TYPE pg_settings_archive_timeout_seconds gauge pg_settings_archive_timeout_seconds{server="localhost:8642"} 0 # HELP pg_settings_array_nulls Server Parameter: array_nulls # TYPE pg_settings_array_nulls gauge pg_settings_array_nulls{server="localhost:8642"} 1 # HELP pg_settings_authentication_timeout_seconds Server Parameter: authentication_timeout [Units converted to seconds.] # TYPE pg_settings_authentication_timeout_seconds gauge pg_settings_authentication_timeout_seconds{server="localhost:8642"} 60 # HELP pg_settings_autovacuum Server Parameter: autovacuum # TYPE pg_settings_autovacuum gauge pg_settings_autovacuum{server="localhost:8642"} 1 # HELP pg_settings_autovacuum_analyze_scale_factor Server Parameter: autovacuum_analyze_scale_factor # TYPE pg_settings_autovacuum_analyze_scale_factor gauge pg_settings_autovacuum_analyze_scale_factor{server="localhost:8642"} 0.1 # HELP pg_settings_autovacuum_analyze_threshold Server Parameter: autovacuum_analyze_threshold # TYPE pg_settings_autovacuum_analyze_threshold gauge pg_settings_autovacuum_analyze_threshold{server="localhost:8642"} 50 # HELP pg_settings_autovacuum_freeze_max_age Server Parameter: autovacuum_freeze_max_age # TYPE pg_settings_autovacuum_freeze_max_age gauge pg_settings_autovacuum_freeze_max_age{server="localhost:8642"} 2e+08 # HELP pg_settings_autovacuum_max_workers Server Parameter: autovacuum_max_workers # TYPE pg_settings_autovacuum_max_workers gauge pg_settings_autovacuum_max_workers{server="localhost:8642"} 3 # HELP pg_settings_autovacuum_multixact_freeze_max_age Server Parameter: autovacuum_multixact_freeze_max_age # TYPE pg_settings_autovacuum_multixact_freeze_max_age gauge pg_settings_autovacuum_multixact_freeze_max_age{server="localhost:8642"} 4e+08 # HELP pg_settings_autovacuum_naptime_seconds Server Parameter: autovacuum_naptime [Units converted to seconds.] # TYPE pg_settings_autovacuum_naptime_seconds gauge pg_settings_autovacuum_naptime_seconds{server="localhost:8642"} 60 # HELP pg_settings_autovacuum_vacuum_cost_delay_seconds Server Parameter: autovacuum_vacuum_cost_delay [Units converted to seconds.] # TYPE pg_settings_autovacuum_vacuum_cost_delay_seconds gauge pg_settings_autovacuum_vacuum_cost_delay_seconds{server="localhost:8642"} 0.002 # HELP pg_settings_autovacuum_vacuum_cost_limit Server Parameter: autovacuum_vacuum_cost_limit # TYPE pg_settings_autovacuum_vacuum_cost_limit gauge pg_settings_autovacuum_vacuum_cost_limit{server="localhost:8642"} -1 # HELP pg_settings_autovacuum_vacuum_insert_scale_factor Server Parameter: autovacuum_vacuum_insert_scale_factor # TYPE pg_settings_autovacuum_vacuum_insert_scale_factor gauge pg_settings_autovacuum_vacuum_insert_scale_factor{server="localhost:8642"} 0.2 # HELP pg_settings_autovacuum_vacuum_insert_threshold Server Parameter: autovacuum_vacuum_insert_threshold # TYPE pg_settings_autovacuum_vacuum_insert_threshold gauge pg_settings_autovacuum_vacuum_insert_threshold{server="localhost:8642"} 1000 # HELP pg_settings_autovacuum_vacuum_scale_factor Server Parameter: autovacuum_vacuum_scale_factor # TYPE pg_settings_autovacuum_vacuum_scale_factor gauge pg_settings_autovacuum_vacuum_scale_factor{server="localhost:8642"} 0.2 # HELP pg_settings_autovacuum_vacuum_threshold Server Parameter: autovacuum_vacuum_threshold # TYPE pg_settings_autovacuum_vacuum_threshold gauge pg_settings_autovacuum_vacuum_threshold{server="localhost:8642"} 50 # HELP pg_settings_autovacuum_work_mem_bytes Server Parameter: autovacuum_work_mem [Units converted to bytes.] # TYPE pg_settings_autovacuum_work_mem_bytes gauge pg_settings_autovacuum_work_mem_bytes{server="localhost:8642"} -1 # HELP pg_settings_backend_flush_after_bytes Server Parameter: backend_flush_after [Units converted to bytes.] # TYPE pg_settings_backend_flush_after_bytes gauge pg_settings_backend_flush_after_bytes{server="localhost:8642"} 0 # HELP pg_settings_bgwriter_delay_seconds Server Parameter: bgwriter_delay [Units converted to seconds.] # TYPE pg_settings_bgwriter_delay_seconds gauge pg_settings_bgwriter_delay_seconds{server="localhost:8642"} 0.2 # HELP pg_settings_bgwriter_flush_after_bytes Server Parameter: bgwriter_flush_after [Units converted to bytes.] # TYPE pg_settings_bgwriter_flush_after_bytes gauge pg_settings_bgwriter_flush_after_bytes{server="localhost:8642"} 524288 # HELP pg_settings_bgwriter_lru_maxpages Server Parameter: bgwriter_lru_maxpages # TYPE pg_settings_bgwriter_lru_maxpages gauge pg_settings_bgwriter_lru_maxpages{server="localhost:8642"} 100 # HELP pg_settings_bgwriter_lru_multiplier Server Parameter: bgwriter_lru_multiplier # TYPE pg_settings_bgwriter_lru_multiplier gauge pg_settings_bgwriter_lru_multiplier{server="localhost:8642"} 2 # HELP pg_settings_block_size Server Parameter: block_size # TYPE pg_settings_block_size gauge pg_settings_block_size{server="localhost:8642"} 8192 # HELP pg_settings_bonjour Server Parameter: bonjour # TYPE pg_settings_bonjour gauge pg_settings_bonjour{server="localhost:8642"} 0 # HELP pg_settings_check_function_bodies Server Parameter: check_function_bodies # TYPE pg_settings_check_function_bodies gauge pg_settings_check_function_bodies{server="localhost:8642"} 1 # HELP pg_settings_checkpoint_completion_target Server Parameter: checkpoint_completion_target # TYPE pg_settings_checkpoint_completion_target gauge pg_settings_checkpoint_completion_target{server="localhost:8642"} 0.9 # HELP pg_settings_checkpoint_flush_after_bytes Server Parameter: checkpoint_flush_after [Units converted to bytes.] # TYPE pg_settings_checkpoint_flush_after_bytes gauge pg_settings_checkpoint_flush_after_bytes{server="localhost:8642"} 262144 # HELP pg_settings_checkpoint_timeout_seconds Server Parameter: checkpoint_timeout [Units converted to seconds.] # TYPE pg_settings_checkpoint_timeout_seconds gauge pg_settings_checkpoint_timeout_seconds{server="localhost:8642"} 300 # HELP pg_settings_checkpoint_warning_seconds Server Parameter: checkpoint_warning [Units converted to seconds.] # TYPE pg_settings_checkpoint_warning_seconds gauge pg_settings_checkpoint_warning_seconds{server="localhost:8642"} 30 # HELP pg_settings_client_connection_check_interval_seconds Server Parameter: client_connection_check_interval [Units converted to seconds.] # TYPE pg_settings_client_connection_check_interval_seconds gauge pg_settings_client_connection_check_interval_seconds{server="localhost:8642"} 0 # HELP pg_settings_commit_delay Server Parameter: commit_delay # TYPE pg_settings_commit_delay gauge pg_settings_commit_delay{server="localhost:8642"} 0 # HELP pg_settings_commit_siblings Server Parameter: commit_siblings # TYPE pg_settings_commit_siblings gauge pg_settings_commit_siblings{server="localhost:8642"} 5 # HELP pg_settings_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"} 0 # HELP pg_settings_data_directory_mode Server Parameter: data_directory_mode # TYPE pg_settings_data_directory_mode gauge pg_settings_data_directory_mode{server="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_db_user_namespace Server Parameter: db_user_namespace # TYPE pg_settings_db_user_namespace gauge pg_settings_db_user_namespace{server="localhost:8642"} 0 # HELP pg_settings_deadlock_timeout_seconds Server Parameter: deadlock_timeout [Units converted to seconds.] # TYPE pg_settings_deadlock_timeout_seconds gauge pg_settings_deadlock_timeout_seconds{server="localhost:8642"} 1 # HELP pg_settings_debug_assertions Server Parameter: debug_assertions # TYPE pg_settings_debug_assertions gauge pg_settings_debug_assertions{server="localhost:8642"} 0 # HELP pg_settings_debug_discard_caches Server Parameter: debug_discard_caches # TYPE pg_settings_debug_discard_caches gauge pg_settings_debug_discard_caches{server="localhost:8642"} 0 # HELP pg_settings_debug_pretty_print Server Parameter: debug_pretty_print # TYPE pg_settings_debug_pretty_print gauge pg_settings_debug_pretty_print{server="localhost:8642"} 1 # HELP pg_settings_debug_print_parse Server Parameter: debug_print_parse # TYPE pg_settings_debug_print_parse gauge pg_settings_debug_print_parse{server="localhost:8642"} 0 # HELP pg_settings_debug_print_plan Server Parameter: debug_print_plan # TYPE pg_settings_debug_print_plan gauge pg_settings_debug_print_plan{server="localhost:8642"} 0 # HELP pg_settings_debug_print_rewritten Server Parameter: debug_print_rewritten # TYPE pg_settings_debug_print_rewritten gauge pg_settings_debug_print_rewritten{server="localhost:8642"} 0 # HELP pg_settings_default_statistics_target Server Parameter: default_statistics_target # TYPE pg_settings_default_statistics_target gauge pg_settings_default_statistics_target{server="localhost:8642"} 100 # HELP pg_settings_default_transaction_deferrable Server Parameter: default_transaction_deferrable # TYPE pg_settings_default_transaction_deferrable gauge pg_settings_default_transaction_deferrable{server="localhost:8642"} 0 # HELP pg_settings_default_transaction_read_only Server Parameter: default_transaction_read_only # TYPE pg_settings_default_transaction_read_only gauge pg_settings_default_transaction_read_only{server="localhost:8642"} 0 # HELP pg_settings_effective_cache_size_bytes Server Parameter: effective_cache_size [Units converted to bytes.] # TYPE pg_settings_effective_cache_size_bytes gauge pg_settings_effective_cache_size_bytes{server="localhost:8642"} 4.294967296e+09 # HELP pg_settings_effective_io_concurrency Server Parameter: effective_io_concurrency # TYPE pg_settings_effective_io_concurrency gauge pg_settings_effective_io_concurrency{server="localhost:8642"} 1 # HELP pg_settings_enable_async_append Server Parameter: enable_async_append # TYPE pg_settings_enable_async_append gauge pg_settings_enable_async_append{server="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_gathermerge Server Parameter: enable_gathermerge # TYPE pg_settings_enable_gathermerge gauge pg_settings_enable_gathermerge{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_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_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_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_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_connections Server Parameter: log_connections # TYPE pg_settings_log_connections gauge pg_settings_log_connections{server="localhost:8642"} 0 # 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_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"} 10 # HELP pg_settings_maintenance_work_mem_bytes Server Parameter: maintenance_work_mem [Units converted to bytes.] # TYPE pg_settings_maintenance_work_mem_bytes gauge pg_settings_maintenance_work_mem_bytes{server="localhost:8642"} 6.7108864e+07 # HELP pg_settings_max_connections Server Parameter: max_connections # TYPE pg_settings_max_connections gauge pg_settings_max_connections{server="localhost:8642"} 100 # HELP pg_settings_max_files_per_process Server Parameter: max_files_per_process # TYPE pg_settings_max_files_per_process gauge pg_settings_max_files_per_process{server="localhost:8642"} 1000 # HELP pg_settings_max_function_args Server Parameter: max_function_args # TYPE pg_settings_max_function_args gauge pg_settings_max_function_args{server="localhost:8642"} 100 # HELP pg_settings_max_identifier_length Server Parameter: max_identifier_length # TYPE pg_settings_max_identifier_length gauge pg_settings_max_identifier_length{server="localhost:8642"} 63 # HELP pg_settings_max_index_keys Server Parameter: max_index_keys # TYPE pg_settings_max_index_keys gauge pg_settings_max_index_keys{server="localhost:8642"} 32 # HELP pg_settings_max_locks_per_transaction Server Parameter: max_locks_per_transaction # TYPE pg_settings_max_locks_per_transaction gauge pg_settings_max_locks_per_transaction{server="localhost:8642"} 64 # HELP pg_settings_max_logical_replication_workers Server Parameter: max_logical_replication_workers # TYPE pg_settings_max_logical_replication_workers gauge pg_settings_max_logical_replication_workers{server="localhost:8642"} 4 # HELP pg_settings_max_parallel_apply_workers_per_subscription Server Parameter: max_parallel_apply_workers_per_subscription # TYPE pg_settings_max_parallel_apply_workers_per_subscription gauge pg_settings_max_parallel_apply_workers_per_subscription{server="localhost:8642"} 2 # HELP pg_settings_max_parallel_maintenance_workers Server Parameter: max_parallel_maintenance_workers # TYPE pg_settings_max_parallel_maintenance_workers gauge pg_settings_max_parallel_maintenance_workers{server="localhost:8642"} 2 # HELP pg_settings_max_parallel_workers Server Parameter: max_parallel_workers # TYPE pg_settings_max_parallel_workers gauge pg_settings_max_parallel_workers{server="localhost:8642"} 8 # HELP pg_settings_max_parallel_workers_per_gather Server Parameter: max_parallel_workers_per_gather # TYPE pg_settings_max_parallel_workers_per_gather gauge pg_settings_max_parallel_workers_per_gather{server="localhost:8642"} 2 # HELP pg_settings_max_pred_locks_per_page Server Parameter: max_pred_locks_per_page # TYPE pg_settings_max_pred_locks_per_page gauge pg_settings_max_pred_locks_per_page{server="localhost:8642"} 2 # HELP pg_settings_max_pred_locks_per_relation Server Parameter: max_pred_locks_per_relation # TYPE pg_settings_max_pred_locks_per_relation gauge pg_settings_max_pred_locks_per_relation{server="localhost:8642"} -2 # HELP pg_settings_max_pred_locks_per_transaction Server Parameter: max_pred_locks_per_transaction # TYPE pg_settings_max_pred_locks_per_transaction gauge pg_settings_max_pred_locks_per_transaction{server="localhost:8642"} 64 # HELP pg_settings_max_prepared_transactions Server Parameter: max_prepared_transactions # TYPE pg_settings_max_prepared_transactions gauge pg_settings_max_prepared_transactions{server="localhost:8642"} 0 # HELP pg_settings_max_replication_slots Server Parameter: max_replication_slots # TYPE pg_settings_max_replication_slots gauge pg_settings_max_replication_slots{server="localhost:8642"} 10 # HELP pg_settings_max_slot_wal_keep_size_bytes Server Parameter: max_slot_wal_keep_size [Units converted to bytes.] # TYPE pg_settings_max_slot_wal_keep_size_bytes gauge pg_settings_max_slot_wal_keep_size_bytes{server="localhost:8642"} -1 # HELP pg_settings_max_stack_depth_bytes Server Parameter: max_stack_depth [Units converted to bytes.] # TYPE pg_settings_max_stack_depth_bytes gauge pg_settings_max_stack_depth_bytes{server="localhost:8642"} 2.097152e+06 # HELP pg_settings_max_standby_archive_delay_seconds Server Parameter: max_standby_archive_delay [Units converted to seconds.] # TYPE pg_settings_max_standby_archive_delay_seconds gauge pg_settings_max_standby_archive_delay_seconds{server="localhost:8642"} 30 # HELP pg_settings_max_standby_streaming_delay_seconds Server Parameter: max_standby_streaming_delay [Units converted to seconds.] # TYPE pg_settings_max_standby_streaming_delay_seconds gauge pg_settings_max_standby_streaming_delay_seconds{server="localhost:8642"} 30 # HELP pg_settings_max_sync_workers_per_subscription Server Parameter: max_sync_workers_per_subscription # TYPE pg_settings_max_sync_workers_per_subscription gauge pg_settings_max_sync_workers_per_subscription{server="localhost:8642"} 2 # HELP pg_settings_max_wal_senders Server Parameter: max_wal_senders # TYPE pg_settings_max_wal_senders gauge pg_settings_max_wal_senders{server="localhost:8642"} 10 # HELP pg_settings_max_wal_size_bytes Server Parameter: max_wal_size [Units converted to bytes.] # TYPE pg_settings_max_wal_size_bytes gauge pg_settings_max_wal_size_bytes{server="localhost:8642"} 1.073741824e+09 # HELP pg_settings_max_worker_processes Server Parameter: max_worker_processes # TYPE pg_settings_max_worker_processes gauge pg_settings_max_worker_processes{server="localhost:8642"} 8 # HELP pg_settings_min_dynamic_shared_memory_bytes Server Parameter: min_dynamic_shared_memory [Units converted to bytes.] # TYPE pg_settings_min_dynamic_shared_memory_bytes gauge pg_settings_min_dynamic_shared_memory_bytes{server="localhost:8642"} 0 # HELP pg_settings_min_parallel_index_scan_size_bytes Server Parameter: min_parallel_index_scan_size [Units converted to bytes.] # TYPE pg_settings_min_parallel_index_scan_size_bytes gauge pg_settings_min_parallel_index_scan_size_bytes{server="localhost:8642"} 524288 # HELP pg_settings_min_parallel_table_scan_size_bytes Server Parameter: min_parallel_table_scan_size [Units converted to bytes.] # TYPE pg_settings_min_parallel_table_scan_size_bytes gauge pg_settings_min_parallel_table_scan_size_bytes{server="localhost:8642"} 8.388608e+06 # HELP pg_settings_min_wal_size_bytes Server Parameter: min_wal_size [Units converted to bytes.] # TYPE pg_settings_min_wal_size_bytes gauge pg_settings_min_wal_size_bytes{server="localhost:8642"} 8.388608e+07 # HELP pg_settings_old_snapshot_threshold_seconds Server Parameter: old_snapshot_threshold [Units converted to seconds.] # TYPE pg_settings_old_snapshot_threshold_seconds gauge pg_settings_old_snapshot_threshold_seconds{server="localhost:8642"} -1 # HELP pg_settings_parallel_leader_participation Server Parameter: parallel_leader_participation # TYPE pg_settings_parallel_leader_participation gauge pg_settings_parallel_leader_participation{server="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"} 4 # HELP pg_settings_recovery_min_apply_delay_seconds Server Parameter: recovery_min_apply_delay [Units converted to seconds.] # TYPE pg_settings_recovery_min_apply_delay_seconds gauge pg_settings_recovery_min_apply_delay_seconds{server="localhost:8642"} 0 # HELP pg_settings_recovery_target_inclusive Server Parameter: recovery_target_inclusive # TYPE pg_settings_recovery_target_inclusive gauge pg_settings_recovery_target_inclusive{server="localhost:8642"} 1 # HELP pg_settings_recursive_worktable_factor Server Parameter: recursive_worktable_factor # TYPE pg_settings_recursive_worktable_factor gauge pg_settings_recursive_worktable_factor{server="localhost:8642"} 10 # HELP pg_settings_remove_temp_files_after_crash Server Parameter: remove_temp_files_after_crash # TYPE pg_settings_remove_temp_files_after_crash gauge pg_settings_remove_temp_files_after_crash{server="localhost:8642"} 1 # HELP pg_settings_reserved_connections Server Parameter: reserved_connections # TYPE pg_settings_reserved_connections gauge pg_settings_reserved_connections{server="localhost:8642"} 0 # HELP pg_settings_restart_after_crash Server Parameter: restart_after_crash # TYPE pg_settings_restart_after_crash gauge pg_settings_restart_after_crash{server="localhost:8642"} 1 # HELP pg_settings_row_security Server Parameter: row_security # TYPE pg_settings_row_security gauge pg_settings_row_security{server="localhost:8642"} 1 # HELP pg_settings_scram_iterations Server Parameter: scram_iterations # TYPE pg_settings_scram_iterations gauge pg_settings_scram_iterations{server="localhost:8642"} 4096 # HELP pg_settings_segment_size_bytes Server Parameter: segment_size [Units converted to bytes.] # TYPE pg_settings_segment_size_bytes gauge pg_settings_segment_size_bytes{server="localhost:8642"} 1.073741824e+09 # HELP pg_settings_send_abort_for_crash Server Parameter: send_abort_for_crash # TYPE pg_settings_send_abort_for_crash gauge pg_settings_send_abort_for_crash{server="localhost:8642"} 0 # HELP pg_settings_send_abort_for_kill Server Parameter: send_abort_for_kill # TYPE pg_settings_send_abort_for_kill gauge pg_settings_send_abort_for_kill{server="localhost:8642"} 0 # HELP pg_settings_seq_page_cost Server Parameter: seq_page_cost # TYPE pg_settings_seq_page_cost gauge pg_settings_seq_page_cost{server="localhost:8642"} 1 # HELP pg_settings_server_version_num Server Parameter: server_version_num # TYPE pg_settings_server_version_num gauge pg_settings_server_version_num{server="localhost:8642"} 160010 # HELP pg_settings_shared_buffers_bytes Server Parameter: shared_buffers [Units converted to bytes.] # TYPE pg_settings_shared_buffers_bytes gauge pg_settings_shared_buffers_bytes{server="localhost:8642"} 1.34217728e+08 # HELP pg_settings_shared_memory_size_bytes Server Parameter: shared_memory_size [Units converted to bytes.] # TYPE pg_settings_shared_memory_size_bytes gauge pg_settings_shared_memory_size_bytes{server="localhost:8642"} 1.5204352e+08 # HELP pg_settings_shared_memory_size_in_huge_pages Server Parameter: shared_memory_size_in_huge_pages # TYPE pg_settings_shared_memory_size_in_huge_pages gauge pg_settings_shared_memory_size_in_huge_pages{server="localhost:8642"} 73 # 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_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_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_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_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_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_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"} 262144 # HELP pg_settings_vacuum_cost_delay_seconds Server Parameter: vacuum_cost_delay [Units converted to seconds.] # TYPE pg_settings_vacuum_cost_delay_seconds gauge pg_settings_vacuum_cost_delay_seconds{server="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_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_wal_block_size Server Parameter: wal_block_size # TYPE pg_settings_wal_block_size gauge pg_settings_wal_block_size{server="localhost:8642"} 8192 # HELP pg_settings_wal_buffers_bytes Server Parameter: wal_buffers [Units converted to bytes.] # TYPE pg_settings_wal_buffers_bytes gauge pg_settings_wal_buffers_bytes{server="localhost:8642"} 4.194304e+06 # HELP pg_settings_wal_decode_buffer_size_bytes Server Parameter: wal_decode_buffer_size [Units converted to bytes.] # TYPE pg_settings_wal_decode_buffer_size_bytes gauge pg_settings_wal_decode_buffer_size_bytes{server="localhost:8642"} 524288 # HELP pg_settings_wal_init_zero Server Parameter: wal_init_zero # TYPE pg_settings_wal_init_zero gauge pg_settings_wal_init_zero{server="localhost:8642"} 1 # HELP pg_settings_wal_keep_size_bytes Server Parameter: wal_keep_size [Units converted to bytes.] # TYPE pg_settings_wal_keep_size_bytes gauge pg_settings_wal_keep_size_bytes{server="localhost:8642"} 6.7108864e+07 # HELP pg_settings_wal_log_hints Server Parameter: wal_log_hints # TYPE pg_settings_wal_log_hints gauge pg_settings_wal_log_hints{server="localhost:8642"} 0 # HELP pg_settings_wal_receiver_create_temp_slot Server Parameter: wal_receiver_create_temp_slot # TYPE pg_settings_wal_receiver_create_temp_slot gauge pg_settings_wal_receiver_create_temp_slot{server="localhost:8642"} 0 # HELP pg_settings_wal_receiver_status_interval_seconds Server Parameter: wal_receiver_status_interval [Units converted to seconds.] # TYPE pg_settings_wal_receiver_status_interval_seconds gauge pg_settings_wal_receiver_status_interval_seconds{server="localhost:8642"} 10 # HELP pg_settings_wal_receiver_timeout_seconds Server Parameter: wal_receiver_timeout [Units converted to seconds.] # TYPE pg_settings_wal_receiver_timeout_seconds gauge pg_settings_wal_receiver_timeout_seconds{server="localhost:8642"} 60 # HELP pg_settings_wal_recycle Server Parameter: wal_recycle # TYPE pg_settings_wal_recycle gauge pg_settings_wal_recycle{server="localhost:8642"} 1 # HELP pg_settings_wal_retrieve_retry_interval_seconds Server Parameter: wal_retrieve_retry_interval [Units converted to seconds.] # TYPE pg_settings_wal_retrieve_retry_interval_seconds gauge pg_settings_wal_retrieve_retry_interval_seconds{server="localhost:8642"} 5 # HELP pg_settings_wal_segment_size_bytes Server Parameter: wal_segment_size [Units converted to bytes.] # TYPE pg_settings_wal_segment_size_bytes gauge pg_settings_wal_segment_size_bytes{server="localhost:8642"} 1.6777216e+07 # HELP pg_settings_wal_sender_timeout_seconds Server Parameter: wal_sender_timeout [Units converted to seconds.] # TYPE pg_settings_wal_sender_timeout_seconds gauge pg_settings_wal_sender_timeout_seconds{server="localhost:8642"} 60 # HELP pg_settings_wal_skip_threshold_bytes Server Parameter: wal_skip_threshold [Units converted to bytes.] # TYPE pg_settings_wal_skip_threshold_bytes gauge pg_settings_wal_skip_threshold_bytes{server="localhost:8642"} 2.097152e+06 # HELP pg_settings_wal_writer_delay_seconds Server Parameter: wal_writer_delay [Units converted to seconds.] # TYPE pg_settings_wal_writer_delay_seconds gauge pg_settings_wal_writer_delay_seconds{server="localhost:8642"} 0.2 # HELP pg_settings_wal_writer_flush_after_bytes Server Parameter: wal_writer_flush_after [Units converted to bytes.] # TYPE pg_settings_wal_writer_flush_after_bytes gauge pg_settings_wal_writer_flush_after_bytes{server="localhost:8642"} 1.048576e+06 # HELP pg_settings_work_mem_bytes Server Parameter: work_mem [Units converted to bytes.] # TYPE pg_settings_work_mem_bytes gauge pg_settings_work_mem_bytes{server="localhost:8642"} 4.194304e+06 # HELP pg_settings_zero_damaged_pages Server Parameter: zero_damaged_pages # TYPE pg_settings_zero_damaged_pages gauge pg_settings_zero_damaged_pages{server="localhost:8642"} 0 # HELP pg_stat_activity_count number of connections in this state # TYPE pg_stat_activity_count gauge pg_stat_activity_count{application_name="",backend_type="",datname="dadus_prod",server="localhost:8642",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="dadus_prod",server="localhost:8642",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="dadus_prod",server="localhost:8642",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="dadus_prod",server="localhost:8642",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="postgres",server="localhost:8642",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="postgres",server="localhost:8642",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="postgres",server="localhost:8642",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="postgres",server="localhost:8642",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="postgres",server="localhost:8642",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template0",server="localhost:8642",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template0",server="localhost:8642",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template0",server="localhost:8642",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template0",server="localhost:8642",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template0",server="localhost:8642",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template0",server="localhost:8642",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template1",server="localhost:8642",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template1",server="localhost:8642",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template1",server="localhost:8642",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template1",server="localhost:8642",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template1",server="localhost:8642",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template1",server="localhost:8642",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="client backend",datname="dadus_prod",server="localhost:8642",state="active",usename="postgres",wait_event="",wait_event_type=""} 2 pg_stat_activity_count{application_name="CWRetail",backend_type="client backend",datname="dadus_prod",server="localhost:8642",state="idle",usename="postgres",wait_event="ClientRead",wait_event_type="Client"} 2 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="pgAdmin 4 - CONN:9767068",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="pgAdmin 4 - DB:postgres",backend_type="client backend",datname="postgres",server="localhost:8642",state="idle",usename="postgres",wait_event="ClientRead",wait_event_type="Client"} 1 # HELP pg_stat_activity_max_tx_duration max duration in seconds any active transaction has been running # TYPE pg_stat_activity_max_tx_duration gauge pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="dadus_prod",server="localhost:8642",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="dadus_prod",server="localhost:8642",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="dadus_prod",server="localhost:8642",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="dadus_prod",server="localhost:8642",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="postgres",server="localhost:8642",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="postgres",server="localhost:8642",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="postgres",server="localhost:8642",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="postgres",server="localhost:8642",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="postgres",server="localhost:8642",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template0",server="localhost:8642",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template0",server="localhost:8642",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template0",server="localhost:8642",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template0",server="localhost:8642",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template0",server="localhost:8642",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template0",server="localhost:8642",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template1",server="localhost:8642",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template1",server="localhost:8642",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template1",server="localhost:8642",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template1",server="localhost:8642",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template1",server="localhost:8642",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template1",server="localhost:8642",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="client backend",datname="dadus_prod",server="localhost:8642",state="active",usename="postgres",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="CWRetail",backend_type="client backend",datname="dadus_prod",server="localhost:8642",state="idle",usename="postgres",wait_event="ClientRead",wait_event_type="Client"} 0 pg_stat_activity_max_tx_duration{application_name="CoreService",backend_type="client backend",datname="dadus_prod",server="localhost:8642",state="idle",usename="postgres",wait_event="ClientRead",wait_event_type="Client"} 0 pg_stat_activity_max_tx_duration{application_name="pgAdmin 4 - CONN:9767068",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="pgAdmin 4 - DB:postgres",backend_type="client backend",datname="postgres",server="localhost:8642",state="idle",usename="postgres",wait_event="ClientRead",wait_event_type="Client"} 0 # HELP pg_stat_activity_queries_duration Query duration in seconds # TYPE pg_stat_activity_queries_duration gauge pg_stat_activity_queries_duration{application_name="",client_addr="172.18.0.1/32",datname="dadus_prod",pid="525283",query="SELECT\n current_database() datname,\n schemaname,\n relname,\n heap_blks_read,\n heap_blks_hit,\n idx_blks_read,\n idx_blks_hit,\n toast_blks_read,\n ",server="localhost:8642",state="active",usename="postgres",wait_event="none"} -0.000502 # HELP pg_stat_activity_queries_query_start Unknown metric from pg_stat_activity_queries # TYPE pg_stat_activity_queries_query_start untyped pg_stat_activity_queries_query_start{application_name="",client_addr="172.18.0.1/32",datname="dadus_prod",pid="525283",query="SELECT\n current_database() datname,\n schemaname,\n relname,\n heap_blks_read,\n heap_blks_hit,\n idx_blks_read,\n idx_blks_hit,\n toast_blks_read,\n ",server="localhost:8642",state="active",usename="postgres",wait_event="none"} 1.765979286e+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 1.651549208e+09 # HELP pg_stat_bgwriter_buffers_backend_fsync_total Number of times a backend had to execute its own fsync call (normally the background writer handles those even when the backend does its own write) # TYPE pg_stat_bgwriter_buffers_backend_fsync_total counter pg_stat_bgwriter_buffers_backend_fsync_total 0 # HELP pg_stat_bgwriter_buffers_backend_total Number of buffers written directly by a backend # TYPE pg_stat_bgwriter_buffers_backend_total counter pg_stat_bgwriter_buffers_backend_total 3.869676e+06 # HELP pg_stat_bgwriter_buffers_checkpoint_total Number of buffers written during checkpoints # TYPE pg_stat_bgwriter_buffers_checkpoint_total counter pg_stat_bgwriter_buffers_checkpoint_total 208844 # 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.289356e+06 # HELP pg_stat_bgwriter_checkpoint_sync_time_total Total amount of time that has been spent in the portion of checkpoint processing where files are synchronized to disk, in milliseconds # TYPE pg_stat_bgwriter_checkpoint_sync_time_total counter pg_stat_bgwriter_checkpoint_sync_time_total 109287 # HELP pg_stat_bgwriter_checkpoint_write_time_total Total amount of time that has been spent in the portion of checkpoint processing where files are written to disk, in milliseconds # TYPE pg_stat_bgwriter_checkpoint_write_time_total counter pg_stat_bgwriter_checkpoint_write_time_total 2.7731555e+07 # HELP pg_stat_bgwriter_checkpoints_req_total Number of requested checkpoints that have been performed # TYPE pg_stat_bgwriter_checkpoints_req_total counter pg_stat_bgwriter_checkpoints_req_total 1 # HELP pg_stat_bgwriter_checkpoints_timed_total Number of scheduled checkpoints that have been performed # TYPE pg_stat_bgwriter_checkpoints_timed_total counter pg_stat_bgwriter_checkpoints_timed_total 2055 # 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 3592 # 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.765362353e+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="16388",datname="dadus_prod"} 682289.4391490001 pg_stat_database_active_time_seconds_total{datid="4",datname="template0"} 0 pg_stat_database_active_time_seconds_total{datid="5",datname="postgres"} 10.673945999999999 # 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="16388",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="16388",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="16388",datname="dadus_prod"} 8.751914776e+09 pg_stat_database_blks_hit{datid="4",datname="template0"} 0 pg_stat_database_blks_hit{datid="5",datname="postgres"} 534962 # 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="16388",datname="dadus_prod"} 4.6690498342e+10 pg_stat_database_blks_read{datid="4",datname="template0"} 0 pg_stat_database_blks_read{datid="5",datname="postgres"} 254968 # 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="16388",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="16388",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="16388",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="16388",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="16388",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="16388",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="16388",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="16388",datname="dadus_prod"} 4 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="16388",datname="dadus_prod"} 25 pg_stat_database_numbackends{datid="4",datname="template0"} 0 pg_stat_database_numbackends{datid="5",datname="postgres"} 1 # HELP pg_stat_database_stats_reset Time at which these statistics were last reset # TYPE pg_stat_database_stats_reset counter pg_stat_database_stats_reset{datid="1",datname="template1"} 0 pg_stat_database_stats_reset{datid="16388",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="16388",datname="dadus_prod"} 1.030093055411e+12 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="16388",datname="dadus_prod"} 192057 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="16388",datname="dadus_prod"} 229271 pg_stat_database_tup_deleted{datid="4",datname="template0"} 0 pg_stat_database_tup_deleted{datid="5",datname="postgres"} 0 # HELP pg_stat_database_tup_fetched Number of rows fetched by queries in this database # TYPE pg_stat_database_tup_fetched counter pg_stat_database_tup_fetched{datid="1",datname="template1"} 0 pg_stat_database_tup_fetched{datid="16388",datname="dadus_prod"} 8.183842304e+09 pg_stat_database_tup_fetched{datid="4",datname="template0"} 0 pg_stat_database_tup_fetched{datid="5",datname="postgres"} 168206 # 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="16388",datname="dadus_prod"} 1.724981e+06 pg_stat_database_tup_inserted{datid="4",datname="template0"} 0 pg_stat_database_tup_inserted{datid="5",datname="postgres"} 0 # HELP pg_stat_database_tup_returned Number of rows returned by queries in this database # TYPE pg_stat_database_tup_returned counter pg_stat_database_tup_returned{datid="1",datname="template1"} 0 pg_stat_database_tup_returned{datid="16388",datname="dadus_prod"} 9.01453551652e+11 pg_stat_database_tup_returned{datid="4",datname="template0"} 0 pg_stat_database_tup_returned{datid="5",datname="postgres"} 9.076819e+06 # 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="16388",datname="dadus_prod"} 4.492483e+06 pg_stat_database_tup_updated{datid="4",datname="template0"} 0 pg_stat_database_tup_updated{datid="5",datname="postgres"} 0 # HELP pg_stat_database_xact_commit Number of transactions in this database that have been committed # TYPE pg_stat_database_xact_commit counter pg_stat_database_xact_commit{datid="1",datname="template1"} 0 pg_stat_database_xact_commit{datid="16388",datname="dadus_prod"} 1.1742756e+07 pg_stat_database_xact_commit{datid="4",datname="template0"} 0 pg_stat_database_xact_commit{datid="5",datname="postgres"} 21925 # 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="16388",datname="dadus_prod"} 5929 pg_stat_database_xact_rollback{datid="4",datname="template0"} 0 pg_stat_database_xact_rollback{datid="5",datname="postgres"} 1 # 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="-1070231560927323817",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-109663407102034559",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-1277513264238214352",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-1408581177981056551",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-1567759994846337014",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-192108855711294905",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-2034187192216392875",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-2178443481458288927",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-2565669271273608176",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-2684640324126956395",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-2811881414229307868",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-333705788316667721",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-4104554698642919252",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-4157922678174458898",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-4336730503120331535",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-4493120256970783215",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-4512680423727368958",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-4533407692507931467",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-4664553294485783309",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-4710078477017882489",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-4827416397428613190",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-5005507328015773307",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-5073753659344856876",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-5079478032973009419",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-5327024596187972535",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-5343369710853663648",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-5570075697185174931",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-5647684756501020768",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-5741646539862322413",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-5973295373225478628",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-6075974752793072049",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-6596416947213999684",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-6614707502182028929",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-6656833120198629046",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-6684213322596858877",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-6920356794280681452",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-7239637315249096765",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-7494911318123095153",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-7549656227702573685",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-7597140088724958630",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-7770217921364716047",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-7778722137801665854",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-8041925697101394023",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-8185483222417567087",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-8217443962480986907",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-8486202049189604964",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-8639651223540230559",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-8979244730754652526",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-9152191756953929161",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-993586539924260156",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="1026127157048415961",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="1037764475215719817",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="1106032229150472292",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="1264051112309144562",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="1435162223936387159",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="1540877226798927157",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="1540952030266942336",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="1777116785823592647",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="187327439184110272",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="2084018719332487312",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="2304443665702035590",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="2331821647842817247",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="2503521422963881343",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="2628955376341594363",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="2648348660367719098",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="2706120637811690952",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="303027079585016735",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="3123819490090047127",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="364683086503646020",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="3801064663120944433",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="4239794108681096569",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="4328653927579577102",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="5178612543967502620",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="5179735636177555558",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="5690508042000135697",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="5764534204937728085",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="5829890914639456663",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="5833213263366359515",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="5868975578053510188",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="6313491832041493606",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="642753759182990671",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="6648034187017548688",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="6697030162581881662",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="6916725829599545672",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="7015971871105824494",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="7082577989946997101",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="7356887309431608786",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="7416759632905757398",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="7467439377420032001",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="7979558938104895377",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="8158401824044501660",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="8207445343163765616",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="8263182154797015330",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="8270068004660987854",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="8328882049828513083",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="8633725467953935218",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="8641263506904776124",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="8905762099465025524",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="8962776415606686310",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="9197214765175072787",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="-1070231560927323817",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-109663407102034559",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-1277513264238214352",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-1408581177981056551",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-1567759994846337014",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-192108855711294905",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-2034187192216392875",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-2178443481458288927",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-2565669271273608176",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-2684640324126956395",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-2811881414229307868",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-333705788316667721",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-4104554698642919252",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-4157922678174458898",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-4336730503120331535",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-4493120256970783215",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-4512680423727368958",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-4533407692507931467",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-4664553294485783309",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-4710078477017882489",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-4827416397428613190",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-5005507328015773307",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-5073753659344856876",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-5079478032973009419",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-5327024596187972535",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-5343369710853663648",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-5570075697185174931",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-5647684756501020768",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-5741646539862322413",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-5973295373225478628",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-6075974752793072049",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-6596416947213999684",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-6614707502182028929",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-6656833120198629046",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-6684213322596858877",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-6920356794280681452",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-7239637315249096765",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-7494911318123095153",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-7549656227702573685",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-7597140088724958630",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-7770217921364716047",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-7778722137801665854",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-8041925697101394023",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-8185483222417567087",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-8217443962480986907",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-8486202049189604964",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-8639651223540230559",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-8979244730754652526",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-9152191756953929161",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-993586539924260156",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="1026127157048415961",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="1037764475215719817",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="1106032229150472292",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="1264051112309144562",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="1435162223936387159",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="1540877226798927157",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="1540952030266942336",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="1777116785823592647",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="187327439184110272",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="2084018719332487312",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="2304443665702035590",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="2331821647842817247",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="2503521422963881343",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="2628955376341594363",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="2648348660367719098",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="2706120637811690952",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="303027079585016735",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="3123819490090047127",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="364683086503646020",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="3801064663120944433",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="4239794108681096569",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="4328653927579577102",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="5178612543967502620",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="5179735636177555558",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="5690508042000135697",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="5764534204937728085",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="5829890914639456663",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="5833213263366359515",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="5868975578053510188",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="6313491832041493606",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="642753759182990671",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="6648034187017548688",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="6697030162581881662",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="6916725829599545672",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="7015971871105824494",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="7082577989946997101",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="7356887309431608786",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="7416759632905757398",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="7467439377420032001",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="7979558938104895377",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="8158401824044501660",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="8207445343163765616",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="8263182154797015330",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="8270068004660987854",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="8328882049828513083",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="8633725467953935218",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="8641263506904776124",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="8905762099465025524",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="8962776415606686310",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="9197214765175072787",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="-1070231560927323817",user="postgres"} 100 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-109663407102034559",user="postgres"} 87 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-1277513264238214352",user="postgres"} 160 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-1408581177981056551",user="postgres"} 104 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-1567759994846337014",user="postgres"} 49 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-192108855711294905",user="postgres"} 152 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-2034187192216392875",user="postgres"} 90 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-2178443481458288927",user="postgres"} 725 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-2565669271273608176",user="postgres"} 30033 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-2684640324126956395",user="postgres"} 1835 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-2811881414229307868",user="postgres"} 104 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-333705788316667721",user="postgres"} 267 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-4104554698642919252",user="postgres"} 76 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-4157922678174458898",user="postgres"} 6233 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-4336730503120331535",user="postgres"} 6233 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-4493120256970783215",user="postgres"} 6725 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-4512680423727368958",user="postgres"} 6804 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-4533407692507931467",user="postgres"} 3245 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-4664553294485783309",user="postgres"} 40536 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-4710078477017882489",user="postgres"} 62 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-4827416397428613190",user="postgres"} 1536 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-5005507328015773307",user="postgres"} 39 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-5073753659344856876",user="postgres"} 10354 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-5079478032973009419",user="postgres"} 6690 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-5327024596187972535",user="postgres"} 198 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-5343369710853663648",user="postgres"} 11763 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-5570075697185174931",user="postgres"} 10404 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-5647684756501020768",user="postgres"} 45 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-5741646539862322413",user="postgres"} 11866 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-5973295373225478628",user="postgres"} 129 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-6075974752793072049",user="postgres"} 103 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-6596416947213999684",user="postgres"} 3 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-6614707502182028929",user="postgres"} 62 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-6656833120198629046",user="postgres"} 1411 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-6684213322596858877",user="postgres"} 30032 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-6920356794280681452",user="postgres"} 423 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-7239637315249096765",user="postgres"} 274 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-7494911318123095153",user="postgres"} 55 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-7549656227702573685",user="postgres"} 214 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-7597140088724958630",user="postgres"} 26981 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-7770217921364716047",user="postgres"} 36335 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-7778722137801665854",user="postgres"} 2079 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-8041925697101394023",user="postgres"} 6665 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-8185483222417567087",user="postgres"} 104 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-8217443962480986907",user="postgres"} 218 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-8486202049189604964",user="postgres"} 278 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-8639651223540230559",user="postgres"} 810 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-8979244730754652526",user="postgres"} 240 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-9152191756953929161",user="postgres"} 191 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-993586539924260156",user="postgres"} 90 pg_stat_statements_calls_total{datname="dadus_prod",queryid="1026127157048415961",user="postgres"} 6491 pg_stat_statements_calls_total{datname="dadus_prod",queryid="1037764475215719817",user="postgres"} 24126 pg_stat_statements_calls_total{datname="dadus_prod",queryid="1106032229150472292",user="postgres"} 7682 pg_stat_statements_calls_total{datname="dadus_prod",queryid="1264051112309144562",user="postgres"} 100 pg_stat_statements_calls_total{datname="dadus_prod",queryid="1435162223936387159",user="postgres"} 18055 pg_stat_statements_calls_total{datname="dadus_prod",queryid="1540877226798927157",user="postgres"} 18438 pg_stat_statements_calls_total{datname="dadus_prod",queryid="1540952030266942336",user="postgres"} 63 pg_stat_statements_calls_total{datname="dadus_prod",queryid="1777116785823592647",user="postgres"} 100 pg_stat_statements_calls_total{datname="dadus_prod",queryid="187327439184110272",user="postgres"} 90 pg_stat_statements_calls_total{datname="dadus_prod",queryid="2084018719332487312",user="postgres"} 228 pg_stat_statements_calls_total{datname="dadus_prod",queryid="2304443665702035590",user="postgres"} 11763 pg_stat_statements_calls_total{datname="dadus_prod",queryid="2331821647842817247",user="postgres"} 6306 pg_stat_statements_calls_total{datname="dadus_prod",queryid="2503521422963881343",user="postgres"} 254 pg_stat_statements_calls_total{datname="dadus_prod",queryid="2628955376341594363",user="postgres"} 40606 pg_stat_statements_calls_total{datname="dadus_prod",queryid="2648348660367719098",user="postgres"} 410 pg_stat_statements_calls_total{datname="dadus_prod",queryid="2706120637811690952",user="postgres"} 240 pg_stat_statements_calls_total{datname="dadus_prod",queryid="303027079585016735",user="postgres"} 17832 pg_stat_statements_calls_total{datname="dadus_prod",queryid="3123819490090047127",user="postgres"} 412 pg_stat_statements_calls_total{datname="dadus_prod",queryid="364683086503646020",user="postgres"} 90 pg_stat_statements_calls_total{datname="dadus_prod",queryid="3801064663120944433",user="postgres"} 10305 pg_stat_statements_calls_total{datname="dadus_prod",queryid="4239794108681096569",user="postgres"} 94 pg_stat_statements_calls_total{datname="dadus_prod",queryid="4328653927579577102",user="postgres"} 100 pg_stat_statements_calls_total{datname="dadus_prod",queryid="5178612543967502620",user="postgres"} 10447 pg_stat_statements_calls_total{datname="dadus_prod",queryid="5179735636177555558",user="postgres"} 42 pg_stat_statements_calls_total{datname="dadus_prod",queryid="5690508042000135697",user="postgres"} 100 pg_stat_statements_calls_total{datname="dadus_prod",queryid="5764534204937728085",user="postgres"} 37 pg_stat_statements_calls_total{datname="dadus_prod",queryid="5829890914639456663",user="postgres"} 10455 pg_stat_statements_calls_total{datname="dadus_prod",queryid="5833213263366359515",user="postgres"} 610 pg_stat_statements_calls_total{datname="dadus_prod",queryid="5868975578053510188",user="postgres"} 46 pg_stat_statements_calls_total{datname="dadus_prod",queryid="6313491832041493606",user="postgres"} 20007 pg_stat_statements_calls_total{datname="dadus_prod",queryid="642753759182990671",user="postgres"} 6728 pg_stat_statements_calls_total{datname="dadus_prod",queryid="6648034187017548688",user="postgres"} 268 pg_stat_statements_calls_total{datname="dadus_prod",queryid="6697030162581881662",user="postgres"} 27514 pg_stat_statements_calls_total{datname="dadus_prod",queryid="6916725829599545672",user="postgres"} 18055 pg_stat_statements_calls_total{datname="dadus_prod",queryid="7015971871105824494",user="postgres"} 7717 pg_stat_statements_calls_total{datname="dadus_prod",queryid="7082577989946997101",user="postgres"} 8 pg_stat_statements_calls_total{datname="dadus_prod",queryid="7356887309431608786",user="postgres"} 30032 pg_stat_statements_calls_total{datname="dadus_prod",queryid="7416759632905757398",user="postgres"} 104 pg_stat_statements_calls_total{datname="dadus_prod",queryid="7467439377420032001",user="postgres"} 10405 pg_stat_statements_calls_total{datname="dadus_prod",queryid="7979558938104895377",user="postgres"} 26726 pg_stat_statements_calls_total{datname="dadus_prod",queryid="8158401824044501660",user="postgres"} 81 pg_stat_statements_calls_total{datname="dadus_prod",queryid="8207445343163765616",user="postgres"} 120128 pg_stat_statements_calls_total{datname="dadus_prod",queryid="8263182154797015330",user="postgres"} 1460 pg_stat_statements_calls_total{datname="dadus_prod",queryid="8270068004660987854",user="postgres"} 90 pg_stat_statements_calls_total{datname="dadus_prod",queryid="8328882049828513083",user="postgres"} 10632 pg_stat_statements_calls_total{datname="dadus_prod",queryid="8633725467953935218",user="postgres"} 20535 pg_stat_statements_calls_total{datname="dadus_prod",queryid="8641263506904776124",user="postgres"} 10451 pg_stat_statements_calls_total{datname="dadus_prod",queryid="8905762099465025524",user="postgres"} 10452 pg_stat_statements_calls_total{datname="dadus_prod",queryid="8962776415606686310",user="postgres"} 133 pg_stat_statements_calls_total{datname="dadus_prod",queryid="9197214765175072787",user="postgres"} 467 # 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="-1070231560927323817",user="postgres"} 3921 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-109663407102034559",user="postgres"} 2507 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-1277513264238214352",user="postgres"} 160 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-1408581177981056551",user="postgres"} 3537 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-1567759994846337014",user="postgres"} 49 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-192108855711294905",user="postgres"} 2280 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-2034187192216392875",user="postgres"} 2407 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-2178443481458288927",user="postgres"} 36250 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-2565669271273608176",user="postgres"} 3.9853791e+07 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-2684640324126956395",user="postgres"} 1835 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-2811881414229307868",user="postgres"} 104 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-333705788316667721",user="postgres"} 267 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-4104554698642919252",user="postgres"} 3114 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-4157922678174458898",user="postgres"} 6233 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-4336730503120331535",user="postgres"} 6233 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-4493120256970783215",user="postgres"} 6725 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-4512680423727368958",user="postgres"} 6727 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-4533407692507931467",user="postgres"} 139902 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-4664553294485783309",user="postgres"} 40536 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-4710078477017882489",user="postgres"} 4180 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-4827416397428613190",user="postgres"} 81669 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-5005507328015773307",user="postgres"} 49 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-5073753659344856876",user="postgres"} 0 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-5079478032973009419",user="postgres"} 6630 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-5327024596187972535",user="postgres"} 806 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-5343369710853663648",user="postgres"} 28722 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-5570075697185174931",user="postgres"} 10404 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-5647684756501020768",user="postgres"} 450 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-5741646539862322413",user="postgres"} 91 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-5973295373225478628",user="postgres"} 330 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-6075974752793072049",user="postgres"} 103 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-6596416947213999684",user="postgres"} 3 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-6614707502182028929",user="postgres"} 2141 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-6656833120198629046",user="postgres"} 1411 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-6684213322596858877",user="postgres"} 3.002993e+06 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-6920356794280681452",user="postgres"} 423 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-7239637315249096765",user="postgres"} 857242 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-7494911318123095153",user="postgres"} 24196 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-7549656227702573685",user="postgres"} 586 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-7597140088724958630",user="postgres"} 20007 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-7770217921364716047",user="postgres"} 36335 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-7778722137801665854",user="postgres"} 2079 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-8041925697101394023",user="postgres"} 6666 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-8185483222417567087",user="postgres"} 104 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-8217443962480986907",user="postgres"} 109000 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-8486202049189604964",user="postgres"} 278 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-8639651223540230559",user="postgres"} 81000 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-8979244730754652526",user="postgres"} 240 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-9152191756953929161",user="postgres"} 50151 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-993586539924260156",user="postgres"} 1350 pg_stat_statements_rows_total{datname="dadus_prod",queryid="1026127157048415961",user="postgres"} 6491 pg_stat_statements_rows_total{datname="dadus_prod",queryid="1037764475215719817",user="postgres"} 24126 pg_stat_statements_rows_total{datname="dadus_prod",queryid="1106032229150472292",user="postgres"} 69 pg_stat_statements_rows_total{datname="dadus_prod",queryid="1264051112309144562",user="postgres"} 100 pg_stat_statements_rows_total{datname="dadus_prod",queryid="1435162223936387159",user="postgres"} 18048 pg_stat_statements_rows_total{datname="dadus_prod",queryid="1540877226798927157",user="postgres"} 18438 pg_stat_statements_rows_total{datname="dadus_prod",queryid="1540952030266942336",user="postgres"} 168869 pg_stat_statements_rows_total{datname="dadus_prod",queryid="1777116785823592647",user="postgres"} 100 pg_stat_statements_rows_total{datname="dadus_prod",queryid="187327439184110272",user="postgres"} 450 pg_stat_statements_rows_total{datname="dadus_prod",queryid="2084018719332487312",user="postgres"} 114000 pg_stat_statements_rows_total{datname="dadus_prod",queryid="2304443665702035590",user="postgres"} 11763 pg_stat_statements_rows_total{datname="dadus_prod",queryid="2331821647842817247",user="postgres"} 65082 pg_stat_statements_rows_total{datname="dadus_prod",queryid="2503521422963881343",user="postgres"} 12700 pg_stat_statements_rows_total{datname="dadus_prod",queryid="2628955376341594363",user="postgres"} 40606 pg_stat_statements_rows_total{datname="dadus_prod",queryid="2648348660367719098",user="postgres"} 18658 pg_stat_statements_rows_total{datname="dadus_prod",queryid="2706120637811690952",user="postgres"} 240 pg_stat_statements_rows_total{datname="dadus_prod",queryid="303027079585016735",user="postgres"} 94 pg_stat_statements_rows_total{datname="dadus_prod",queryid="3123819490090047127",user="postgres"} 5969 pg_stat_statements_rows_total{datname="dadus_prod",queryid="364683086503646020",user="postgres"} 450 pg_stat_statements_rows_total{datname="dadus_prod",queryid="3801064663120944433",user="postgres"} 10186 pg_stat_statements_rows_total{datname="dadus_prod",queryid="4239794108681096569",user="postgres"} 1410 pg_stat_statements_rows_total{datname="dadus_prod",queryid="4328653927579577102",user="postgres"} 100 pg_stat_statements_rows_total{datname="dadus_prod",queryid="5178612543967502620",user="postgres"} 2454 pg_stat_statements_rows_total{datname="dadus_prod",queryid="5179735636177555558",user="postgres"} 365904 pg_stat_statements_rows_total{datname="dadus_prod",queryid="5690508042000135697",user="postgres"} 100 pg_stat_statements_rows_total{datname="dadus_prod",queryid="5764534204937728085",user="postgres"} 1869 pg_stat_statements_rows_total{datname="dadus_prod",queryid="5829890914639456663",user="postgres"} 10455 pg_stat_statements_rows_total{datname="dadus_prod",queryid="5833213263366359515",user="postgres"} 610 pg_stat_statements_rows_total{datname="dadus_prod",queryid="5868975578053510188",user="postgres"} 299 pg_stat_statements_rows_total{datname="dadus_prod",queryid="6313491832041493606",user="postgres"} 20007 pg_stat_statements_rows_total{datname="dadus_prod",queryid="642753759182990671",user="postgres"} 6728 pg_stat_statements_rows_total{datname="dadus_prod",queryid="6648034187017548688",user="postgres"} 268 pg_stat_statements_rows_total{datname="dadus_prod",queryid="6697030162581881662",user="postgres"} 27514 pg_stat_statements_rows_total{datname="dadus_prod",queryid="6916725829599545672",user="postgres"} 18196 pg_stat_statements_rows_total{datname="dadus_prod",queryid="7015971871105824494",user="postgres"} 14481 pg_stat_statements_rows_total{datname="dadus_prod",queryid="7082577989946997101",user="postgres"} 8 pg_stat_statements_rows_total{datname="dadus_prod",queryid="7356887309431608786",user="postgres"} 3.9852464e+07 pg_stat_statements_rows_total{datname="dadus_prod",queryid="7416759632905757398",user="postgres"} 104 pg_stat_statements_rows_total{datname="dadus_prod",queryid="7467439377420032001",user="postgres"} 10405 pg_stat_statements_rows_total{datname="dadus_prod",queryid="7979558938104895377",user="postgres"} 26463 pg_stat_statements_rows_total{datname="dadus_prod",queryid="8158401824044501660",user="postgres"} 810 pg_stat_statements_rows_total{datname="dadus_prod",queryid="8207445343163765616",user="postgres"} 120128 pg_stat_statements_rows_total{datname="dadus_prod",queryid="8263182154797015330",user="postgres"} 0 pg_stat_statements_rows_total{datname="dadus_prod",queryid="8270068004660987854",user="postgres"} 3527 pg_stat_statements_rows_total{datname="dadus_prod",queryid="8328882049828513083",user="postgres"} 28357 pg_stat_statements_rows_total{datname="dadus_prod",queryid="8633725467953935218",user="postgres"} 20535 pg_stat_statements_rows_total{datname="dadus_prod",queryid="8641263506904776124",user="postgres"} 2.67259e+06 pg_stat_statements_rows_total{datname="dadus_prod",queryid="8905762099465025524",user="postgres"} 29141 pg_stat_statements_rows_total{datname="dadus_prod",queryid="8962776415606686310",user="postgres"} 849 pg_stat_statements_rows_total{datname="dadus_prod",queryid="9197214765175072787",user="postgres"} 233500 # 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="-1070231560927323817",user="postgres"} 1430.2819145200006 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-109663407102034559",user="postgres"} 994.7205717429999 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-1277513264238214352",user="postgres"} 937.1399306989999 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-1408581177981056551",user="postgres"} 1326.9914392700007 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-1567759994846337014",user="postgres"} 735.6283787869997 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-192108855711294905",user="postgres"} 829.0676840799999 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-2034187192216392875",user="postgres"} 738.8181022219999 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-2178443481458288927",user="postgres"} 623.5152502790007 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-2565669271273608176",user="postgres"} 651.8639641050032 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-2684640324126956395",user="postgres"} 780.8953069029993 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-2811881414229307868",user="postgres"} 1029.3918255929998 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-333705788316667721",user="postgres"} 1273.8406298429998 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-4104554698642919252",user="postgres"} 999.8268196099999 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-4157922678174458898",user="postgres"} 1909.9139212399948 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-4336730503120331535",user="postgres"} 853.3525864469972 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-4493120256970783215",user="postgres"} 7103.500441997981 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-4512680423727368958",user="postgres"} 8701.052699497004 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-4533407692507931467",user="postgres"} 739.1533957870025 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-4664553294485783309",user="postgres"} 5750.142892749042 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-4710078477017882489",user="postgres"} 837.697264991 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-4827416397428613190",user="postgres"} 681.141083900001 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-5005507328015773307",user="postgres"} 746.262718517 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-5073753659344856876",user="postgres"} 1575.8755012920012 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-5079478032973009419",user="postgres"} 7162.43505286299 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-5327024596187972535",user="postgres"} 647.7287825630001 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-5343369710853663648",user="postgres"} 22187.456002554034 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-5570075697185174931",user="postgres"} 6917.727535322005 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-5647684756501020768",user="postgres"} 1134.982425503 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-5741646539862322413",user="postgres"} 992.0813540649976 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-5973295373225478628",user="postgres"} 1211.449075683 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-6075974752793072049",user="postgres"} 838.7348987370002 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-6596416947213999684",user="postgres"} 920.755780169 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-6614707502182028929",user="postgres"} 821.0797936890002 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-6656833120198629046",user="postgres"} 1790.646957902997 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-6684213322596858877",user="postgres"} 1749.8248058579948 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-6920356794280681452",user="postgres"} 766.3349685400003 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-7239637315249096765",user="postgres"} 2248.5958853219995 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-7494911318123095153",user="postgres"} 991.6119042999998 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-7549656227702573685",user="postgres"} 1134.8132762530006 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-7597140088724958630",user="postgres"} 11134.861351030962 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-7770217921364716047",user="postgres"} 22863.20775872294 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-7778722137801665854",user="postgres"} 622.8918950899997 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-8041925697101394023",user="postgres"} 2788.443692066994 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-8185483222417567087",user="postgres"} 883.7313755270002 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-8217443962480986907",user="postgres"} 1084.9144200310002 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-8486202049189604964",user="postgres"} 9970.709270399988 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-8639651223540230559",user="postgres"} 1170.2872340820002 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-8979244730754652526",user="postgres"} 1385.9707750479995 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-9152191756953929161",user="postgres"} 652.7933186339999 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-993586539924260156",user="postgres"} 1155.8135428609994 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="1026127157048415961",user="postgres"} 5756.4840130149905 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="1037764475215719817",user="postgres"} 32577.88325084485 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="1106032229150472292",user="postgres"} 2051.767624168996 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="1264051112309144562",user="postgres"} 1204.2575866300003 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="1435162223936387159",user="postgres"} 5579.249449577003 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="1540877226798927157",user="postgres"} 13323.793062882034 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="1540952030266942336",user="postgres"} 1259.9387485040004 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="1777116785823592647",user="postgres"} 1243.235966715 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="187327439184110272",user="postgres"} 704.8669744700003 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="2084018719332487312",user="postgres"} 1093.1278373489997 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="2304443665702035590",user="postgres"} 17380.545578484995 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="2331821647842817247",user="postgres"} 1769.6158422859967 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="2503521422963881343",user="postgres"} 1076.7242448119996 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="2628955376341594363",user="postgres"} 47459.185808645125 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="2648348660367719098",user="postgres"} 1891.3606292200006 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="2706120637811690952",user="postgres"} 1403.5985691819994 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="303027079585016735",user="postgres"} 1945.8420698539992 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="3123819490090047127",user="postgres"} 858.9723076509993 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="364683086503646020",user="postgres"} 749.0034766859999 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="3801064663120944433",user="postgres"} 106226.73830569895 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="4239794108681096569",user="postgres"} 965.9090910079997 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="4328653927579577102",user="postgres"} 1385.265122436 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="5178612543967502620",user="postgres"} 1564.1048682680025 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="5179735636177555558",user="postgres"} 633.3968311159999 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="5690508042000135697",user="postgres"} 1134.519271728 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="5764534204937728085",user="postgres"} 776.052057208 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="5829890914639456663",user="postgres"} 1996.5603366019902 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="5833213263366359515",user="postgres"} 5458.716747744002 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="5868975578053510188",user="postgres"} 688.7939827860001 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="6313491832041493606",user="postgres"} 18078.43409359397 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="642753759182990671",user="postgres"} 5884.89688401997 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="6648034187017548688",user="postgres"} 1431.2693061000002 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="6697030162581881662",user="postgres"} 37093.48256896697 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="6916725829599545672",user="postgres"} 4467.802123527015 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="7015971871105824494",user="postgres"} 2838.933053846 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="7082577989946997101",user="postgres"} 1114.768521445 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="7356887309431608786",user="postgres"} 8688.491111691948 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="7416759632905757398",user="postgres"} 894.2886077999999 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="7467439377420032001",user="postgres"} 6907.529858259004 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="7979558938104895377",user="postgres"} 24674.10859215287 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="8158401824044501660",user="postgres"} 2468.2483990349997 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="8207445343163765616",user="postgres"} 616.1431563519996 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="8263182154797015330",user="postgres"} 756.3301036389997 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="8270068004660987854",user="postgres"} 688.891263504 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="8328882049828513083",user="postgres"} 1405.6575418119942 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="8633725467953935218",user="postgres"} 87497.29794803125 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="8641263506904776124",user="postgres"} 1427.485711323002 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="8905762099465025524",user="postgres"} 1451.445063428005 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="8962776415606686310",user="postgres"} 622.7970688530002 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="9197214765175072787",user="postgres"} 2255.4503436300015 # 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="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_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_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_breaks",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_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_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_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_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_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_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_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_holiday",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_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_posting",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_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_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_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_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_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_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_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_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_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_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_retropay",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_salary_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_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_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_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_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_work_location",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_api_builder_schema",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_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_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_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_country",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_data_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_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_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_master_data_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_menu_schema",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_metrics_schema",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_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_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_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_sequence",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_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_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_webhooks",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_window_schema",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwf_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_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="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_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_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_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_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_provider_logs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_pcataloguelines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_recipe_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_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_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_topup",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="lgs_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_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_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_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_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_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_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_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_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_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_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_warehouse",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ntn_menu_designer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="orders",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_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_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_bunit",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="qrtz_triggers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_customer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_customer_address",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_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_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_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_order",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_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_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="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="api_key",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 5 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 0 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"} 0 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_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_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_breaks",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_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_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_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_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_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_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_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_holiday",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_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_posting",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_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_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_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_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_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_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_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_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_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_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_retropay",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_salary_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_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_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_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_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_work_location",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_alternative_uom",schemaname="public"} 0 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 0 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 1 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_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_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_country",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_data_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"} 0 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_datamapping",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 0 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_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_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"} 0 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"} 0 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_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_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"} 0 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 0 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_process_window_schema",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_reference_schema",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 0 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_report",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 0 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"} 0 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_sequence",schemaname="public"} 1075 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_sqlquery_log",schemaname="public"} 0 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"} 0 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"} 0 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"} 6 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_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"} 0 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_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_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"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwf_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"} 0 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 0 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_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="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"} 0 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_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"} 0 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 0 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 0 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"} 0 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"} 0 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 0 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_event_calendar",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 0 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_transaction",schemaname="public"} 0 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_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"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_pcataloguelines",schemaname="public"} 11 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"} 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"} 931 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 0 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_till_health",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 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_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_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"} 3 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 1 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"} 197 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 0 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 0 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_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_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_bank_statement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 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_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 277 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 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"} 0 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 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_sal_inv_tcs",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_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_payment",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_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_paymentplan",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_transactions",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_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"} 0 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_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"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_costing_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"} 2 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_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"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_material_request",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_movement",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_movementline",schemaname="public"} 0 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_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"} 1 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_product_category",schemaname="public"} 0 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"} 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"} 0 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_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_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"} 1 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"} 0 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"} 47 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 5 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_stock_count_line",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"} 4 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"} 0 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 0 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"} 19 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 0 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"} 18 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 0 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"} 0 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"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_wastageline",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="ntn_menu_designer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 0 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_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"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_invoice",schemaname="public"} 6 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 0 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_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 5 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_order",schemaname="public"} 8 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_orderline",schemaname="public"} 0 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 8 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 0 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_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_workorder",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_order",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="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"} 41 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 123 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"} 2567 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"} 81 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_customer",schemaname="public"} 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_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"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_invoice",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_invoiceline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 0 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 1 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_order",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_orderline",schemaname="public"} 0 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 1 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_productprice",schemaname="public"} 0 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"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_service_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="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="api_key",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 0 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"} 0 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_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_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_breaks",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_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_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_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_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_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_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_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_holiday",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_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_posting",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_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_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_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_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_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_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_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_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_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_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_retropay",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_salary_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_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_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_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_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_work_location",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_alternative_uom",schemaname="public"} 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"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 0 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"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 0 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_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_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_country",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_data_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"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_integration_datamapping",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 0 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_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_master_data_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_menu_schema",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_metrics_schema",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_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"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_process_schema",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_process_window_schema",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_reference_schema",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 0 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_schema",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_role",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_sequence",schemaname="public"} 1080 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"} 0 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"} 1 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_division_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_user_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_user_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_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"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwf_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"} 0 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_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="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_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"} 0 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"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 0 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"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 0 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"} 0 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_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_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_transaction",schemaname="public"} 0 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_provider_logs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_pcataloguelines",schemaname="public"} 7 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"} 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"} 637 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 0 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_till_health",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_recipe_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_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"} 0 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_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"} 159 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"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 0 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"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 0 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"} 0 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_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_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_bank_statement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 258 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_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 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"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 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_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_payment",schemaname="public"} 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_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_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_transactions",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_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"} 0 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_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_costing_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"} 0 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_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"} 0 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_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"} 0 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_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"} 0 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"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_product_manufacturing",schemaname="public"} 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"} 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"} 0 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_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_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"} 0 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"} 0 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"} 3 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_stock_count_line",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"} 0 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"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 0 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"} 10 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 0 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"} 12 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="orders",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="otp_audit_log",schemaname="public"} 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_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 0 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_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 2 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_order",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 2 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_bunit",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 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="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"} 39 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 111 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"} 2878 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"} 110 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_customer",schemaname="public"} 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_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_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"} 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_order",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"} 0 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_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_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="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="api_key",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 1.45728e+06 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 42823 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"} 5749 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="c_bp_taxcategory",schemaname="public"} 8651 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_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_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_breaks",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_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_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"} 87 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_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_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_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_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_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_holiday",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_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_posting",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_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_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_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_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_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_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_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_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_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_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_retropay",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_salary_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_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_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_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_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_work_location",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_alternative_uom",schemaname="public"} 17 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"} 51181 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 0 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_audit_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 240 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"} 2.270748e+06 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_city",schemaname="public"} 4495 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"} 32 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_country",schemaname="public"} 1035 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"} 304 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_data_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"} 4495 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_doctype",schemaname="public"} 5 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_file",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 20 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_datamapping",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 6754 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_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_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"} 183 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"} 22 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"} 2138 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_permission_set_access",schemaname="public"} 5 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"} 68244 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_process_access",schemaname="public"} 4671 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"} 328787 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"} 9322 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_process_window_schema",schemaname="public"} 1186 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_reference_schema",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_region",schemaname="public"} 79320 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_releases",schemaname="public"} 0 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"} 7051 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 25216 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 29470 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_role",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_sequence",schemaname="public"} 91534 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_sqlquery_log",schemaname="public"} 4 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"} 7913 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"} 1200 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"} 136701 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"} 2.764192e+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"} 111774 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 167826 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_user_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"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_user_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"} 507 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_webhooks",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_window",schemaname="public"} 5.227723e+06 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 163257 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_window_schema",schemaname="public"} 328562 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwc_channel",schemaname="public"} 51221 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_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwf_workflow",schemaname="public"} 4 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 441 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 8 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"} 365724 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"} 231942 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_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="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_b2c_customer_segment",schemaname="public"} 89553 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_cashup_sync",schemaname="public"} 129 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_configurations",schemaname="public"} 19192 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_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"} 3179 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 0 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"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_fb_production_center",schemaname="public"} 37215 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_fb_table",schemaname="public"} 10186 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"} 0 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"} 40 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 0 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"} 365 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_event_calendar",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 388 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 11675 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"} 42 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_menutimeslot",schemaname="public"} 158223 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_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"} 13394 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 3999 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_pcataloguelines",schemaname="public"} 1.526771e+06 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 10395 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_till_health",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 3344 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_recipe_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_rules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_store_dailyops",schemaname="public"} 68938 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 103265 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_till",schemaname="public"} 1.366289e+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"} 167 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 11063 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_till_login_logout",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 6541 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 3465 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 6812 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"} 351 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 258 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 822 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_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"} 1742 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cww_task",schemaname="public"} 5185 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_account",schemaname="public"} 2.061865e+06 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 0 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_bank_statement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 287 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 477 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_expvoucher",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 6 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"} 369360 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"} 541 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 5 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 12 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"} 14877 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 1 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_lin_pinv_tds",schemaname="public"} 4 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_lin_tcs_setup",schemaname="public"} 231998 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_payment",schemaname="public"} 2314 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"} 20771 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 2 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"} 200 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 1.073828e+06 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 277039 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 8.321914e+06 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 2.456233e+06 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 19047 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"} 502920 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"} 752 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"} 2 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_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"} 2 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_addon_group",schemaname="public"} 862 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.462515e+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"} 63508 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_costing_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"} 410039 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"} 19352 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 2.332847e+06 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_inventory_issueline",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"} 188 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"} 285017 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_material_request",schemaname="public"} 815 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_movement",schemaname="public"} 219550 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_movementline",schemaname="public"} 231 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_pricing_catalogue",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_pricing_ccategory",schemaname="public"} 420 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_pricing_pcategory",schemaname="public"} 420 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"} 420 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_pricingrule",schemaname="public"} 18514 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"} 2.1181342e+07 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 128 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"} 262924 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_product_category",schemaname="public"} 4.301083e+06 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_product_group",schemaname="public"} 11887 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"} 231942 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"} 72 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"} 339451 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"} 338817 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_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_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"} 148215 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"} 85036 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"} 1.3047823e+07 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 60465 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 4 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_stockadj_reason",schemaname="public"} 188 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"} 41 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_storagebin",schemaname="public"} 1.910345e+06 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 6818 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_tracker",schemaname="public"} 895 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_trackertype",schemaname="public"} 231942 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_transaction",schemaname="public"} 237805 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"} 336706 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 749000 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_transferorder",schemaname="public"} 1.323753e+06 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 2.024287e+06 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 199652 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 6567 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_transferrequest",schemaname="public"} 3.211671e+06 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 1.317701e+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"} 0 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"} 170950 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"} 73040 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"} 221 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"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="orders",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_agent",schemaname="public"} 39148 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_invoice",schemaname="public"} 1.012803e+06 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 21872 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_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"} 170477 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"} 667532 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"} 112 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_productprice",schemaname="public"} 82 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"} 751292 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"} 85558 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"} 9 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_workorder",schemaname="public"} 56057 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 2551 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 2551 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"} 2551 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 2551 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"} 53506 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"} 0 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"} 724567 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"} 56057 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"} 653 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"} 895 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 0 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"} 4 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"} 10497 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_customer",schemaname="public"} 2.187784e+06 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"} 2.475254e+06 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_customer_category",schemaname="public"} 11762 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"} 14251 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 411 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_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"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_invoice",schemaname="public"} 551070 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"} 3.3085974e+07 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 1.59899e+06 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_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_order",schemaname="public"} 3.4972568e+07 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 115834 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_orderline",schemaname="public"} 1.62350612e+08 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 31 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"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_pfinvoice_line",schemaname="public"} 0 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"} 29784 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_pricelist_version",schemaname="public"} 2020 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_productprice",schemaname="public"} 1.807315e+06 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_quotation",schemaname="public"} 52 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_quotation_line_addons",schemaname="public"} 2 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_rfq",schemaname="public"} 2 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_route_plan",schemaname="public"} 889 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"} 10174 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_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="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="api_key",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 1.3682e+06 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 1057 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"} 4300 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_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_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_breaks",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_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_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_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_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_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_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_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_holiday",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_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_posting",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_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_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_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_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_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_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_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_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_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_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_retropay",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_salary_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_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_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_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_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_work_location",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_alternative_uom",schemaname="public"} 17 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"} 51181 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 0 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_audit_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 240 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"} 2.603597e+06 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_country",schemaname="public"} 973 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"} 304 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_data_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"} 5 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_file",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 20 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_datamapping",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_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_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"} 146 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"} 22 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"} 2118 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_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"} 67647 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_process_access",schemaname="public"} 6929 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"} 328787 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"} 9322 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_process_window_schema",schemaname="public"} 1186 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_reference_schema",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_region",schemaname="public"} 78671 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_releases",schemaname="public"} 0 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"} 3154 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 30223 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 29430 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_role",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_sequence",schemaname="public"} 89483 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_sqlquery_log",schemaname="public"} 4 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"} 7889 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"} 1132 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"} 136699 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"} 2.764192e+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"} 111516 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 167826 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_user_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"} 0 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_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_webhooks",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_window",schemaname="public"} 1.50744e+06 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 169271 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_window_schema",schemaname="public"} 328562 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwf_workflow",schemaname="public"} 4 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 441 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 8 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"} 600 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_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="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"} 129 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_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_fb_production_center",schemaname="public"} 35797 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_fb_table",schemaname="public"} 0 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"} 0 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"} 40 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 0 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"} 260 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_event_calendar",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 388 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 2460 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"} 42 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_loyalty_transaction",schemaname="public"} 0 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_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"} 13394 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 3999 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_pcataloguelines",schemaname="public"} 1.5323004e+07 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 10329 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_till_health",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 954 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_recipe_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_rules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_store_dailyops",schemaname="public"} 8304 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 102061 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.269403e+06 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 167 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 10247 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_till_login_logout",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 5030 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 3853 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"} 258 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 411 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_topup",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_account",schemaname="public"} 309 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 0 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_bank_statement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 477 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_expvoucher",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 6 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"} 368840 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"} 534 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 5 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 12 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"} 14874 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 1 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_lin_pinv_tds",schemaname="public"} 4 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_payment",schemaname="public"} 2222 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"} 13670 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 1 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 1.1320831e+07 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 271410 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 8.232709e+06 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 2.575308e+06 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 19043 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"} 502655 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"} 2 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_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"} 2 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_addon_group",schemaname="public"} 862 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"} 0 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"} 50961 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_costing_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"} 16707 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 2.251501e+06 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_inventory_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"} 1.645328e+06 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_material_request",schemaname="public"} 815 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_movement",schemaname="public"} 218818 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_movementline",schemaname="public"} 213 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_pricing_catalogue",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_pricingrule",schemaname="public"} 50 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_product",schemaname="public"} 2.0770463e+07 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 0 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"} 667858 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_product_category",schemaname="public"} 3.76359e+06 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_product_group",schemaname="public"} 11468 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"} 72 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"} 333194 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"} 337151 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_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_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"} 1.2527327e+07 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_shipmentline",schemaname="public"} 148845 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"} 8.0634872e+07 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 59895 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 4 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.910423e+06 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 6352 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"} 1.918961364e+09 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_transferissue",schemaname="public"} 566235 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 1.7343443e+07 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_transferorder",schemaname="public"} 1.171246e+06 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 720806 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"} 47665 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 101298 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_transferrequest",schemaname="public"} 3.030555e+06 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 2.081165e+06 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_unitcost",schemaname="public"} 0 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"} 170950 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"} 73036 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"} 144 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"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="orders",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_invoice",schemaname="public"} 136169 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 19595 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_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"} 123134 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"} 661127 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"} 82 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"} 282562 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"} 85276 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"} 8 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 0 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"} 310967 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="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 0 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"} 10497 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_customer",schemaname="public"} 2.165547e+06 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"} 1.735578e+06 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_customer_category",schemaname="public"} 10188 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"} 1 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 354 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_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"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_invoice",schemaname="public"} 5.5780649e+07 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"} 7.4391235e+07 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"} 6.854895e+06 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_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_order",schemaname="public"} 4.67740069e+08 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 143484 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_orderline",schemaname="public"} 3.64602728e+08 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 31 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"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_pfinvoice_line",schemaname="public"} 0 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"} 27606 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_productprice",schemaname="public"} 2.515301e+06 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_quotation",schemaname="public"} 52 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_quotation_line_addons",schemaname="public"} 2 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_service_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="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="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_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_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_breaks",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_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_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_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_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_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_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_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_holiday",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_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_posting",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_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_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_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_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_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_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_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_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_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_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_retropay",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_salary_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_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_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_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_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_work_location",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_api_builder_schema",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_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_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_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_country",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_data_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_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_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_master_data_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_menu_schema",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_metrics_schema",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_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_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_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_sequence",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_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_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_webhooks",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_window_schema",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwf_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_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="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_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_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_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_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_provider_logs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_pcataloguelines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_recipe_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_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_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_topup",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="lgs_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_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_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_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_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_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_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_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_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_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_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_warehouse",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ntn_menu_designer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="orders",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_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_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_bunit",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="qrtz_triggers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_customer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_customer_address",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_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_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_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_order",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_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_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="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="api_key",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 1.76597771e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 0 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"} 0 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_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_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_breaks",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_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_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_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_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_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_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_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_holiday",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_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_posting",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_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_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_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_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_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_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_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_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_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_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_retropay",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_salary_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_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_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_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_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_work_location",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_alternative_uom",schemaname="public"} 0 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"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 0 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"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 1.76562663e+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_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_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_country",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_data_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"} 0 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_datamapping",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 0 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_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_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"} 0 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"} 0 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_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_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"} 0 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"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 0 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"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_process_window_schema",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_reference_schema",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 0 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"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_report",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 0 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"} 0 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_sequence",schemaname="public"} 1.76597915e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_sqlquery_log",schemaname="public"} 0 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"} 0 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"} 0 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.765953529e+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_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"} 0 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_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_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"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwf_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"} 0 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"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 0 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_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="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"} 0 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_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"} 0 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"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 0 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"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 0 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"} 0 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"} 0 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"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 0 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_event_calendar",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 0 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_transaction",schemaname="public"} 0 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_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"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_pcataloguelines",schemaname="public"} 1.765975019e+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"} 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.76597915e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 0 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_till_health",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 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_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_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.765938273e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 1.76573616e+09 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.76597867e+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"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 0 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"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 0 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_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_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_bank_statement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 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_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 1.765978069e+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"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 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"} 0 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"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 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_sal_inv_tcs",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_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_payment",schemaname="public"} 1.765818305e+09 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_paymentplan",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 1.765966675e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_transactions",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_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"} 0 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_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"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_costing_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.76585556e+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_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.765869066e+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_material_request",schemaname="public"} 1.765785158e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_movement",schemaname="public"} 1.765867865e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_movementline",schemaname="public"} 0 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_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.765962163e+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"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_product_category",schemaname="public"} 0 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"} 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"} 0 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_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_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.765795369e+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"} 0 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.76597705e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 1.765977109e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_stock_count_line",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.765959401e+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"} 0 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"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 0 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.765920807e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 1.765871827e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 0 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.765920747e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 0 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"} 0 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.765646267e+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.765942235e+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"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 0 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_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"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_invoice",schemaname="public"} 1.765889054e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 0 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_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 1.765888874e+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.765970746e+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"} 0 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"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 1.765968825e+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"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 0 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_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_workorder",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 0 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.765868286e+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="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.765977649e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 1.765978249e+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"} 1.76597927e+09 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.765977949e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_customer",schemaname="public"} 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_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"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_invoice",schemaname="public"} 1.765798551e+09 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"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 0 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"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 1.765712261e+09 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_order",schemaname="public"} 1.765696769e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_orderline",schemaname="public"} 0 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"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 1.765782156e+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_productprice",schemaname="public"} 0 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"} 1.765803413e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_service_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="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="api_key",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 0 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"} 0 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_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_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_breaks",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_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_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_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_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_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_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_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_holiday",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_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_posting",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_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_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_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_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_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_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_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_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_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_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_retropay",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_salary_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_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_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_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_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_work_location",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_alternative_uom",schemaname="public"} 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"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 0 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"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 0 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_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_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_country",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_data_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"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_integration_datamapping",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 0 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_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_master_data_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_menu_schema",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_metrics_schema",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_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"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_process_schema",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_process_window_schema",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_reference_schema",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 0 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_schema",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_role",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_sequence",schemaname="public"} 1.76597897e+09 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"} 0 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.765796584e+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_division_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_user_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_user_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_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"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwf_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"} 0 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_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="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_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"} 0 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"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 0 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"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 0 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"} 0 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_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_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_transaction",schemaname="public"} 0 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_provider_logs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_pcataloguelines",schemaname="public"} 1.765975018e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 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.76597915e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 0 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_till_health",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_recipe_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_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"} 0 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_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.765975548e+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"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 0 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"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 0 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"} 0 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_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_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_bank_statement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 1.76597771e+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_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 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"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 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_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_payment",schemaname="public"} 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_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_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_transactions",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_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"} 0 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_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_costing_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"} 0 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_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"} 0 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_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"} 0 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_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"} 0 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"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_product_manufacturing",schemaname="public"} 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"} 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"} 0 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_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_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"} 0 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"} 0 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.765892476e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_stock_count_line",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"} 0 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"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 0 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.765920806e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_transferrequest",schemaname="public"} 1.765920686e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="orders",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="otp_audit_log",schemaname="public"} 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_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 0 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_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 1.765888813e+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"} 0 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"} 0 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"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 1.765951238e+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_bunit",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 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="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.765965644e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 1.765973447e+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"} 1.76597909e+09 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.765973447e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_customer",schemaname="public"} 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_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.765798627e+09 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"} 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_order",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"} 0 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_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_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="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="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_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_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_breaks",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_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_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_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_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_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_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_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_holiday",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_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_posting",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_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_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_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_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_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_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_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_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_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_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_retropay",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_salary_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_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_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_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_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_work_location",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_api_builder_schema",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_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_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_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_country",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_data_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_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_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_master_data_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_menu_schema",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_metrics_schema",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_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_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_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_sequence",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_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_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_webhooks",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_window_schema",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwf_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_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="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_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_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_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_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_provider_logs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_pcataloguelines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_recipe_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_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_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_topup",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="lgs_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_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_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_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_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_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_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_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_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_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_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_warehouse",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ntn_menu_designer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="orders",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_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_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_bunit",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="qrtz_triggers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_customer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_customer_address",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_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_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_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_order",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_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_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="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="api_key",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 1770 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 5 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"} 0 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_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_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_breaks",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_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_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_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_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_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_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_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_holiday",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_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_posting",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_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_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_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_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_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_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_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_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_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_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_retropay",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_salary_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_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_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_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_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_work_location",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_alternative_uom",schemaname="public"} 4 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_app_access",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 273 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"} 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_city",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_data_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"} 2 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"} 0 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_datamapping",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_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_master_data_config",schemaname="public"} 20 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"} 1 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"} 5 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"} 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"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_process",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_process_access",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_process_log",schemaname="public"} 3412 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 7562 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_process_schema",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_process_window_schema",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_reference_schema",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 2 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_releases",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_report",schemaname="public"} 8 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 2 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_role",schemaname="public"} 3 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_sequence",schemaname="public"} 39 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_sqlquery_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_table_schema",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_taxcategory",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_user",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 18329 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_user_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"} 0 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_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_webhooks",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 4 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_window_schema",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwf_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"} 79 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 1 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"} 12 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_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="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"} 1 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_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 0 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"} 0 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"} 3 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 24 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_transaction",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_pcataloguelines",schemaname="public"} 649 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_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 16 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_till_health",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_recipe_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_rules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_store_dailyops",schemaname="public"} 400 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 390 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"} 24 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"} 14 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 89 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_till_login_logout",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 592 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"} 55 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"} 1 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 89 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 32 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 2 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 1 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"} 54 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"} 7 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_journal",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 3 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 0 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"} 26 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_payment",schemaname="public"} 19 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 2 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 134759 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 18203 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 19334 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 796 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 1920 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="lgs_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_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"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_costing_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"} 1043 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_inventory_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"} 9939 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_material_request",schemaname="public"} 101 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_movement",schemaname="public"} 833 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_movementline",schemaname="public"} 39 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_pricing_catalogue",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_pricingrule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_product",schemaname="public"} 920 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 0 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"} 5 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"} 1 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"} 4 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"} 0 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"} 24 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"} 790 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_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_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"} 29571 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"} 25 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"} 5578 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 625 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 2 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_storagebin",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 505 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"} 173968 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"} 275 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 12792 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"} 350 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 7108 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 58542 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 108 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 7 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"} 8879 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 14594 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"} 0 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"} 1 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"} 42 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"} 113 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"} 34 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 4 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="ntn_window_designer",schemaname="public"} 0 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"} 0 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"} 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_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"} 608 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 4 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_invoicelinetax",schemaname="public"} 9 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 82 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"} 743 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"} 1027 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"} 410 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 2166 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"} 13 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"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_supplier_address",schemaname="public"} 3 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_supplier_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"} 5 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 1558 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"} 12782 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="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"} 45 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 36 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"} 56 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"} 37 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_customer",schemaname="public"} 7 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"} 5 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 0 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_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"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_invoice",schemaname="public"} 7778 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"} 120 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 41 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 662 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 277707 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_order",schemaname="public"} 111174 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 10125 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_orderline",schemaname="public"} 7864 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 23 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 4 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 859 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 104576 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"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_pricelist",schemaname="public"} 2 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_productprice",schemaname="public"} 6 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_quotation",schemaname="public"} 2 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_quotation_line_addons",schemaname="public"} 5 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_quotation_line_pricing_rule",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_quotation_linetax",schemaname="public"} 20 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_quotation_tax",schemaname="public"} 40 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"} 1 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_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="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="api_key",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 21421 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 174 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"} 0 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"} 10405 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_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_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_breaks",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_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_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_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_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_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_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_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_holiday",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_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_posting",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_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_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_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_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_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_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_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_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_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_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_retropay",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_salary_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_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_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_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_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_work_location",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_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_alert",schemaname="public"} 299 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_alternative_uom",schemaname="public"} 2 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"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 0 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_audit_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 38456 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"} 2090 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 1612 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_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_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"} 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_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_load_config",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"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_file",schemaname="public"} 302 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 0 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_datamapping",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 6754 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_integrations",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_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"} 0 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"} 0 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"} 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"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_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"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_process_access",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_process_log",schemaname="public"} 52927 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 1535 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 47056 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"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_process_window_schema",schemaname="public"} 0 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_reference_schema",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 712 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"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_report",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 2 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 3 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 0 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_sequence",schemaname="public"} 47 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_sqlquery_log",schemaname="public"} 400 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"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 635538 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 1 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"} 0 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_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_webhooks",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwf_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"} 388 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 9 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"} 170 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 64 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 4 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_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="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"} 128 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_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"} 0 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"} 6725 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"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 0 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"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 8 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_event_calendar",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 146 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_transaction",schemaname="public"} 194 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_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"} 0 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"} 0 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"} 25729 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"} 18261 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"} 7 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 12480 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_till_health",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 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_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_rules",schemaname="public"} 0 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"} 0 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"} 2398 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 5403 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"} 51 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"} 2721 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 813 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"} 129 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 1499 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 3465 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 2959 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"} 351 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 411 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_wallet",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"} 0 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_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_bank_statement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 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_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 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_expvoucher",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 2 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 1 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"} 120 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"} 82 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 12 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 2 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 2 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 300 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 9683 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_lin_pinv_tds",schemaname="public"} 4 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 0 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"} 5 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_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"} 5626 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 355 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_paymentplan",schemaname="public"} 175 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_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 732887 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 18381 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 18200 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 17720 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 18861 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"} 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"} 457 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_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"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_costing_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"} 16497 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 0 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"} 107832 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_material_request",schemaname="public"} 382 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_movement",schemaname="public"} 23752 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_movementline",schemaname="public"} 7088 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"} 0 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_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"} 0 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"} 6235 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 0 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"} 93 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_product_category",schemaname="public"} 0 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"} 6 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"} 1 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_product_meta",schemaname="public"} 86 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"} 0 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"} 133 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"} 757 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_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_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"} 718745 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"} 40671 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"} 42485 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 12780 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 5888 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"} 1 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 2881 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"} 202124 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"} 727 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 12581 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"} 50068 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 15218 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 652422 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 815 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 12640 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"} 51341 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 15346 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"} 5 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"} 0 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"} 1 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"} 1110 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"} 20161 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"} 1 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 1 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_window_designer",schemaname="public"} 0 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"} 9 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_invoice",schemaname="public"} 4369 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 964 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_invoicelinetax",schemaname="public"} 1347 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 7805 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"} 6170 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"} 756 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"} 1080 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 12071 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 0 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"} 98 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 35 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"} 1 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"} 1 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"} 1 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 107348 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"} 383649 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="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"} 7 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 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"} 2 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="qrtz_triggers",schemaname="public"} 7 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_customer",schemaname="public"} 10 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"} 12 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 0 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"} 4 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 8 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 0 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_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"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_invoice",schemaname="public"} 698470 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"} 40764 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 23572 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 3 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 81446 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 1.676598e+06 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_order",schemaname="public"} 729087 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 63065 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_orderline",schemaname="public"} 40960 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 352 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_orderline_meta",schemaname="public"} 459 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 493 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 53177 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 1.15128e+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"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_pfinvoice_tax",schemaname="public"} 0 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_productprice",schemaname="public"} 60 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 4 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"} 1 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_quotation_line_addons",schemaname="public"} 4 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"} 2 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_quotation_tax",schemaname="public"} 84 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_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="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="api_key",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 36 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 185 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"} 0 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"} 10405 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_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_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_breaks",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_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_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_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_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_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_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_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_holiday",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_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_posting",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_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_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_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_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_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_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_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_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_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_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_retropay",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_salary_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_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_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_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_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_work_location",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_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_alert",schemaname="public"} 299 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_alternative_uom",schemaname="public"} 15 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_app_access",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 0 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_audit_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 38456 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"} 2090 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 162 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"} 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_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"} 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_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_currency",schemaname="public"} 0 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_load_config",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"} 2 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_file",schemaname="public"} 302 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_datamapping",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 6754 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_integrations",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_master_data_config",schemaname="public"} 20 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"} 1 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"} 8 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"} 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_process_access",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_process_log",schemaname="public"} 52927 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 1535 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 112212 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_process_window_schema",schemaname="public"} 0 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_reference_schema",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 716 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_releases",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_report",schemaname="public"} 9 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 2 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 9 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 43 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 0 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"} 3 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 0 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_sequence",schemaname="public"} 26 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_sqlquery_log",schemaname="public"} 400 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"} 0 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"} 0 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"} 0 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"} 4 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 23096 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 1 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"} 0 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_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_webhooks",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 6 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_window_schema",schemaname="public"} 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="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_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"} 784 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 13 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"} 170 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 259 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 4 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_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="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"} 256 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_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"} 0 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"} 6725 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 0 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"} 0 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"} 0 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"} 16 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 16 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"} 0 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_event_calendar",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 340 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_transaction",schemaname="public"} 194 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_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"} 2 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 0 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"} 0 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"} 691 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"} 18261 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"} 24 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 12480 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_till_health",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 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_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_rules",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_store_dailyops",schemaname="public"} 25 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 293 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"} 16 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"} 2888 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 3363 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"} 129 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 3219 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 3465 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 3347 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"} 351 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 63 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 822 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_wallet",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"} 0 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_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_bank_statement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 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_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 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_expvoucher",schemaname="public"} 33 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 6 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 2 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"} 58 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"} 96 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 16 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 4 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 2 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 602 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 9683 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_lin_pinv_tds",schemaname="public"} 4 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 0 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"} 5 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_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"} 158 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 355 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 177 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_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 2663 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 36579 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 55751 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 19305 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 37734 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"} 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"} 457 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_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"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_costing_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"} 1074 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_inventoryline",schemaname="public"} 724 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_material_request",schemaname="public"} 62 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_movement",schemaname="public"} 769 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_movementline",schemaname="public"} 7219 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"} 0 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_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"} 0 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"} 52 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 0 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"} 99 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"} 4 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_product_images",schemaname="public"} 6 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"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_product_meta",schemaname="public"} 110 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"} 0 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"} 579 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"} 1725 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_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_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"} 24909 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"} 40691 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"} 722 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 110 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 5893 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"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 282 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"} 384152 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"} 2651 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 25311 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"} 1383 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 47222 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 16560 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 2443 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 12654 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"} 371 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 41447 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"} 5 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"} 2 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_warehouse_assignment_rules",schemaname="public"} 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"} 127 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"} 29 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"} 42 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 16 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_window_designer",schemaname="public"} 0 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"} 16 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_invoice",schemaname="public"} 373 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 966 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_invoicelinetax",schemaname="public"} 1349 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 206 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"} 52 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"} 2748 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"} 1900 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 886 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 0 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"} 133 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 35 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"} 5 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"} 5 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"} 6 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 107348 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"} 16107 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="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"} 5 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 9 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"} 6 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"} 8 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_customer",schemaname="public"} 46 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_customer_address",schemaname="public"} 23 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 0 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"} 4 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 8 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 0 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_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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_invoice",schemaname="public"} 23508 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"} 41080 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 23644 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 3 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 82576 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 99206 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_order",schemaname="public"} 59161 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 103720 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_orderline",schemaname="public"} 56117 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 432 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_orderline_meta",schemaname="public"} 459 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 501 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 54633 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 47990 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_pricelist",schemaname="public"} 2 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_productprice",schemaname="public"} 69 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 4 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_quotation",schemaname="public"} 51 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_quotation_line",schemaname="public"} 11 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_quotation_line_addons",schemaname="public"} 9 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_quotation_line_pricing_rule",schemaname="public"} 2 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_quotation_linetax",schemaname="public"} 42 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"} 2 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_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="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="api_key",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="brand",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_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_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_breaks",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_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_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_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_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_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_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_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_holiday",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_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_posting",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_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_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_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_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_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_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_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_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_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_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_retropay",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_salary_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_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_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_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_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_work_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_alternative_uom",schemaname="public"} 3 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_app_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_bunit_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_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_country",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_data_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"} 0 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_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_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_master_data_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_menu_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_metrics_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_process_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_process_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_process_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_process_window_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_reference_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 2 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_releases",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_report",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_report_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_sequence",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"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_user_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_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_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"} 4 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_window_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwf_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_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="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_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_loyalty_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_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_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"} 898 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_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 18252 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_till_health",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_recipe_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_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_store_dailyops",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_till",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_till_login_logout",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 2 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"} 7 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_journal",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 1 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 1 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 1 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 4 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 790 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 4 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_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_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_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_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_inventoryline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_movementline",schemaname="public"} 18 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_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"} 0 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"} 1 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"} 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_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_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"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 2 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 2 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_storagebin",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_transferissue",schemaname="public"} 2 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 74 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_transferorder",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 7 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"} 8 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 185 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"} 2 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"} 52 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ntn_menu_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="orders",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_invoicelinetax",schemaname="public"} 1 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 2515 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"} 8 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"} 17 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"} 410 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 5240 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"} 0 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_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"} 1 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 0 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="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"} 2098 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="qrtz_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_customer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_customer_address",schemaname="public"} 2 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"} 0 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_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"} 1 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"} 3 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 472 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 112529 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_order",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"} 1 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 2 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"} 4 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 580 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 59947 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_pfinvoice_tax",schemaname="public"} 0 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_productprice",schemaname="public"} 1 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 0 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"} 1 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_quotation_linetax",schemaname="public"} 20 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_quotation_tax",schemaname="public"} 31 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_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="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="api_key",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 10722 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 6 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"} 0 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_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_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_breaks",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_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_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_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_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_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_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_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_holiday",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_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_posting",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_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_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_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_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_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_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_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_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_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_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_retropay",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_salary_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_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_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_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_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_work_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_alternative_uom",schemaname="public"} 7 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"} 1 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 198 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"} 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_city",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_data_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"} 2 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_file",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_integration_datamapping",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_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_master_data_config",schemaname="public"} 20 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"} 1 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"} 5 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_process_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_process_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 63018 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_process_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_process_window_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_reference_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_releases",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_report",schemaname="public"} 8 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_schema",schemaname="public"} 8 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 40 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"} 3 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_sequence",schemaname="public"} 68340 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_sqlquery_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_table_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_taxcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_user",schemaname="public"} 3 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 151794 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_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"} 0 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_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_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"} 2 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_window_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwf_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"} 389 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 3 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"} 190 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_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="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"} 127 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_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_fb_table_status",schemaname="public"} 0 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"} 15 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 7 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_event_calendar",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 175 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_transaction",schemaname="public"} 0 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_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"} 2 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_pcataloguelines",schemaname="public"} 3091 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_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 17787 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_till_health",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_recipe_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_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"} 767 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 698 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"} 11231 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"} 155 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 2518 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"} 1249 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 334 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"} 45 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 339 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 32 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"} 1 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"} 18968 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 2 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 1 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"} 280 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_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_payment",schemaname="public"} 353 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 35297 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 1 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 18766 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 18001 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_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_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"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_costing_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"} 3910 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_inventory_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"} 57 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_material_request",schemaname="public"} 73 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_movement",schemaname="public"} 3567 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_movementline",schemaname="public"} 77 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_pricing_catalogue",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_pricingrule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_product",schemaname="public"} 585 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 0 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"} 2 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_product_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_product_group",schemaname="public"} 1 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"} 20 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"} 0 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"} 437 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"} 270 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_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_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"} 75052 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"} 20 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"} 203927 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 6142 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 1 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_storagebin",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 1430 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"} 12470 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"} 2279 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 2117 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"} 682848 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 27401 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 56154 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 1569 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 0 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"} 683378 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 14965 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_warehouse",schemaname="public"} 1 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_wastage",schemaname="public"} 263 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"} 39 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"} 26 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 14 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="ntn_window_designer",schemaname="public"} 0 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"} 7 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_invoice",schemaname="public"} 2948 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 2 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_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"} 5091 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"} 1306 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"} 24 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_supplier",schemaname="public"} 3 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_supplier_address",schemaname="public"} 3 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"} 4 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 0 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"} 65347 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="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"} 2100 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"} 164230 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="qrtz_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_customer",schemaname="public"} 34 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"} 7 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 0 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_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"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_invoice",schemaname="public"} 53460 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"} 208 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 32 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"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_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_order",schemaname="public"} 86216 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 33403 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_orderline",schemaname="public"} 8679 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 63 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"} 57 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 13596 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"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_productprice",schemaname="public"} 2 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"} 50 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_quotation_line",schemaname="public"} 10 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_quotation_line_addons",schemaname="public"} 5 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"} 1 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_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="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="api_key",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 187 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 174 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"} 0 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"} 10405 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_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_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_breaks",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_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_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_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_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_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_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_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_holiday",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_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_posting",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_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_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_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_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_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_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_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_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_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_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_retropay",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_salary_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_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_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_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_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_work_location",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_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_alert",schemaname="public"} 299 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_alternative_uom",schemaname="public"} 5 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_app_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 0 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_audit_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 38457 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"} 2090 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 120 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_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_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"} 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_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_load_config",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"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_file",schemaname="public"} 302 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 0 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_datamapping",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 6754 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_integrations",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_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"} 0 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"} 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"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_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"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_process_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_process_log",schemaname="public"} 56339 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 1535 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 47191 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"} 0 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"} 0 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_reference_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 714 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"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_report",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 2 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 3 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 0 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_sequence",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_sqlquery_log",schemaname="public"} 400 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"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 168610 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 1 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"} 0 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_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_webhooks",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwf_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"} 388 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 9 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"} 170 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 64 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 4 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_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="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"} 128 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_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"} 0 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"} 6725 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"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 0 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"} 0 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"} 0 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_transaction",schemaname="public"} 8 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_event_calendar",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 146 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_transaction",schemaname="public"} 194 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_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"} 0 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"} 658 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"} 18261 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"} 17934 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 12480 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_till_health",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 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_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_rules",schemaname="public"} 0 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"} 0 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"} 63 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 130 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"} 2721 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 816 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"} 129 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 1499 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 3465 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 2959 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"} 351 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 411 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_wallet",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"} 0 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_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_bank_statement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 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_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 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_expvoucher",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 4 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 1 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"} 89 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 13 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 2 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 2 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 300 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 9683 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_lin_pinv_tds",schemaname="public"} 4 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 0 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"} 5 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_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"} 357 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 357 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_paymentplan",schemaname="public"} 176 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_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 18387 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 18387 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 18241 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 18511 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 19044 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"} 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"} 457 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_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"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_costing_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"} 453 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 0 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"} 3147 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_material_request",schemaname="public"} 113 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_movement",schemaname="public"} 1766 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_movementline",schemaname="public"} 7106 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"} 0 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_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"} 0 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"} 101 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 0 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"} 96 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_product_category",schemaname="public"} 0 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"} 6 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"} 1 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_product_meta",schemaname="public"} 86 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"} 0 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"} 133 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"} 757 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_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_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"} 18098 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"} 40696 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"} 594 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 410 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 5890 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"} 1 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 96 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"} 204874 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"} 853 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 14314 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"} 1052 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 15218 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 15218 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 815 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 12647 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"} 1075 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 15531 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"} 5 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"} 0 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"} 1 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"} 75 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"} 1709 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"} 1 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 1 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_window_designer",schemaname="public"} 0 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"} 9 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"} 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_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"} 175 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 968 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_invoicelinetax",schemaname="public"} 1356 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 2808 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"} 141 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"} 773 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"} 1490 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 5497 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 0 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"} 98 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 35 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"} 1 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"} 1 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"} 1 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 108906 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"} 20211 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="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"} 2098 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_customer",schemaname="public"} 10 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"} 13 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 0 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"} 4 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 8 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 0 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_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"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_invoice",schemaname="public"} 18118 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"} 40769 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 23573 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 3 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 81922 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 149134 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_order",schemaname="public"} 18402 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 63089 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_orderline",schemaname="public"} 40977 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 354 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_orderline_meta",schemaname="public"} 459 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 497 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 53773 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 85186 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"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_pfinvoice_tax",schemaname="public"} 0 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_productprice",schemaname="public"} 61 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 4 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"} 1 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_quotation_line_addons",schemaname="public"} 4 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_quotation_line_pricing_rule",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_quotation_linetax",schemaname="public"} 22 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_quotation_tax",schemaname="public"} 33 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_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="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="api_key",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 10783 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 11 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"} 0 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_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_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_breaks",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_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_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_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_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_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_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_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_holiday",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_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_posting",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_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_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_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_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_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_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_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_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_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_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_retropay",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_salary_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_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_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_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_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_work_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_alternative_uom",schemaname="public"} 7 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"} 1 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 240 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"} 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_city",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_data_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"} 2 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_file",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_integration_datamapping",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_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_master_data_config",schemaname="public"} 20 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"} 1 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"} 8 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"} 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"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_process_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_process_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 65457 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_process_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_process_window_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_reference_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_releases",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_report",schemaname="public"} 8 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_schema",schemaname="public"} 8 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 40 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"} 3 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_sequence",schemaname="public"} 68582 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_sqlquery_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_table_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_taxcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_user",schemaname="public"} 4 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 167826 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_user_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"} 0 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_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_webhooks",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 2 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"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwf_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"} 396 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 4 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 195 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_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="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"} 128 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_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_fb_table_status",schemaname="public"} 0 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"} 16 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 8 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_event_calendar",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 194 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_transaction",schemaname="public"} 0 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_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"} 2 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_pcataloguelines",schemaname="public"} 1.373976e+06 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_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 19161 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_till_health",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_recipe_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_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"} 822 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 732 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"} 11360 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"} 167 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 2550 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_till_login_logout",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 1720 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 388 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"} 62 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 411 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 32 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"} 1 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"} 19043 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 2 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 2 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"} 302 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_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_payment",schemaname="public"} 355 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 55616 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 18198 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 37544 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 5 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 19043 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="lgs_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_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"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_costing_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"} 4046 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_inventory_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"} 8278 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_material_request",schemaname="public"} 105 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_movement",schemaname="public"} 3675 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_movementline",schemaname="public"} 95 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_pricing_catalogue",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_pricingrule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_product",schemaname="public"} 613 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 0 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"} 4 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_product_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_product_group",schemaname="public"} 1 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"} 24 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"} 0 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"} 446 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"} 968 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_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_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"} 76834 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"} 20 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"} 205878 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 6302 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 1 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_storagebin",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 1548 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"} 182028 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"} 2367 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 12582 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"} 697671 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 32004 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 65114 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 1640 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 0 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"} 704986 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 25731 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"} 1 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"} 266 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"} 46 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"} 41 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 15 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="ntn_window_designer",schemaname="public"} 0 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"} 7 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_invoice",schemaname="public"} 3187 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 2 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_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"} 5244 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"} 1958 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"} 35 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"} 4 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"} 4 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"} 5 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 0 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"} 68961 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="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"} 2100 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 2098 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"} 164326 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"} 4198 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_customer",schemaname="public"} 36 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"} 9 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 0 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_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"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_invoice",schemaname="public"} 75575 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"} 310 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 72 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"} 186 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_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_order",schemaname="public"} 112196 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 40662 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_orderline",schemaname="public"} 15295 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 76 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"} 308 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 14481 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"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_pricelist",schemaname="public"} 2 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_productprice",schemaname="public"} 7 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_quotation",schemaname="public"} 50 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_quotation_line",schemaname="public"} 10 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_quotation_line_addons",schemaname="public"} 5 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"} 1 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_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="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="api_key",schemaname="public"} 34 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 10477 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 3902 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="b2c_customer_credit_trx",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="b2c_customer_meta",schemaname="public"} 140066 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="b2c_customer_uuid",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="brand",schemaname="public"} 1.222345e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="c_bp_taxcategory",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="c_region",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cdr_discounts_promotions",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cdr_event_store",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cdr_feedback",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cdr_messaging_platforms",schemaname="public"} 10412 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cdr_receipts",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cdr_social_media",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cdr_template",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cdr_terms_conditions",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_accommodation_type",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_acting_appnt",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_action_taken",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_admin_tasks",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_airticket",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_airticket_allowance",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_airticket_history",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_airticket_provision",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ap_checklist",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ap_errorlog",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ap_history",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ap_punch_checklist",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ar_empcat",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_attendance_month",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_attendance_process",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_attendance_punch",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_attendance_rule",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_attendance_status",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_attendance_year",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_bank_info",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_behaviour",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_behaviour_type",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_breaks",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_candidates",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_certificate_prefer",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_claim_request",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_claim_request_attachment",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_company_accommodation",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_course",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_course_category",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_course_competency",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_course_cost",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_course_enrollment",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_course_job",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_course_schedule",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_declare_oi",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_deductions",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_delegation",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_department",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_dependants",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_dept_team",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_division",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ed_accrual",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ed_history",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_acting_appnt",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_address",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_adminassets",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_agreement",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_assessment",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_attendance",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_attendance_view",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_benefits",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_contribution",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_deductions",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_delegation",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_dependents",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_details",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_documents",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_docverification",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_empr_contr",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_emprc_payment",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_itassets",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_leave_adjust",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_leave_ob",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_legaltransfer",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_loan",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_passport",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_pay_head",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_pay_head_view",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_payslip",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_personal",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_punch",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_sal_pay_component",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_salary",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_salary_ctc",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_shift",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_transfer",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_uniform_request",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_empid_config",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_employee",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_employee_accommodation",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_employee_audit_log",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_employee_category",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_employee_education",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_employee_experience",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_employee_job_info",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_employee_leave_info",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_employee_tax_calculation",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_employee_tax_profile",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_employee_tax_profile_deduction",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_encash_details",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_enroll_attendance",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_enroll_course",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_enrollment",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_eos",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_eos_checklist",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_eos_discussion",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_eos_emp_feedback",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_eph_accrual",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_eph_history",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ethnicrace",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_evaluation_type",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_exemption",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_expense_config",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_expense_type",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_expensereq_lines",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_formula",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_formulakey",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_holiday",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_holiday_type",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hr_alert_config",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hr_alert_dept",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hr_alert_emp",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hr_broadcast",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hr_expense_request",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hr_integration_config",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hr_mypendingtask",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hr_payroll_quarter",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hr_reapply_config",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hr_settings",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hr_settings_gratuity",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hr_settings_wps",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hrglobal_config",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hrglobal_disciplinary",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hrglobal_manpower",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hrglobal_onboard",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hrglobal_performance",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hrglobal_training",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hrrequest",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_id_classification",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_id_config",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_import_attendance",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_interview_round",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_interviews",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_investment_declaration",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_investment_declaration_line",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_jd_assesstype",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_job",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_job_application",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_job_description",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_job_posting",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_job_role",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_job_transfer",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_jobcode_view",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_kra",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_la_empcat",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_la_employee",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_la_org",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_la_pg",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_la_yos",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_leave",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_leave_accrual_history",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_leave_adjust",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_leave_allocation",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_leave_approval_view",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_leave_encash",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_leave_ob",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_leave_policy",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_leave_policy_accrual",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_leave_request",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_letter",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ot_leave_balance",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ot_leave_transaction",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ot_rules",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_otherincome",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_passport",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_pay_component",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_pay_grade",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_pay_group",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_pay_head",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_payprocess_rule",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_payroll_process",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_payroll_revcycle",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_payroll_settings",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_payslab",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_pendingothrs",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_pendingpay_components",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_perform_review",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_period",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_pio_details",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_position_control",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_pp_checklist",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_pp_consolidated_account",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_pp_consolidated_account_view",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_pp_emp",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_pp_emp_pay_component",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_pp_invoice",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ppe_add",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ppe_arrears",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ppe_cc",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ppe_ded",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ppe_emp_contribution",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ppe_loan",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ppr_dept",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ppr_emp",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ppr_empcat",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ppr_org",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ppr_paygrade",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_probation_confirm",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_probation_history",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_prof_taxline",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_professional_tax",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_provision",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_punch_type",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_report_incident",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_resignation",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_resolution_hist",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_responsibilities",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_retropay",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_rh_action",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ri_discussion",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ri_history",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_rid_attendee",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_rp_element",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_rp_emp",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_rp_emp_deductions",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_rp_emp_earnings",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_salary_proposal",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_salary_template",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_salary_template_line",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_section",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_section_group",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_selfservice_category",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_selfservice_employee",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_shift",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_shift_days",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_shift_policy",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_shift_roaster",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_shift_rotation",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_shift_team",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_shift_team_config",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_shift_type",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_skill_preference",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_slab",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_slabline",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_sp_add",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_sp_contribution",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_sp_deduction",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_sr_history",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_st_deductions",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_st_earnings",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_tax_regime",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_tax_regime_deductions",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_tax_slabs",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_tds",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_tds_declaration",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_tds_deduction",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_tds_hra",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_tds_rule",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_tdsline",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_team",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_team_emp",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_tour",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_training_feedback",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_training_feedback_line",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_training_question",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_training_schedule",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_training_schedule_feedback",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_visa_type",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_weekends",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_weeknumber",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_weekoff_type",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_work_location",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_year",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="commerce_cart",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="commerce_cart_line",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cprf_set_scores",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_account",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_activity",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_camp_recipients",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_camp_settings",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_campaign_coupon_config",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_campaign_log_detail",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_campaign_logs",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_campaign_message_schedule",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_campaigns",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_comm_template_config",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_comm_templates",schemaname="public"} 219 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_contact",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_email_template",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_lead",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_lead_products",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_opportunity",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_retail_segment_customers",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_sale",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_seglist",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_segment_behaviors",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_segment_rules",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_social_post",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_social_postline",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_stream",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_task",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_webinar",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_webinar_commschedule",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_webinar_log",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_webinar_notification_list",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_webinar_platform",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_airflow_dags",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_alert",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_alert_conditions",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_alerts_recipients",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_alternative_uom",schemaname="public"} 82948 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_announcement",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_api_builder_schema",schemaname="public"} 28 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_app_access",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_app_setup",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_audit_config",schemaname="public"} 1272 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 4242 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 10599 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_batch_register",schemaname="public"} 2126 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_bunit",schemaname="public"} 2.48039467e+08 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_bunit_location",schemaname="public"} 73474 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_bunit_meta",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_bunit_notifications",schemaname="public"} 265 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_city",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_client",schemaname="public"} 9.641804e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_client_applications",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_client_apps",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_country",schemaname="public"} 1.184068e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_cur_denomination",schemaname="public"} 1669 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_currency",schemaname="public"} 2.886069e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 1655 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_dag_taskscheduler",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_dag_taskscheduler_logs",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_data_load_config",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_data_validator_settings",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_datasource",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_division",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_doctype",schemaname="public"} 5.032701e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_doctype_template",schemaname="public"} 2738 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_dw_tasks",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_event_alerts",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_favourites",schemaname="public"} 315 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_file",schemaname="public"} 489 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 55 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_integration_audit_log",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_integration_datamapping",schemaname="public"} 33 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_integration_error_logs",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 44 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 13644 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_integrations",schemaname="public"} 13638 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_language",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_license_policy",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_log_retention_settings",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_master_data_config",schemaname="public"} 801 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_master_data_config_history",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_menu",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_menu_group",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_menu_schema",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_messages",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_metrics_schema",schemaname="public"} 201 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_mobile_report_access",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_mobile_role",schemaname="public"} 1749 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_mobile_role_apps",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_mobile_window_access",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_module",schemaname="public"} 1462 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_nearbystores",schemaname="public"} 427 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_notification_recipients",schemaname="public"} 265 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_paymentterm",schemaname="public"} 1.013073e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_permission_group",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_permission_group_access",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_permission_group_set",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_permission_log",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_permission_set",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_permission_set_access",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_print_template",schemaname="public"} 2736 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_print_template_query",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_process",schemaname="public"} 1326 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_process_access",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_process_log",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 1197 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_process_rundetail",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_process_schema",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_process_window",schemaname="public"} 36 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_process_window_access",schemaname="public"} 889 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_process_window_schema",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_producttour_config",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_producttour_log",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_reference_schema",schemaname="public"} 50702 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 49 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_region",schemaname="public"} 1.186391e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_releases",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_releases_history",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_report",schemaname="public"} 17 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 27 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 2106 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_returnreason",schemaname="public"} 33871 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_role",schemaname="public"} 4254 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_scheduled_alerts",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_sequence",schemaname="public"} 75 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_sqlquery_log",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_stockentry_controls",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_system_preferences",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_table_sample_data",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_table_schema",schemaname="public"} 2722 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_task",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_tax",schemaname="public"} 2.465253e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_tax_acct",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_taxcategory",schemaname="public"} 262911 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_taxzone",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_tenant_accounting_preferences",schemaname="public"} 19256 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_tenant_purchase_preferences",schemaname="public"} 1151 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_timezone",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_uom",schemaname="public"} 5.109448e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_uom_conversion",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_user",schemaname="public"} 1.2114832e+07 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 320837 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 352643 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_user_division_access",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_user_locale",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_user_meta",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_user_mfa",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_user_preference",schemaname="public"} 154 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_user_session",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_user_session_activity",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_user_warehouse_access",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_views",schemaname="public"} 16509 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_webhooks",schemaname="public"} 17841 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_window",schemaname="public"} 32 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 17 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_window_emailtemplate",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_window_process",schemaname="public"} 6215 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_window_rules",schemaname="public"} 17 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_window_rules_validation",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_window_schema",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cw_auth_token",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_cafeteria_banners",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_cafeteria_restaurants",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_channel",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_company",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_company_cafeterias",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_company_city",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_company_preferences",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_config",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_order",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_order_activity",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_order_feedback",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_order_meta",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_orderline",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_orderline_addons",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_orderstatus_history",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_restaurant_timeslot",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_store_holidays",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_store_timings",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_stores_config",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwcs_subscrgrp",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwcs_subscrgrp_frequency",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwcs_subscrgrp_products",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwcs_subscrgrp_settings",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwcs_subscription",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwcs_subscription_addon",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwcs_subscription_logs",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwcs_subscription_payments",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwcs_subscription_schedule",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwcs_subscription_scheduleline",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwcs_subscription_shipping",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwcs_subscriptionline",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwcs_subscriptionline_disc",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwf_emailtemplate",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwf_wfapprovals",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwf_wftasklist",schemaname="public"} 15 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwf_wftasks",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwf_workflow",schemaname="public"} 608 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 55 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 182566 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwf_workflow_approvals_template",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwf_workflow_approvers",schemaname="public"} 245 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwf_workflow_eventstore",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 11900 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwp_idea",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwp_idea_notes",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwp_milestone",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_assurance",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_assurance_line",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_collection",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_collection_line",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_collection_product",schemaname="public"} 16 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_control",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_control_line",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_inspection",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_inspection_rule",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_inspection_task",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_inspection_workflow",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_inspection_workflow_line",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_inspectionline_task",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_parameters",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_parameters_grp",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_quality_engineer",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_quality_sub_workflow",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_quality_workflow",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_quality_workflowline",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_qualitycheck_type",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_sub_workflow_action",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_sub_workflow_activity",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_additional_charges",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_b2c_customer_segment",schemaname="public"} 1641 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_cashup_sync",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_configurations",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_customer_config",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_customer_group",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_customer_login",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_customer_notification",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_day_end_template",schemaname="public"} 173 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_discount_request",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_discount_request_activity",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_ecom_ref",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_evaluation_script",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_events",schemaname="public"} 245 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_expiry_discount_product",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_expiry_discount_range",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_expiry_discount_template",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_floor",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_kot",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_kot_activity",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_menu_type",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_order",schemaname="public"} 10181 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_order_merge",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_order_meta",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_production_center",schemaname="public"} 250444 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_production_center_access",schemaname="public"} 18146 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_section",schemaname="public"} 245 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_table",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_table_reservation",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_table_status",schemaname="public"} 245 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_waitlist",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_feedback",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_feedback_template",schemaname="public"} 3185 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_feedback_template_line",schemaname="public"} 340 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_gift_config",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_gift_voucher",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_giftcard",schemaname="public"} 17690 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 39 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_giftcard_type",schemaname="public"} 283 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 3017 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_image_library",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_ingredients",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_loyalty_accumulation",schemaname="public"} 329 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_loyalty_accumulation_category",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_loyalty_accumulation_product",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_loyalty_event_calendar",schemaname="public"} 49 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 18249 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 8098 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_loyalty_prod_cat",schemaname="public"} 1735 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_loyalty_redemption",schemaname="public"} 329 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_loyalty_settings",schemaname="public"} 4698 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_loyalty_transaction",schemaname="public"} 35505 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_menutimeslot",schemaname="public"} 424 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_mystore",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_payment_provider_logs",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_payment_providers",schemaname="public"} 1212 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_payment_receipt",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_paymentmethod",schemaname="public"} 45533 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 1.760203e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 179680 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 1806 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pcatalogue_timeslot",schemaname="public"} 885 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pcataloguelines",schemaname="public"} 12867 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 448 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 30666 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 23475 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 57714 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pos_salesummary",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pos_salesummary_line",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pos_scanconfig",schemaname="public"} 823 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pos_till_health",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 5710 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 997 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 3714 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 19498 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_rules",schemaname="public"} 245 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 215083 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_saletype_charge",schemaname="public"} 1202 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_saletype_paymentmethod",schemaname="public"} 10165 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_sevent",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_sevent_rule",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_sevent_run",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_store_checklist",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_store_config",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_store_dailyops",schemaname="public"} 7647 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 9758 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 70 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_store_preferences",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_till",schemaname="public"} 1788 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_till_access_meta",schemaname="public"} 1583 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 9043 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_till_log",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_till_login_logout",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 402 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 981 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 4977 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 3354 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_tillcash_tax_info",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_tillcashin_out",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 1461 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 418 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_wallet",schemaname="public"} 16959 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_wallet_topup",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_wallet_trx",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cws_ticket",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cws_ticket_activity",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cww_mobilew_role",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cww_task",schemaname="public"} 16 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 28 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cww_tasklinedetail",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwx_customer_enrollment",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwx_customer_user",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwx_payment_method",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ds_channel",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ds_channel_frames",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ds_media",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ds_player_channel",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ds_players",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ds_playlist_details",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ds_playlists",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ds_schedules",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ds_tray_events",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="email_source",schemaname="public"} 505 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="exdhrm_newjoineeconfig",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset",schemaname="public"} 15 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_alert_log",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_allocation_rule",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_audit",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_category",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_class",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_custo_transfer",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_depreciation_schedule",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_disposal",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_history",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_issue",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_loc_transfer",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_proposal",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_proposal_line",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_registration",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_return",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_rule_line",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_sub_category",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_subclass",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_type",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_depreciation_method",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_depreciation_posting",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_depreciation_rule",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_loc_building",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_loc_floor",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_loc_room",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_provisional_asset",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_account",schemaname="public"} 346 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 109 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 12 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_acct_config_fixedasset",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_acct_config_general",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_acct_config_intercompany",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_acct_config_inventory",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_acct_config_production",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_acct_config_purchasing",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_acct_config_rules",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_acct_config_sales",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_adv_payment",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_adv_receipt",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_budget",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 4508 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 12 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_coa",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 720 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 3261 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 12 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 26 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 222 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 389 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_financial_acct_config",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_funds_transfer",schemaname="public"} 203 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_journal",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 28 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 144926 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 324 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 1732 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 1847 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 15 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_pinv_tds",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_sal_inv_tcs",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 388 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_tcs_rate",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_tcs_section",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_tcs_setup",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_tcs_trx_history",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_tds_history",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 232311 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 17 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_tds_sectionline",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_pay_pglogs",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_pay_pgtransaction",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_payment",schemaname="public"} 178 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 3302 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 1.662809e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 387 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 17 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_period",schemaname="public"} 97 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_period_audit_logs",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_period_closing_checklist",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_period_control",schemaname="public"} 209 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 601 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 18064 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 769 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 2787 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 797 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 38104 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="flyway_schema_history",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="hsncode",schemaname="public"} 3034 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="lgs_gatepass",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="lgs_gatepass_line",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="lgs_gatepass_log",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="lgs_provider",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="lgs_route_details",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="lgs_task",schemaname="public"} 469 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="lgs_task_activity",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="lgs_vehicle",schemaname="public"} 1332 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="lgs_vehicle_drivers",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="lgs_vehicle_make",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="lgs_vehicle_model",schemaname="public"} 295 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="lgs_vehicle_type",schemaname="public"} 300 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="line_tab",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="list_contacts",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_addon",schemaname="public"} 28 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_addon_group",schemaname="public"} 198 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_attribute",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_attribute_group",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_attribute_value",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_autoconsumption_config",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_batch",schemaname="public"} 507080 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_batch_attribute",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_batch_conversion",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_batch_group",schemaname="public"} 3.940408e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_batch_subproduct",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_bom",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_bom_line",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_categories_products",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_cost_adjustment",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_cost_adjustment_line",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_costing_preferences",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_coupon_provider",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_coupon_sales",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_custom_attribute",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_custom_attribute_fields",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_internal_consumption",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_internal_consumptionline",schemaname="public"} 15 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_invcount_sch_stores",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_inventory",schemaname="public"} 1759 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 3884 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_inventory_count_schedule",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_inventory_issue",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 203 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_inventory_receipt",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_inventory_receiptline",schemaname="public"} 15 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_inventory_threshold_categories",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_inventory_threshold_products",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_inventory_threshold_rules",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_inventoryline",schemaname="public"} 15 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_inventorylinedetails",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_issue_type",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_material_request",schemaname="public"} 330 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_movement",schemaname="public"} 2315 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_movementline",schemaname="public"} 14007 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_movementlinedetails",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_activity",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_additional_info",schemaname="public"} 427 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_approval",schemaname="public"} 434 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_b2c_customer",schemaname="public"} 427 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_b2c_segment",schemaname="public"} 427 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_brand",schemaname="public"} 427 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_bunit",schemaname="public"} 427 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_catalogue",schemaname="public"} 511 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_ccategory",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_coupon",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_customer",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_expiry_discount",schemaname="public"} 427 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_payment",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_pcategory",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_quantity",schemaname="public"} 427 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_xproduct",schemaname="public"} 427 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_yproduct",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricingrule",schemaname="public"} 22749 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricingrule_coupon_rule",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_prodaddon_attribute",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product",schemaname="public"} 178894 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 194383 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product_attribute",schemaname="public"} 3.044842e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product_bom",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product_category",schemaname="public"} 21452 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product_category_acct",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product_category_attr",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product_divisions",schemaname="public"} 16028 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product_group",schemaname="public"} 233939 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product_images",schemaname="public"} 60 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product_manufacturer",schemaname="public"} 426 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product_manufacturing",schemaname="public"} 34 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product_meta",schemaname="public"} 289 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product_purchase",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product_visibility_rules",schemaname="public"} 21342 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product_warranty",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_purchase_pricing",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_purpricing_bunit",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_purpricing_pcategory",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_purpricing_product",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_purpricing_scategory",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_purpricing_supplier",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_receipt",schemaname="public"} 38373 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_receipt_lc",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_receipt_meta",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_receiptline",schemaname="public"} 6929 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_receiptline_bom",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_receiptline_meta",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_receiptlinedetails",schemaname="public"} 760 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_replenishment",schemaname="public"} 23 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_replenishment_bunit",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_replenishment_pcategories",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_replenishment_products",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_replenishment_rules",schemaname="public"} 15 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_replenishment_scategories",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_replenishment_suppliers",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_rfid_tag",schemaname="public"} 247 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_rfid_tag_history",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_shipment",schemaname="public"} 22318 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_shipment_charges",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_shipment_meta",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_shipmentline",schemaname="public"} 53 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_shipmentline_bom",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_shipmentline_meta",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_shipmentlinedetails",schemaname="public"} 129 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_slowmover",schemaname="public"} 164653 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_stock",schemaname="public"} 17662 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 1067 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 4450 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_stockadj_reason",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_stockdetails",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_storage_group",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_storagebin",schemaname="public"} 3.032046e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 121 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_tracker",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_trackertype",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_transaction",schemaname="public"} 12509 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_transactioncost",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_transactiondetails",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_transferissue",schemaname="public"} 4574 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 649 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_transferissue_linedetails",schemaname="public"} 83 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_transferorder",schemaname="public"} 11645 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 35744 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 6377 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 3078 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 81 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_transferreceipt_linedetails",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_transferrequest",schemaname="public"} 38840 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 81 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_tray",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_tray_history",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_unitcost",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_visibility_brand",schemaname="public"} 15634 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_visibility_category",schemaname="public"} 26624 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_visibility_group",schemaname="public"} 15634 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_visibility_product",schemaname="public"} 19233 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_wa_costing",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_wa_costing_logs",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_wa_product",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_warehouse",schemaname="public"} 5.988935e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_warehouse_access",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_warehouse_assignment_rules",schemaname="public"} 610 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_warranty_claims",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_warranty_master",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_wastage",schemaname="public"} 2027 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_wastage_meta",schemaname="public"} 2831 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_wastageline",schemaname="public"} 7903 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_wastagelinedetails",schemaname="public"} 118 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="multitabchecking",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="myonlytest",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ntn_dashboard_designer",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ntn_dashboard_designer_filters",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ntn_dashboard_designer_kpi",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ntn_menu_designer",schemaname="public"} 267 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ntn_metrics_designer",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ntn_report_designer_fields",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ntn_report_designer_filters",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ntn_report_designer_sql",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ntn_window_designer",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_cashcollection",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_companies",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_delivery_activity",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_delivery_shift",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_delivery_slot",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_delivery_tasks_proof",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_delivery_trip",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_driver_location_ping",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_driveravailability",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_drivers",schemaname="public"} 1928 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_order_timeline",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_paymentgateway_logs",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_substitute_products",schemaname="public"} 16 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_taskline",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_taskline_meta",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_tasks",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="orders",schemaname="public"} 15 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="otp_audit_log",schemaname="public"} 21 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ox_order",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ox_order_meta",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ox_orderline",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_agent",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_contract",schemaname="public"} 219 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_contract_line",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_dn_settlement",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_exp_settlement",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_in_settlement",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_inv_settlement",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_inv_settlementline",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_invoice",schemaname="public"} 5280 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 14136 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_invoiceline_bom",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_invoicelinetax",schemaname="public"} 2924 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 1384 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_lc_type",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_order",schemaname="public"} 3463 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_order_lc",schemaname="public"} 15 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_order_meta",schemaname="public"} 15 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_orderline",schemaname="public"} 31164 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_orderline_bom",schemaname="public"} 24 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_orderline_meta",schemaname="public"} 24 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_orderlinetax",schemaname="public"} 3212 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 2315 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_pricelist",schemaname="public"} 85029 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_pricelist_version",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_productprice",schemaname="public"} 131749 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_requisition",schemaname="public"} 59873 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_requisition_line",schemaname="public"} 32566 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_rfq",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_rfq_supplier",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_rfqlines",schemaname="public"} 24 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_supplier",schemaname="public"} 63851 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_supplier_acct",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_supplier_address",schemaname="public"} 167 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_supplier_bunit",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 1540 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 15 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 191 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_workorder",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_workorder_charges",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_workorder_issue",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_workorder_status",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_workorder_tracking",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="plm_design",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="plm_design_availability",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="plm_design_bom",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="plm_designer",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="plm_project",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="plm_task",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_application",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_bug",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_docs",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_feature",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_module",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_project",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_resources",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_skill",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_breederconfig",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_candling_rejection",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_candling_rejectionline",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_farm_standards",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_flock",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_hatchery_config",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_hatchery_grading",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_livestock",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_machine",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_pullout",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_pullout_vaccmed",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_pulloutline",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_setter",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_setterline",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pos_summary_payment_breakup",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pos_summary_settled_payments",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pos_summary_tax_breakup",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_activity",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_bom_adj_lines",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_bom_adjustment",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 11967 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 164019 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_ioproductdetails",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_operation",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_order",schemaname="public"} 90529 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_outproducts",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_pproducts",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_process",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_processic",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_prodindirectcost",schemaname="public"} 77688 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_product_conversion",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_product_convline",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_production_plan",schemaname="public"} 16 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 291 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 192 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_prun",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="qrtz_blob_triggers",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="qrtz_calendars",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="qrtz_cron_triggers",schemaname="public"} 4208 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 4218 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 4206 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="qrtz_locks",schemaname="public"} 4211 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="qrtz_paused_trigger_grps",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="qrtz_scheduler_state",schemaname="public"} 164333 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="qrtz_simple_triggers",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="qrtz_simprop_triggers",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="qrtz_triggers",schemaname="public"} 34504 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_business_type",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_customer",schemaname="public"} 5127 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_customer_acct",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_customer_address",schemaname="public"} 142457 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_customer_bankacct",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_customer_category",schemaname="public"} 427843 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_customer_category_products",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_customer_contact",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 312 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_customer_settlement",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_daily_trip",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_daily_trip_activity",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_daily_trip_stop",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_daily_trip_stop_survey",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_dropship",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_dropship_line",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_fsm_home_config",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_in_settlement",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_incentive_eligibility",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_incentive_plan",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_incentive_summary",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_industry_type",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_inv_settlement",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_invoice",schemaname="public"} 42096 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_invoice_meta",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_invoiceline",schemaname="public"} 883 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 9684 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 16 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 4364 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 82485 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_joborder",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_joborder_charge_config",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_joborder_checklist",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_joborder_estimation",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_joborder_estimation_line",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_joborder_images",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_joborder_line",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_joborder_part",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_joborder_service_type",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_joborder_services",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_joborder_status",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_joborder_task",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_journeyplan_sch_cust",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_journeyplan_scheduler",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_order",schemaname="public"} 265881 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 1339 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_orderline",schemaname="public"} 28 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 163479 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_orderline_meta",schemaname="public"} 31756 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 10305 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 61812 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 73291 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_packingslip_details",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_pfinvoice",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_pfinvoice_line",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_pfinvoice_linetax",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_pfinvoice_tax",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_pricelist",schemaname="public"} 1.428735e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_pricelist_version",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_productprice",schemaname="public"} 1233 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_quotation",schemaname="public"} 783 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_quotation_line",schemaname="public"} 269 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_quotation_line_addons",schemaname="public"} 45 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_quotation_line_pricing_rule",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_quotation_linetax",schemaname="public"} 60 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_quotation_tax",schemaname="public"} 49 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_rfq",schemaname="public"} 310 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_rfqline",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_route_payment_method",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_route_plan",schemaname="public"} 162 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_route_plan_stop",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_sales_rep_location",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_salesrep",schemaname="public"} 973397 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_service_bill",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_service_bill_line",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_service_checklist",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_service_inventory",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_service_location",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_service_movement",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_service_request",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_service_type",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_sr_inspection_data",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_sr_inspection_field",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_sr_inspection_option",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_sr_inspection_rule",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_sr_inspection_section",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_sr_inspection_template",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_subscription",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_subscription_group",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_subscription_line",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_subscription_plan",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_survey_template",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_survey_template_lines",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_target",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_technician",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="seg_criteria",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="site_activity",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="site_categories",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="site_categories_list",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="site_forms",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="site_forms_schema",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="site_list",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="site_media",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="site_menu",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="site_menu_title",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="site_pages",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="site_posts",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="site_seo_metadata",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="site_settings",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="site_tags",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_device",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_eas_gate",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_eas_gate_users",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_eas_tag_data",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_feedback",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_fitting_events",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_fitting_room",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_location_users",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_reference",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_reference_activity",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_scan_data",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_scan_loc_type",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_scan_location",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_tag_meta",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_tag_transaction",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_tray",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_tray_estimation",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_tray_events",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_tray_products",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_tray_salesrep",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_tray_template",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="subline_tab",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="tenant_sales_preferences",schemaname="public"} 144 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="test_table",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="v_next_assign_no",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_aisle",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_assigned_personnel",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_associated_equipment",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_bin_capacity",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_control_area",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_entity_profile",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_exception_action",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_level",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_operations",schemaname="public"} 16 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_rack",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_reservation",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_routing_control_area",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_routing_steps",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_routing_templates",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_strategy_entity",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_strategy_profile",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_task",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_task_type",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_tolerance",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_uom_restrictions",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="webinar_settings",schemaname="public"} 7 # 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="api_key",schemaname="public"} 34 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 1.97045524e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 6.5083172e+07 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"} 0 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"} 2.444385e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cdr_receipts",schemaname="public"} 3.20476e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_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_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_breaks",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_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_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_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_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_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_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_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_holiday",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_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_posting",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_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_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_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_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_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_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_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_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_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_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_retropay",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_salary_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_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_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_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_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_work_location",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"} 1095 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"} 150 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="crm_lead",schemaname="public"} 7 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_alert",schemaname="public"} 92972 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_alternative_uom",schemaname="public"} 7.9554672e+07 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"} 6412 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 119 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_audit_config",schemaname="public"} 2544 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 3.451626e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 19339 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 2.861092e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 1.6559911e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_batch_register",schemaname="public"} 42520 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_bunit",schemaname="public"} 6.280500077e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_bunit_location",schemaname="public"} 2.458476e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_bunit_notifications",schemaname="public"} 2385 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"} 1.8774914e+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"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_country",schemaname="public"} 7.446922e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_cur_denomination",schemaname="public"} 15021 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_currency",schemaname="public"} 2.5974621e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 1655 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_data_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"} 1.72904049e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_doctype_template",schemaname="public"} 95830 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"} 945 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_file",schemaname="public"} 1.2441456e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 3685 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_datamapping",schemaname="public"} 660 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_integration_error_logs",schemaname="public"} 441 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 1.1237591e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 41066 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_integrations",schemaname="public"} 13638 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_master_data_config",schemaname="public"} 1546 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"} 651 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"} 2800 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"} 60702 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"} 1749 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"} 53958 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_nearbystores",schemaname="public"} 3843 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_notification_recipients",schemaname="public"} 14575 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_paymentterm",schemaname="public"} 2.2123251e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_print_template",schemaname="public"} 82080 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_print_template_query",schemaname="public"} 2023 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_process",schemaname="public"} 178707 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_process_access",schemaname="public"} 8155 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_process_log",schemaname="public"} 1.5998377e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 2.9137951e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 1.0090023e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_process_schema",schemaname="public"} 2303 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_process_window",schemaname="public"} 360 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_process_window_access",schemaname="public"} 22225 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_process_window_schema",schemaname="public"} 70 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_reference_schema",schemaname="public"} 2.6160187e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 1.090715e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_region",schemaname="public"} 5.8483111e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_releases",schemaname="public"} 987 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_releases_history",schemaname="public"} 2457 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_report",schemaname="public"} 6777 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 23476 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 2808 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 15122 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 1876 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_returnreason",schemaname="public"} 33871 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_role",schemaname="public"} 52873 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 3696 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_sequence",schemaname="public"} 3525 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_sqlquery_log",schemaname="public"} 78725 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"} 0 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"} 3.573986e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_task",schemaname="public"} 7 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_tax",schemaname="public"} 2.9672077e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_tax_acct",schemaname="public"} 112 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_taxcategory",schemaname="public"} 1.803918e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_tenant_accounting_preferences",schemaname="public"} 19256 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_tenant_purchase_preferences",schemaname="public"} 1151 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_uom",schemaname="public"} 1.00944306e+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.23093648e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 2.5025286e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 3.827969e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 1.13096636e+08 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"} 0 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_preference",schemaname="public"} 308 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_webhooks",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_window",schemaname="public"} 23656 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 24701 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.758095e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_window_schema",schemaname="public"} 5383 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwf_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"} 1191 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 1.061733e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 2.03710774e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwf_workflow_approvals_template",schemaname="public"} 10 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwf_workflow_approvers",schemaname="public"} 2695 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwf_workflow_eventstore",schemaname="public"} 63304 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 3.5925814e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 2683 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_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="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"} 97637 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"} 1557 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_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"} 1225 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"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_fb_kot",schemaname="public"} 1.813282e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_fb_production_center",schemaname="public"} 6.152185e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_fb_production_center_access",schemaname="public"} 1.161344e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_fb_table",schemaname="public"} 0 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"} 0 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"} 3185 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"} 1.4147529e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 12911 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_giftcard_type",schemaname="public"} 566 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 3017 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"} 987 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_event_calendar",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 3.61757503e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 21092 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"} 987 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_loyalty_settings",schemaname="public"} 4698 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_loyalty_transaction",schemaname="public"} 7.67838858e+08 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_provider_logs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_payment_providers",schemaname="public"} 25452 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"} 5.555622e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 2.6547549e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 539040 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 10836 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"} 3.02064771e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 18347 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 7.486325611e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 89405 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 707071 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 3.937799e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_pos_scanconfig",schemaname="public"} 2469 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 74230 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 62811 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 77984 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_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_rules",schemaname="public"} 1225 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 1.168146e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_saletype_paymentmethod",schemaname="public"} 1.392605e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_store_dailyops",schemaname="public"} 1.8057871e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 5.2012746e+07 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"} 90847 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_till_access_meta",schemaname="public"} 151968 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 7.94789193e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 412133 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"} 39001 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 180444 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 2.99785013e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 1.039416e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 3.90119477e+08 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"} 122467 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 770816 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 5.969917e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_wallet",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"} 0 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"} 55104 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 5.2164268e+07 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"} 1515 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_account",schemaname="public"} 88230 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 10464 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 12 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"} 54 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"} 54 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"} 45 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_acct_config_sales",schemaname="public"} 60 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 126 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 4508 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"} 28 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 371 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"} 12 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 7867 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_expvoucher",schemaname="public"} 39685 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 166 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 303 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 19507 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 43424 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"} 132240 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 16129 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 9.78344834e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 771117 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 64992 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 4.2991692e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 1.68024994e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 124 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_lin_pinv_tds",schemaname="public"} 126 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 199045 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"} 104 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 2.322934e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 89 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_payment",schemaname="public"} 972030 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 1.7916182e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 2.0881269e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 1.609912e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 9 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 170 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"} 2502 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 2.29518524e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 1.3078652381e+10 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 2.95283884e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 8.21148647e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 2.763737689e+10 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="flyway_schema_history",schemaname="public"} 22176 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="hsncode",schemaname="public"} 248854 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="lgs_task",schemaname="public"} 1.0381327e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="lgs_task_activity",schemaname="public"} 9 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="lgs_vehicle",schemaname="public"} 15027 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="lgs_vehicle_make",schemaname="public"} 28 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="lgs_vehicle_model",schemaname="public"} 1475 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="lgs_vehicle_type",schemaname="public"} 300 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"} 1764 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_addon_group",schemaname="public"} 74448 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"} 6.084344e+06 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"} 7.880811e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_costing_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"} 496 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_invcount_sch_stores",schemaname="public"} 378 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_inventory",schemaname="public"} 2.419315e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 2.012775e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_inventory_count_schedule",schemaname="public"} 42 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_inventory_issue",schemaname="public"} 21 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 406 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_inventory_receipt",schemaname="public"} 1274 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_inventory_receiptline",schemaname="public"} 3015 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.593698e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_material_request",schemaname="public"} 108620 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_movement",schemaname="public"} 5.288788e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_movementline",schemaname="public"} 9.2381887e+08 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"} 2562 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_pricing_approval",schemaname="public"} 7266 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"} 11669 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"} 192 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_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"} 272300 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"} 9.43703353e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 2.85922429e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_product_attribute",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_product_bom",schemaname="public"} 73116 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_product_category",schemaname="public"} 2.400238e+06 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"} 7.819972e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_product_images",schemaname="public"} 6404 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"} 34770 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_product_meta",schemaname="public"} 239216 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"} 277444 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"} 2.40501713e+08 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"} 2.02886996e+08 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_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_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.4003841565e+10 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_shipmentline",schemaname="public"} 7.6625045e+07 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"} 7.45099393e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 1.340928e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 2.9864234e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_storagebin",schemaname="public"} 1.96409144e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 342572 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"} 2.4836394793e+10 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.02271279e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 3.42545097e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_transferorder",schemaname="public"} 5.45449852e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 1.5197451974e+10 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 3.300579652e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 1.54764888e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 4.2120986e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_transferrequest",schemaname="public"} 1.183905776e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 5.4517552e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_unitcost",schemaname="public"} 44528 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 1.130507e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_visibility_category",schemaname="public"} 1.568807e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_visibility_product",schemaname="public"} 3.665397e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_warehouse",schemaname="public"} 3.58017409e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_warehouse_assignment_rules",schemaname="public"} 1220 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"} 2.183312e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_wastageline",schemaname="public"} 1.52553616e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ntn_dashboard_designer",schemaname="public"} 14 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ntn_dashboard_designer_filters",schemaname="public"} 49 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ntn_dashboard_designer_kpi",schemaname="public"} 56 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ntn_menu_designer",schemaname="public"} 10786 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 2260 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ntn_report_designer_fields",schemaname="public"} 770 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ntn_report_designer_filters",schemaname="public"} 216 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ntn_report_designer_sql",schemaname="public"} 63 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ntn_window_designer",schemaname="public"} 28 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"} 22269 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"} 8607 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_invoice",schemaname="public"} 2.2397013e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 2.81605009e+08 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_invoicelinetax",schemaname="public"} 8.3788519e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 1.0602565e+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"} 2.1058537e+07 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"} 9.37437199e+08 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"} 1.46545209e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 2.7671298e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 434 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_pricelist",schemaname="public"} 85029 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"} 7.62438182e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 7445 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_requisition",schemaname="public"} 419111 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_requisition_line",schemaname="public"} 911848 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"} 2.9051285e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_supplier_address",schemaname="public"} 71242 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"} 9225 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 10452 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 2.52460171234e+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.1297722939e+10 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pr_production_plan",schemaname="public"} 32 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"} 14 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 192 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="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"} 29456 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 4303 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 29442 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="qrtz_locks",schemaname="public"} 12633 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"} 328666 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"} 241528 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_customer",schemaname="public"} 3.356962e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_customer_address",schemaname="public"} 1.010037775e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 0 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"} 1.6257674e+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"} 43569 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 974714 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 1432 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_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"} 1218 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 4104 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_invoice",schemaname="public"} 1.0977290151e+10 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.409288996e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 6.663118173e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 1199 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 4.644394945e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 1.36705640426e+11 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_order",schemaname="public"} 1.03552476513e+11 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 3.506895479e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_orderline",schemaname="public"} 4.0744498e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 2.4454100263e+10 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_orderline_meta",schemaname="public"} 8.32428275e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 2.95184119e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 1.20738832475e+11 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 8.3464664634e+10 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"} 1862 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_pfinvoice_line",schemaname="public"} 1632 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_pfinvoice_linetax",schemaname="public"} 2779 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_pfinvoice_tax",schemaname="public"} 1771 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_pricelist",schemaname="public"} 1.838728e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_productprice",schemaname="public"} 6.234862e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 230152 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_quotation",schemaname="public"} 29283 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_quotation_line",schemaname="public"} 20433 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_quotation_line_addons",schemaname="public"} 12275 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_quotation_line_pricing_rule",schemaname="public"} 10 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_quotation_linetax",schemaname="public"} 8877 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_quotation_tax",schemaname="public"} 4053 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.292078e+06 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_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="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"} 144 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="api_key",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 1.4311424e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 8.773632e+06 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"} 16384 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"} 9.94410496e+08 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_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_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_breaks",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_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"} 8192 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_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_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_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_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_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_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_holiday",schemaname="public"} 16384 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_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_posting",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_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_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_request",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_letter",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_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_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_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_payprocess_rule",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_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_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_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_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_retropay",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_rh_action",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_ri_discussion",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_ri_history",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_rid_attendee",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_rp_element",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_rp_emp",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_rp_emp_deductions",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_rp_emp_earnings",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_salary_proposal",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_salary_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_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_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_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_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_work_location",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_year",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="commerce_cart",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="commerce_cart_line",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cprf_set_scores",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_account",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_activity",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_camp_recipients",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_camp_settings",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_campaign_coupon_config",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_campaign_log_detail",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_campaign_logs",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_campaign_message_schedule",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_campaigns",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_comm_template_config",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_comm_templates",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_contact",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_email_template",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_lead",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_lead_products",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_opportunity",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_retail_segment_customers",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_sale",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_seglist",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_segment_behaviors",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_segment_rules",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_social_post",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_social_postline",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_stream",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_task",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_webinar",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_webinar_commschedule",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_webinar_log",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_webinar_notification_list",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_webinar_platform",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_airflow_dags",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_alert",schemaname="public"} 5.292032e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_alert_conditions",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_alerts_recipients",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_alternative_uom",schemaname="public"} 401408 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"} 663552 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_app_access",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 163840 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_audit_config",schemaname="public"} 49152 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 1.641971712e+09 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"} 8.75020288e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 1.957888e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_batch_register",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_bunit",schemaname="public"} 139264 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_bunit_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_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"} 24576 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_cur_denomination",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_currency",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_dag_taskscheduler",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_dag_taskscheduler_logs",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_data_load_config",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_data_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"} 1.6498688e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 196608 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_datamapping",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_integration_error_logs",schemaname="public"} 114688 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 8.0678912e+08 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"} 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_master_data_config",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_master_data_config_history",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_menu",schemaname="public"} 81920 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_menu_group",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_menu_schema",schemaname="public"} 475136 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_messages",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_metrics_schema",schemaname="public"} 983040 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"} 73728 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_paymentterm",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"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_permission_set",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_permission_set_access",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_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"} 147456 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_process_access",schemaname="public"} 712704 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_process_log",schemaname="public"} 8.71022592e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 2.50462208e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 7.98285824e+08 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.081344e+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"} 57344 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_process_window_schema",schemaname="public"} 163840 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_reference_schema",schemaname="public"} 794624 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 7.20896e+06 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"} 221184 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_releases_history",schemaname="public"} 229376 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_report",schemaname="public"} 303104 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 565248 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 1.794048e+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"} 360448 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_returnreason",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_role",schemaname="public"} 49152 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 65536 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_sequence",schemaname="public"} 1.55648e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_sqlquery_log",schemaname="public"} 8.56064e+06 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"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_table_sample_data",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_table_schema",schemaname="public"} 5.373952e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_task",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_tax",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_tax_acct",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_taxcategory",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_taxzone",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_tenant_accounting_preferences",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_tenant_purchase_preferences",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_timezone",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_uom",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_uom_conversion",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_user",schemaname="public"} 98304 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 65536 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 5.08198912e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 212992 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"} 16384 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_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_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"} 720896 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.2005248e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cw_auth_token",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwc_cafeteria_banners",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwc_cafeteria_restaurants",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwc_channel",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwc_company",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwc_company_cafeterias",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwc_company_city",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwc_company_preferences",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwc_config",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwc_order",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwc_order_activity",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwc_order_feedback",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwc_order_meta",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwc_orderline",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwc_orderline_addons",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwc_orderstatus_history",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwc_restaurant_timeslot",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwc_store_holidays",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwc_store_timings",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwc_stores_config",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwcs_subscrgrp",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwcs_subscrgrp_frequency",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwcs_subscrgrp_products",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwcs_subscrgrp_settings",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwcs_subscription",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwcs_subscription_addon",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwcs_subscription_logs",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwcs_subscription_payments",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwcs_subscription_schedule",schemaname="public"} 8192 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_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"} 9.846784e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 983040 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"} 5.36576e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 2.138112e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 368640 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"} 8192 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"} 16384 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="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"} 4.0165376e+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_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"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_fb_kot",schemaname="public"} 1.96542464e+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"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_fb_order_merge",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_fb_order_meta",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 16384 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"} 98304 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_fb_section",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_fb_table",schemaname="public"} 16384 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"} 16384 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_transaction",schemaname="public"} 212992 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_event_calendar",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 8.060928e+06 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_transaction",schemaname="public"} 9.797632e+06 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_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"} 139264 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 40960 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 40960 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_pcatalogue_timeslot",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_pcataloguelines",schemaname="public"} 1.86957824e+08 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"} 2.053185536e+09 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 598016 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 3.596288e+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_till_health",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 98304 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 73728 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_recipe_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_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"} 90112 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"} 1.622016e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 3.23584e+06 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.007616e+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"} 9.9180544e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 2.5083904e+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"} 2.449408e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 16384 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"} 3.3808384e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 5.7237504e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 4.6276608e+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"} 3.981312e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 294912 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 3.3243136e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_wallet",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"} 16384 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.01169152e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cww_tasklinedetail",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwx_customer_enrollment",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwx_customer_user",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwx_payment_method",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="ds_channel",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="ds_channel_frames",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="ds_media",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="ds_player_channel",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="ds_players",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="ds_playlist_details",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="ds_playlists",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="ds_schedules",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="ds_tray_events",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="email_source",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="exdhrm_newjoineeconfig",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fam_asset",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fam_asset_alert_log",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fam_asset_allocation_rule",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fam_asset_audit",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fam_asset_category",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fam_asset_class",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fam_asset_custo_transfer",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fam_asset_depreciation_schedule",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fam_asset_disposal",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fam_asset_history",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fam_asset_issue",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fam_asset_loc_transfer",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fam_asset_proposal",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fam_asset_proposal_line",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fam_asset_registration",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fam_asset_return",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fam_asset_rule_line",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fam_asset_sub_category",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fam_asset_subclass",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fam_asset_type",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fam_depreciation_method",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fam_depreciation_posting",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fam_depreciation_rule",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fam_loc_building",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fam_loc_floor",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fam_loc_room",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fam_provisional_asset",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_account",schemaname="public"} 155648 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 98304 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_acct_config_fixedasset",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_acct_config_general",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_acct_config_intercompany",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_acct_config_inventory",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_acct_config_production",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_acct_config_purchasing",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_acct_config_rules",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_acct_config_sales",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_adv_payment",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_adv_receipt",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_budget",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 49152 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_coa",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 90112 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"} 81920 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 843776 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"} 376832 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_journal",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 679936 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 2.473984e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 6.160384e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 3.227648e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 2.052096e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 1.44990208e+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"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_lin_sal_inv_tcs",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 385024 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_lin_tcs_rate",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_lin_tcs_section",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_lin_tcs_setup",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_lin_tcs_trx_history",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_lin_tds_history",schemaname="public"} 65536 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_lin_tds_sectionline",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_pay_pglogs",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_pay_pgtransaction",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_payment",schemaname="public"} 2.981888e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 2.326528e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 2.29376e+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"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 6.2947328e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 5.4308864e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 5.17062656e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 4.08756224e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 3.91348224e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="flyway_schema_history",schemaname="public"} 548864 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="hsncode",schemaname="public"} 262144 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="lgs_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"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="lgs_task",schemaname="public"} 1.3049856e+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_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"} 237568 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_attribute",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_attribute_group",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_attribute_value",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_autoconsumption_config",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_batch",schemaname="public"} 49152 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_batch_attribute",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_batch_conversion",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_batch_group",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_batch_subproduct",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_bom",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_bom_line",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_categories_products",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_cost_adjustment",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_cost_adjustment_line",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_costing_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"} 65536 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_custom_attribute",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_custom_attribute_fields",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_internal_consumption",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_internal_consumptionline",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_invcount_sch_stores",schemaname="public"} 57344 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_inventory",schemaname="public"} 1.4647296e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 385024 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"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 32768 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"} 6.1906944e+07 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_material_request",schemaname="public"} 688128 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_movement",schemaname="public"} 1.0133504e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_movementline",schemaname="public"} 4.4294144e+07 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"} 40960 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_payment",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_pricing_pcategory",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_pricing_quantity",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_pricing_xproduct",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_pricing_yproduct",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_pricingrule",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_pricingrule_coupon_rule",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_prodaddon_attribute",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_product",schemaname="public"} 5.193728e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 712704 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"} 5.668864e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_product_category",schemaname="public"} 245760 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_product_category_acct",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_product_category_attr",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_product_divisions",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_product_group",schemaname="public"} 65536 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_product_images",schemaname="public"} 98304 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"} 409600 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"} 4.128768e+06 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"} 1.9996672e+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_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_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"} 5.04430592e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_shipment_charges",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_shipment_meta",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_shipmentline",schemaname="public"} 1.010589696e+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"} 4.85376e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 1.191936e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 4.345856e+07 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"} 1.785856e+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"} 4.48937984e+09 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_transactioncost",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_transactiondetails",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_transferissue",schemaname="public"} 3.1358976e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 4.26917888e+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"} 6.5839104e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 5.03668736e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 2.98950656e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 2.9720576e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 3.84811008e+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"} 6.7428352e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 4.93576192e+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"} 1.425408e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 6.0530688e+07 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"} 90112 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"} 851968 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"} 548864 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"} 9.838592e+06 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"} 98304 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="ntn_metrics_designer",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 212992 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="ntn_report_designer_fields",schemaname="public"} 81920 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="ntn_report_designer_filters",schemaname="public"} 65536 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="ntn_report_designer_sql",schemaname="public"} 65536 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="ntn_window_designer",schemaname="public"} 614400 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"} 229376 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"} 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_dn_settlement",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_exp_settlement",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_in_settlement",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_inv_settlement",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_inv_settlementline",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_invoice",schemaname="public"} 6.111232e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 1.4606336e+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_invoicelinetax",schemaname="public"} 1.3647872e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 3.801088e+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"} 6.668288e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_order_lc",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_order_meta",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_orderline",schemaname="public"} 2.289664e+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"} 2.3003136e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 5.718016e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_pricelist",schemaname="public"} 49152 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_pricelist_version",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_productprice",schemaname="public"} 2.482176e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 417792 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"} 647168 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"} 679936 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_supplier_bunit",schemaname="public"} 8192 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"} 352256 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_workorder",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_workorder_charges",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_workorder_issue",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_workorder_status",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_workorder_tracking",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="plm_design",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="plm_design_availability",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="plm_design_bom",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="plm_designer",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="plm_project",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="plm_task",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pm_application",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pm_bug",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pm_docs",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pm_feature",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pm_module",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pm_project",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pm_resources",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pm_skill",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pnxt_breederconfig",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pnxt_candling_rejection",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pnxt_candling_rejectionline",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pnxt_farm_standards",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pnxt_flock",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pnxt_hatchery_config",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pnxt_hatchery_grading",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pnxt_livestock",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pnxt_machine",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pnxt_pullout",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pnxt_pullout_vaccmed",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pnxt_pulloutline",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pnxt_setter",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pnxt_setterline",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pos_summary_payment_breakup",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pos_summary_settled_payments",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pos_summary_tax_breakup",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pr_activity",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pr_bom_adj_lines",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pr_bom_adjustment",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 8.65230848e+08 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"} 1.7666048e+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="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"} 196608 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"} 49152 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"} 466944 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_business_type",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_customer",schemaname="public"} 4.3008e+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.210688e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 8192 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.064384e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 1.630208e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 212992 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_customer_settlement",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_daily_trip",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_daily_trip_activity",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_daily_trip_stop",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_daily_trip_stop_survey",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_dropship",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_dropship_line",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_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"} 131072 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 376832 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_invoice",schemaname="public"} 7.26761472e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_invoice_meta",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_invoiceline",schemaname="public"} 1.193181184e+09 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 1.88956672e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 90112 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 1.490624512e+09 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 7.01882368e+08 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_order",schemaname="public"} 8.20789248e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 1.309745152e+09 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_orderline",schemaname="public"} 1.221779456e+09 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 1.2976128e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_orderline_meta",schemaname="public"} 1.5106048e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 1.216512e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 8.05781504e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 4.41532416e+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"} 180224 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"} 221184 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_pfinvoice_tax",schemaname="public"} 221184 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_pricelist",schemaname="public"} 49152 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_productprice",schemaname="public"} 2.21184e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 1.449984e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_quotation",schemaname="public"} 81920 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_quotation_line",schemaname="public"} 90112 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"} 139264 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_quotation_tax",schemaname="public"} 81920 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"} 32768 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_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="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="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_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_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_breaks",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_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_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_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_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_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_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_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_holiday",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_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_posting",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_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_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_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_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_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_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_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_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_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_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_retropay",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_salary_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_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_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_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_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_work_location",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_api_builder_schema",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_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_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_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_country",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_data_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_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_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_master_data_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_menu_schema",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_metrics_schema",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_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_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_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_sequence",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_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_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_webhooks",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_window_schema",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwf_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_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="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_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_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_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_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_provider_logs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_pcataloguelines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_recipe_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_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_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_topup",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="lgs_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_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_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_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_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_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_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_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_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_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_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_warehouse",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ntn_menu_designer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="orders",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_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_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_bunit",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="qrtz_triggers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_customer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_customer_address",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_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_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_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_order",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_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_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="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="16.10.0",version="PostgreSQL 16.10 (Debian 16.10-1.pgdg13+1) on aarch64-unknown-linux-gnu, compiled by gcc (Debian 14.2.0-19) 14.2.0, 64-bit"} 1 # HELP pg_statio_user_tables_heap_blocks_hit Number of buffer hits in this table # TYPE pg_statio_user_tables_heap_blocks_hit counter pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="api_key",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 2.9557724e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 1.583691e+06 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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="b2c_customer_uuid",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="brand",schemaname="public"} 1.220214e+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"} 69121 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_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_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_breaks",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_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_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_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_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_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_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_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_holiday",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_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_posting",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_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_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_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_letter",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_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_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_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_payprocess_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_payroll_process",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_payroll_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_payslab",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_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_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_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_retropay",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_rh_action",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_ri_discussion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_ri_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_rid_attendee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_rp_element",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_rp_emp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_salary_proposal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_salary_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_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_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_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_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_work_location",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"} 6 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"} 30 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_lead",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_lead_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_opportunity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_sale",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_seglist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_segment_behaviors",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_segment_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_social_post",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_social_postline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_stream",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_webinar",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_webinar_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_webinar_platform",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_airflow_dags",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_alert",schemaname="public"} 1504 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_alert_conditions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_alerts_recipients",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_alternative_uom",schemaname="public"} 2.29191e+06 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"} 25790 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_app_access",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 0 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_audit_config",schemaname="public"} 568 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 246783 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 4665 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 9253 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 1.244662e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_batch_register",schemaname="public"} 459 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_bunit",schemaname="public"} 1.149269306e+09 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_bunit_location",schemaname="public"} 168671 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"} 21 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_city",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_client",schemaname="public"} 1.2926843e+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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_country",schemaname="public"} 1.180386e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_cur_denomination",schemaname="public"} 1069 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_currency",schemaname="public"} 3.402534e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 1063 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_data_load_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_data_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"} 9.73971e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_doctype_template",schemaname="public"} 492 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"} 5 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_file",schemaname="public"} 85490 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 487 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_datamapping",schemaname="public"} 7 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_integration_error_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 62726 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 14489 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_integrations",schemaname="public"} 14487 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_master_data_config",schemaname="public"} 414 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"} 160 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"} 5102 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"} 1729 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"} 3542 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_nearbystores",schemaname="public"} 60 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_notification_recipients",schemaname="public"} 63 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_paymentterm",schemaname="public"} 1.006003e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_permission_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_permission_group_access",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_permission_group_set",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_permission_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_permission_set",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_permission_set_access",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_print_template",schemaname="public"} 242 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"} 99588 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_process_access",schemaname="public"} 437 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_process_log",schemaname="public"} 277370 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 8277 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 1.030842e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_process_rundetail",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_process_schema",schemaname="public"} 3386 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_process_window",schemaname="public"} 22 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_process_window_access",schemaname="public"} 233 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_process_window_schema",schemaname="public"} 566 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_reference_schema",schemaname="public"} 1.459815e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 7953 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_region",schemaname="public"} 2.442916e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_releases",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_releases_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_report",schemaname="public"} 1337 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 20503 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 24331 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 589 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_returnreason",schemaname="public"} 33105 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_role",schemaname="public"} 3703 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 32 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_sequence",schemaname="public"} 333051 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_sqlquery_log",schemaname="public"} 2781 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"} 0 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"} 894226 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"} 4.218872e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_tax_acct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_taxcategory",schemaname="public"} 390548 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"} 4946 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_tenant_purchase_preferences",schemaname="public"} 110 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"} 1.0181491e+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"} 4.7401552e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 898616 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 1.761489e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 6.048259e+06 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"} 0 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_preference",schemaname="public"} 1 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_webhooks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_window",schemaname="public"} 1.532864e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 139845 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"} 29495 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"} 295093 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cw_auth_token",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwc_channel",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwc_company",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwc_company_city",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwc_company_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwc_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwc_order",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwc_order_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwc_order_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwc_order_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwc_orderline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwc_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwc_store_holidays",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwc_store_timings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwc_stores_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwcs_subscription",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwf_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwf_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"} 358 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 46580 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 1.6634638e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwf_workflow_approvers",schemaname="public"} 6 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwf_workflow_eventstore",schemaname="public"} 874 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 1.552042e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 24 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_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="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"} 2322 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"} 19 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_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"} 6 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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_fb_kot",schemaname="public"} 62319 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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_fb_production_center",schemaname="public"} 523484 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_fb_production_center_access",schemaname="public"} 91631 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_fb_section",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_fb_table",schemaname="public"} 0 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"} 0 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"} 727 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"} 55956 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 444 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_giftcard_type",schemaname="public"} 43 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 2729 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"} 91 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_event_calendar",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 2.888279e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 7992 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"} 91 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_settings",schemaname="public"} 4435 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_transaction",schemaname="public"} 1.2997774e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_menutimeslot",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_mystore",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_payment_providers",schemaname="public"} 972 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"} 157158 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 3.107155e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 179055 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 1173 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"} 3.13371574e+08 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 426 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 524218 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 6992 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 1.023392e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 95286 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"} 161 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_pos_till_health",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 6301 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 2337 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 3486 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_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_rules",schemaname="public"} 6 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 267225 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"} 20076 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"} 228462 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 1.188314e+06 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.603515e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_till_access_meta",schemaname="public"} 6324 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 1.353991e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 26200 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"} 943 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 6304 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 1.4817361e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 17245 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 785553 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"} 2417 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 24909 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 16847 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_wallet",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"} 0 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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 32 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"} 43 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fam_asset",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fam_asset_alert_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fam_asset_audit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fam_asset_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fam_asset_class",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fam_asset_disposal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fam_asset_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fam_asset_issue",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fam_asset_proposal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fam_asset_registration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fam_asset_return",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fam_asset_rule_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fam_asset_sub_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fam_asset_subclass",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fam_asset_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fam_depreciation_method",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fam_depreciation_posting",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fam_depreciation_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fam_loc_building",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fam_loc_floor",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fam_loc_room",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fam_provisional_asset",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_account",schemaname="public"} 433 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 404 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 1 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_bank_statement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 4435 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"} 1 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 968 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_expvoucher",schemaname="public"} 16252 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 33 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 42 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 82 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 473247 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"} 5524 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_journal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 360 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 3.5271578e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 14195 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 14 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 2.319132e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 76218 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 14 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_lin_pinv_tds",schemaname="public"} 45 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 1683 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"} 71 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 230074 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 15 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_pay_pglogs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_payment",schemaname="public"} 22270 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 658483 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 1.818826e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 40454 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 0 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"} 198 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 7.011834e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 872828 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 7.336869e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 2.167693e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 3.450562e+06 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"} 474313 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"} 48834 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"} 1104 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"} 56 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="lgs_vehicle_type",schemaname="public"} 61 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"} 38 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_addon_group",schemaname="public"} 2104 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"} 498824 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"} 3.984639e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_batch_subproduct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_bom_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_categories_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_cost_adjustment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_costing_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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_custom_attribute",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_internal_consumption",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_internal_consumptionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_inventory",schemaname="public"} 1.251488e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 2.260419e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_inventory_issue",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 122 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_inventory_receipt",schemaname="public"} 0 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"} 585536 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_material_request",schemaname="public"} 4639 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_movement",schemaname="public"} 1.601759e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_movementline",schemaname="public"} 1.204323e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_movementlinedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_pricing_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_pricing_additional_info",schemaname="public"} 379 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_pricing_approval",schemaname="public"} 380 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"} 463 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"} 1 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_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"} 7365 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"} 8.2872861e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 1.2762814e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_product_attribute",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_product_bom",schemaname="public"} 207113 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_product_category",schemaname="public"} 3.883966e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_product_category_acct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_product_category_attr",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_product_divisions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_product_group",schemaname="public"} 474768 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_product_images",schemaname="public"} 132 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"} 85 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_product_meta",schemaname="public"} 6667 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"} 18074 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"} 1.5416963e+07 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"} 1.2989764e+07 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_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_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.157338e+06 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"} 696239 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"} 8.2241797e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 1.050722e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 377669 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"} 1.2319162e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 20802 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"} 4.680486e+08 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_transactioncost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_transactiondetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_transferissue",schemaname="public"} 6.528419e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 8.629371e+06 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.1058878e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 4.6169211e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 1.05911e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 5.697143e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 214153 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.225151e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 1.165125e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_tray",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_tray_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_unitcost",schemaname="public"} 0 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"} 70395 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.110157e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_wa_costing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_wa_costing_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_wa_product",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_warehouse",schemaname="public"} 1.7743831e+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"} 220 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"} 128823 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"} 6.056785e+06 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"} 1534 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="ntn_metrics_designer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 136 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"} 0 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_window_designer",schemaname="public"} 0 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"} 1692 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"} 196 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"} 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_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"} 3.530215e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 1.9521042e+07 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_invoicelinetax",schemaname="public"} 3.479446e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 439436 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"} 2.404814e+06 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"} 5.9265538e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_orderline_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_orderlinetax",schemaname="public"} 4.934696e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 809034 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 3 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_pricelist",schemaname="public"} 89255 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"} 2.7953647e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 325 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_requisition",schemaname="public"} 58009 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_requisition_line",schemaname="public"} 62368 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"} 2.434111e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_supplier_acct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_supplier_address",schemaname="public"} 79820 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"} 1518 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 134 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_workorder",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_workorder_charges",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_workorder_issue",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_workorder_status",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_workorder_tracking",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="plm_design",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="plm_design_availability",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="plm_design_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="plm_designer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="plm_project",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="plm_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pm_application",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pm_bug",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pm_docs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pm_feature",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pm_module",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pm_project",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pm_resources",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pm_skill",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pnxt_breederconfig",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pnxt_farm_standards",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pnxt_flock",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pnxt_livestock",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pnxt_machine",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pnxt_pullout",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pnxt_pulloutline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pnxt_setter",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pnxt_setterline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pr_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pr_bom_adjustment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 4.12513032e+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"} 1.311629e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pr_outproducts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pr_pproducts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pr_process",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pr_processic",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pr_prodindirectcost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pr_product_conversion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pr_product_convline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pr_production_plan",schemaname="public"} 1 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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 42 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="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"} 11356 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 13123 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 1590 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="qrtz_locks",schemaname="public"} 6761 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"} 801176 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"} 193205 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_business_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_customer",schemaname="public"} 4.430991e+06 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"} 6.6297318e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 0 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"} 858930 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"} 20 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 37114 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 0 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_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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 36 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_invoice",schemaname="public"} 1.2490996e+07 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"} 3.4099084e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 252548 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 45 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 2.248708e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 1.5017853e+07 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_order",schemaname="public"} 4.4479901e+08 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 954058 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_orderline",schemaname="public"} 1.53978212e+08 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 1.4236602e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_orderline_meta",schemaname="public"} 2.3851009e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 998632 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 1.9854597e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 4.711677e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_packingslip_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_pfinvoice",schemaname="public"} 48 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_pfinvoice_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_pricelist",schemaname="public"} 1.59151e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_productprice",schemaname="public"} 2.522101e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 620 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_quotation",schemaname="public"} 2850 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_quotation_line",schemaname="public"} 1331 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_quotation_line_addons",schemaname="public"} 547 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_quotation_line_pricing_rule",schemaname="public"} 7 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_quotation_linetax",schemaname="public"} 602 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_quotation_tax",schemaname="public"} 305 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"} 959067 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_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="seg_criteria",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="site_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="site_categories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="site_categories_list",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="site_forms",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="site_forms_schema",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="site_list",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="site_media",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="site_menu",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="site_menu_title",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="site_pages",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="site_posts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="site_seo_metadata",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="site_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="site_tags",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="sr_device",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="sr_eas_gate",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="sr_eas_gate_users",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="sr_eas_tag_data",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="sr_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="sr_fitting_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="sr_fitting_room",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="sr_location_users",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="sr_reference",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="sr_reference_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="sr_scan_data",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="sr_scan_loc_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="sr_scan_location",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="sr_tag_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="sr_tag_transaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="sr_tray",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="sr_tray_estimation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="sr_tray_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="sr_tray_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="sr_tray_salesrep",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="sr_tray_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="subline_tab",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="tenant_sales_preferences",schemaname="public"} 4 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="test_table",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="v_next_assign_no",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="w_aisle",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="w_assigned_personnel",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="w_associated_equipment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="w_bin_capacity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="w_control_area",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="w_entity_profile",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="w_exception_action",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="w_level",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="w_operations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="w_rack",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="w_reservation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="w_routing_control_area",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="w_routing_steps",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="w_routing_templates",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="w_strategy_entity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="w_strategy_profile",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="w_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="w_task_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="w_tolerance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="w_uom_restrictions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="webinar_settings",schemaname="public"} 0 # HELP pg_statio_user_tables_heap_blocks_read Number of disk blocks read from this table # TYPE pg_statio_user_tables_heap_blocks_read counter pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="api_key",schemaname="public"} 34 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 7.334655e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 1.225999e+06 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"} 0 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"} 6727 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"} 588354 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_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_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_breaks",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_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_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_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_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_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_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_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_holiday",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_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_posting",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_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_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_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_letter",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_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_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_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_payprocess_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_payroll_process",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_payroll_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_payslab",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_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_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_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_retropay",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_rh_action",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_ri_discussion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_ri_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_rid_attendee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_rp_element",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_rp_emp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_salary_proposal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_salary_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_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_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_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_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_work_location",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"} 213 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"} 20 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="crm_lead",schemaname="public"} 7 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="crm_lead_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="crm_opportunity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="crm_sale",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="crm_seglist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="crm_segment_behaviors",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="crm_segment_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="crm_social_post",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="crm_social_postline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="crm_stream",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="crm_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="crm_webinar",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="crm_webinar_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="crm_webinar_platform",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_airflow_dags",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_alert",schemaname="public"} 3904 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_alert_conditions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_alerts_recipients",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_alternative_uom",schemaname="public"} 656030 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"} 26965 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_app_access",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 77 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_audit_config",schemaname="public"} 704 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 740578 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 1667 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 213489 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 694846 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_batch_register",schemaname="public"} 1667 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_bunit",schemaname="public"} 59526 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_bunit_location",schemaname="public"} 38765 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"} 244 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"} 7734 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"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_country",schemaname="public"} 4867 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_cur_denomination",schemaname="public"} 600 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_currency",schemaname="public"} 10447 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 592 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_data_load_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_data_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"} 24405 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_doctype_template",schemaname="public"} 4990 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"} 310 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_file",schemaname="public"} 743285 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 468 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_datamapping",schemaname="public"} 26 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_integration_error_logs",schemaname="public"} 56 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 412343 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 5909 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_integrations",schemaname="public"} 5905 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_master_data_config",schemaname="public"} 447 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"} 14 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"} 668 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"} 14075 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"} 20 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"} 42 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_nearbystores",schemaname="public"} 367 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_notification_recipients",schemaname="public"} 732 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_paymentterm",schemaname="public"} 15615 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"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_permission_set",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_permission_set_access",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_print_template",schemaname="public"} 2494 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_print_template_query",schemaname="public"} 224 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_process",schemaname="public"} 39951 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_process_access",schemaname="public"} 4638 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_process_log",schemaname="public"} 624893 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 2.770682e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 508725 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"} 6552 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_process_window",schemaname="public"} 14 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_process_window_access",schemaname="public"} 656 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_process_window_schema",schemaname="public"} 683 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_reference_schema",schemaname="public"} 1.265691e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 26974 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_region",schemaname="public"} 8702 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_releases",schemaname="public"} 147 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_releases_history",schemaname="public"} 126 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_report",schemaname="public"} 2195 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 5378 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 5482 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 1658 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 252 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_returnreason",schemaname="public"} 768 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_role",schemaname="public"} 394 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 100 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_sequence",schemaname="public"} 319154 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_sqlquery_log",schemaname="public"} 6724 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"} 0 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"} 548157 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_task",schemaname="public"} 7 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_tax",schemaname="public"} 10106 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_tax_acct",schemaname="public"} 7 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_taxcategory",schemaname="public"} 9189 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"} 14310 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_tenant_purchase_preferences",schemaname="public"} 1041 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"} 7217 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"} 56487 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 63892 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 671607 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 299324 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"} 0 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_preference",schemaname="public"} 153 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_webhooks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_window",schemaname="public"} 21128 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 25778 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"} 81967 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"} 33903 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cw_auth_token",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwc_channel",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwc_company",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwc_company_city",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwc_company_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwc_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwc_order",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwc_order_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwc_order_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwc_order_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwc_orderline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwc_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwc_store_holidays",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwc_store_timings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwc_stores_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwcs_subscription",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwf_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwf_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"} 318 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 10727 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 2.402838e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwf_workflow_approvals_template",schemaname="public"} 10 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwf_workflow_approvers",schemaname="public"} 239 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwf_workflow_eventstore",schemaname="public"} 4053 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 1.407285e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 268 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_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="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"} 4344 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"} 154 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_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"} 239 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"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_fb_kot",schemaname="public"} 156298 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"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_fb_production_center",schemaname="public"} 13479 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_fb_production_center_access",schemaname="public"} 35391 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_fb_section",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_fb_table",schemaname="public"} 0 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"} 0 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"} 2458 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_gift_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_gift_voucher",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_giftcard",schemaname="public"} 1.075743e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 344 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_giftcard_type",schemaname="public"} 248 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 548 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"} 238 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_event_calendar",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 1.2348871e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 3198 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"} 238 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_loyalty_settings",schemaname="public"} 305 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_loyalty_transaction",schemaname="public"} 2.368262e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_menutimeslot",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_mystore",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_payment_providers",schemaname="public"} 240 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"} 120907 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 3141 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 625 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 633 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"} 2.1816556e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 470 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 4.87785003e+08 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 16483 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 378434 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 273284 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"} 662 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_pos_till_health",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 363 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 654 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 229 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_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_rules",schemaname="public"} 239 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 17033 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"} 40914 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.01195e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 2.140188e+06 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"} 323645 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_till_access_meta",schemaname="public"} 3174 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 2.9353795e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 18005 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"} 1790 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 11336 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 1.841735e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 36434 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 1.3292516e+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"} 4864 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 7857 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 860494 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_wallet",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"} 0 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"} 2512 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 2.483982e+06 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"} 462 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fam_asset",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fam_asset_alert_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fam_asset_audit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fam_asset_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fam_asset_class",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fam_asset_disposal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fam_asset_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fam_asset_issue",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fam_asset_proposal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fam_asset_registration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fam_asset_return",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fam_asset_rule_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fam_asset_sub_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fam_asset_subclass",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fam_asset_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fam_depreciation_method",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fam_depreciation_posting",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fam_depreciation_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fam_loc_building",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fam_loc_floor",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fam_loc_room",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fam_provisional_asset",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_account",schemaname="public"} 2990 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 32 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 11 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"} 9 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"} 9 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"} 9 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"} 10 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 9 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_bank_statement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 73 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"} 7 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 14 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"} 11 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 585 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_expvoucher",schemaname="public"} 231 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 9 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 14 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 730 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 80292 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"} 2904 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_journal",schemaname="public"} 7 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 1585 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 385906 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 215218 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 3282 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 1.669924e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 7.246736e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 12 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_lin_pinv_tds",schemaname="public"} 12 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 8596 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"} 17 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 2247 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 12 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_pay_pglogs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_payment",schemaname="public"} 40112 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 67873 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 13474 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 44897 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 8 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 17 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"} 11 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 1.8628713e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 5.42836434e+08 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 1.647853e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 3.5034774e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 1.45348878e+09 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="flyway_schema_history",schemaname="public"} 322 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="hsncode",schemaname="public"} 38243 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"} 584192 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="lgs_task_activity",schemaname="public"} 9 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="lgs_vehicle",schemaname="public"} 385 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"} 7 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="lgs_vehicle_model",schemaname="public"} 239 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="lgs_vehicle_type",schemaname="public"} 239 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"} 20 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_addon_group",schemaname="public"} 2718 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"} 8256 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"} 6733 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_batch_subproduct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_bom_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_categories_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_cost_adjustment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_costing_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"} 24 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_custom_attribute",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_internal_consumption",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_internal_consumptionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_invcount_sch_stores",schemaname="public"} 14 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_inventory",schemaname="public"} 1.153892e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 106629 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_inventory_count_schedule",schemaname="public"} 7 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_inventory_issue",schemaname="public"} 7 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 81 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_inventory_receipt",schemaname="public"} 49 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_inventory_receiptline",schemaname="public"} 270 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"} 233484 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_material_request",schemaname="public"} 13978 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_movement",schemaname="public"} 936912 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_movementline",schemaname="public"} 4.8127955e+07 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"} 48 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_pricing_approval",schemaname="public"} 54 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"} 48 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"} 8 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_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"} 16391 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"} 9.08071e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 380161 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"} 113719 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_product_category",schemaname="public"} 123315 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"} 4647 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_product_images",schemaname="public"} 276 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"} 1220 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_product_meta",schemaname="public"} 4649 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"} 3273 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"} 502086 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"} 1.233125e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_receiptline_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_receiptline_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_receiptlinedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_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_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"} 8.81260273e+08 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"} 4.1287e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_shipmentline_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_shipmentline_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_slowmover",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_stock",schemaname="public"} 7.4100741e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 485198 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 1.2982383e+07 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"} 62175 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 11348 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.512402559e+09 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_transactioncost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_transactiondetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_transferissue",schemaname="public"} 6.116981e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 3.2707942e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_transferorder",schemaname="public"} 7.420499e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 9.32275335e+08 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 1.42519965e+08 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 3.276702e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 2.621141e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_transferrequest",schemaname="public"} 1.50103499e+08 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 3.509441e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_tray",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_tray_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_unitcost",schemaname="public"} 1518 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 43512 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"} 12407 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"} 167466 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"} 49459 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"} 390 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"} 46533 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"} 1.524363e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_wastagelinedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="multitabchecking",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="myonlytest",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ntn_dashboard_designer",schemaname="public"} 7 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ntn_dashboard_designer_filters",schemaname="public"} 7 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ntn_dashboard_designer_kpi",schemaname="public"} 7 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ntn_menu_designer",schemaname="public"} 63 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ntn_metrics_designer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 64 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ntn_report_designer_fields",schemaname="public"} 28 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ntn_report_designer_filters",schemaname="public"} 16 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ntn_report_designer_sql",schemaname="public"} 14 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ntn_window_designer",schemaname="public"} 7 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"} 392 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"} 253 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"} 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_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"} 370192 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 1.105793e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_invoiceline_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_invoicelinetax",schemaname="public"} 270438 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 71458 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"} 391962 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.3741837e+07 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"} 2.081665e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 494513 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 28 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_pricelist",schemaname="public"} 2770 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"} 886165 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 428 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_requisition",schemaname="public"} 1864 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_requisition_line",schemaname="public"} 2764 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"} 50928 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"} 17838 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"} 24 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 394 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_workorder",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_workorder_charges",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_workorder_issue",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_workorder_status",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_workorder_tracking",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="plm_design",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="plm_design_availability",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="plm_design_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="plm_designer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="plm_project",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="plm_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pm_application",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pm_bug",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pm_docs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pm_feature",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pm_module",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pm_project",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pm_resources",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pm_skill",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pnxt_breederconfig",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pnxt_farm_standards",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pnxt_flock",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pnxt_livestock",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pnxt_machine",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pnxt_pullout",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pnxt_pulloutline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pnxt_setter",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pnxt_setterline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pr_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pr_bom_adjustment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 1.1566010033e+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"} 5.21633289e+08 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"} 15 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"} 7 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 150 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="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"} 8214 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 4351 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 2616 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="qrtz_locks",schemaname="public"} 1657 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"} 86640 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"} 158864 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_business_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_customer",schemaname="public"} 617296 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"} 781593 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 0 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"} 6944 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"} 1422 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 15933 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 144 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_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"} 56 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 288 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_invoice",schemaname="public"} 1.061809243e+09 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.03412769e+08 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 2.18365624e+08 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 57 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 1.87153424e+08 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 5.076129426e+09 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_order",schemaname="public"} 1.0889917838e+10 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 1.5045694e+08 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_orderline",schemaname="public"} 4.318901e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 1.150512684e+09 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_orderline_meta",schemaname="public"} 2.4047828e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 1.0465563e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 4.640515038e+09 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 2.814982433e+09 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_packingslip_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_pfinvoice",schemaname="public"} 176 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_pfinvoice_line",schemaname="public"} 144 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_pfinvoice_linetax",schemaname="public"} 126 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_pfinvoice_tax",schemaname="public"} 126 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_pricelist",schemaname="public"} 13310 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_productprice",schemaname="public"} 270769 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 9352 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_quotation",schemaname="public"} 1401 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_quotation_line",schemaname="public"} 116 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_quotation_line_addons",schemaname="public"} 349 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_quotation_line_pricing_rule",schemaname="public"} 10 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_quotation_linetax",schemaname="public"} 106 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_quotation_tax",schemaname="public"} 100 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"} 15496 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_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="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"} 140 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="api_key",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 5.036118e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 4092 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="b2c_customer_meta",schemaname="public"} 2981 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"} 4555 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="c_bp_taxcategory",schemaname="public"} 146 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"} 1976 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cdr_receipts",schemaname="public"} 3294 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_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_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_breaks",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_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_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"} 14 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_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_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_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_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_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_holiday",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_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_posting",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_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_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_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_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"} 0 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_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_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"} 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_payprocess_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_payroll_process",schemaname="public"} 0 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"} 0 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_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_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_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_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_proposal",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_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_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_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_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_work_location",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"} 0 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"} 4 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"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_lead",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_lead_products",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_opportunity",schemaname="public"} 0 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_airflow_dags",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_alert",schemaname="public"} 13 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_alerts_recipients",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_alternative_uom",schemaname="public"} 6338 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"} 90712 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_app_access",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 4 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_audit_config",schemaname="public"} 493 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 40638 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 343 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 903 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 603 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_batch_register",schemaname="public"} 343 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_bunit",schemaname="public"} 2.391153e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_bunit_location",schemaname="public"} 3194 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"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_city",schemaname="public"} 92 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_client",schemaname="public"} 45044 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_client_applications",schemaname="public"} 46 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_client_apps",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_country",schemaname="public"} 1474 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_cur_denomination",schemaname="public"} 36 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_currency",schemaname="public"} 19436 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 34 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_load_config",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"} 94 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_doctype",schemaname="public"} 33760 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_doctype_template",schemaname="public"} 66 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"} 3 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_file",schemaname="public"} 76 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 24 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_datamapping",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_integration_error_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 21882 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 267 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_integrations",schemaname="public"} 265 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"} 0 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_master_data_config",schemaname="public"} 8 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"} 121 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"} 47 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"} 13 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"} 2126 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_nearbystores",schemaname="public"} 37 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_notification_recipients",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_paymentterm",schemaname="public"} 6193 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_permission_group",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_permission_group_access",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_permission_group_set",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_permission_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_permission_set",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_permission_set_access",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_print_template",schemaname="public"} 67 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"} 84127 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_process_access",schemaname="public"} 1501 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_process_log",schemaname="public"} 99423 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 625 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 1.103775e+06 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"} 8619 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"} 249 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_process_window_schema",schemaname="public"} 927 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_reference_schema",schemaname="public"} 26066 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 43 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_region",schemaname="public"} 76192 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_releases",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_releases_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_report",schemaname="public"} 3073 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 42460 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 51542 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 329 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_returnreason",schemaname="public"} 93 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_role",schemaname="public"} 124 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 3 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_sequence",schemaname="public"} 120760 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_sqlquery_log",schemaname="public"} 391 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_stockentry_controls",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_system_preferences",schemaname="public"} 0 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"} 14246 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"} 25348 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_tax_acct",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_taxcategory",schemaname="public"} 137730 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_taxzone",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_tenant_accounting_preferences",schemaname="public"} 4434 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_timezone",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_uom",schemaname="public"} 2.803626e+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"} 183514 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 2474 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 725891 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 1653 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_user_division_access",schemaname="public"} 13861 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"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_user_mfa",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_user_preference",schemaname="public"} 0 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"} 825 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_views",schemaname="public"} 8525 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_webhooks",schemaname="public"} 3800 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_window",schemaname="public"} 2.991054e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 294355 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_window_process",schemaname="public"} 218 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_window_rules",schemaname="public"} 2 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"} 623000 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="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"} 2207 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"} 0 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"} 0 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"} 0 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_wfapprovals",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwf_wftasklist",schemaname="public"} 0 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"} 47 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 1889 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 2105 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwf_workflow_approvers",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwf_workflow_eventstore",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 669148 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"} 0 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"} 5573 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"} 0 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"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwq_inspection_workflow",schemaname="public"} 0 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"} 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"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwq_quality_workflow",schemaname="public"} 0 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="cwr_additional_charges",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_b2c_customer_segment",schemaname="public"} 3387 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_cashup_sync",schemaname="public"} 233 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_configurations",schemaname="public"} 53105 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_customer_config",schemaname="public"} 0 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"} 9 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_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"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_expiry_discount_product",schemaname="public"} 755 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_expiry_discount_range",schemaname="public"} 755 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_expiry_discount_template",schemaname="public"} 761 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_fb_floor",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_fb_kot",schemaname="public"} 592 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"} 2718 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_fb_order_merge",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_fb_production_center",schemaname="public"} 35034 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_fb_production_center_access",schemaname="public"} 1716 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_fb_section",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_fb_table",schemaname="public"} 2719 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_fb_table_status",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_fb_waitlist",schemaname="public"} 0 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"} 271 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_feedback_template_line",schemaname="public"} 759 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_gift_config",schemaname="public"} 0 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"} 2857 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_giftcard_type",schemaname="public"} 2262 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 48 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_image_library",schemaname="public"} 0 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"} 4 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_event_calendar",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 3037 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 8796 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_prod_cat",schemaname="public"} 1206 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_redemption",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_settings",schemaname="public"} 56 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_transaction",schemaname="public"} 11042 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_menutimeslot",schemaname="public"} 783 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_provider_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_payment_providers",schemaname="public"} 22 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_payment_receipt",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_paymentmethod",schemaname="public"} 9362 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 5083 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 80 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 214 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_pcatalogue_timeslot",schemaname="public"} 91 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_pcataloguelines",schemaname="public"} 1.6702542e+07 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 21 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 8385 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 2925 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 46080 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 5556 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_pos_salesummary",schemaname="public"} 0 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"} 97 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_printtemplate",schemaname="public"} 810 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_provider_configurations",schemaname="public"} 19 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 22 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 0 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"} 16601 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_rules",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 33023 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_saletype_charge",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_saletype_paymentmethod",schemaname="public"} 59 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"} 0 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"} 12708 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 162178 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 0 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"} 1.325783e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_till_access_meta",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 3566 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 34142 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"} 28 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 31 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 92 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 21154 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 14983 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 24324 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"} 1018 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 339 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 1724 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_wallet",schemaname="public"} 6558 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"} 0 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"} 38 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cww_task",schemaname="public"} 31 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 1 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"} 0 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"} 5 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"} 0 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"} 0 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_loc_transfer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_asset_proposal",schemaname="public"} 0 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"} 2119 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 1 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_bank_statement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 1 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_budgetline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 50 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"} 1 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_cashacct_paymentmethod",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_cost_center",schemaname="public"} 15 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_dimension_config",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_exp_request",schemaname="public"} 0 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"} 547 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_expvoucher",schemaname="public"} 28 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 19 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 714169 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"} 1156 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_journal",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_journalline",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"} 3 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 670 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 35 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 44452 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 14554 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_lin_pinv_tds",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 10 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"} 5598 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 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"} 643 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_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"} 4615 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 151 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 44148 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_period",schemaname="public"} 9 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"} 2 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_rcm_accounting_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 3.344327e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 971376 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 2.1031908e+07 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 5.6778e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 9 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_supplier_stmt_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 66311 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"} 974503 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"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="lgs_route_details",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="lgs_task",schemaname="public"} 379 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"} 16 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"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="lgs_vehicle_type",schemaname="public"} 7 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"} 276 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_addon_group",schemaname="public"} 992 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_attribute",schemaname="public"} 11532 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_attribute_group",schemaname="public"} 165 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"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_batch",schemaname="public"} 14691 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_batch_attribute",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_batch_conversion",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_batch_group",schemaname="public"} 56333 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 33045 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_batch_subproduct",schemaname="public"} 0 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_preferences",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_coupon_provider",schemaname="public"} 0 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"} 5760 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_custom_attribute_fields",schemaname="public"} 165 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_internal_consumption",schemaname="public"} 0 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"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_inventory",schemaname="public"} 55098 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 4.467248e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_inventory_issue",schemaname="public"} 61 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 61 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_inventory_receipt",schemaname="public"} 61 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_inventory_receiptline",schemaname="public"} 62 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"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_inventoryline",schemaname="public"} 816137 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_inventorylinedetails",schemaname="public"} 0 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_material_request",schemaname="public"} 1519 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_movement",schemaname="public"} 651534 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_movementline",schemaname="public"} 8875 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_movementlinedetails",schemaname="public"} 21 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"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricing_approval",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricing_b2c_customer",schemaname="public"} 369 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricing_b2c_segment",schemaname="public"} 369 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricing_brand",schemaname="public"} 370 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricing_bunit",schemaname="public"} 370 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricing_catalogue",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricing_ccategory",schemaname="public"} 1580 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricing_coupon",schemaname="public"} 1732 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricing_customer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricing_expiry_discount",schemaname="public"} 369 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"} 1580 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricing_quantity",schemaname="public"} 369 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricing_xproduct",schemaname="public"} 370 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricing_yproduct",schemaname="public"} 1580 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricingrule",schemaname="public"} 9720 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"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_product",schemaname="public"} 4.147077e+07 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 1365 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_product_attribute",schemaname="public"} 11534 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_product_bom",schemaname="public"} 668050 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_product_category",schemaname="public"} 7.5251e+06 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"} 13870 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_product_group",schemaname="public"} 11934 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_product_images",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_product_manufacturer",schemaname="public"} 5758 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"} 126 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"} 1421 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_product_warranty",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_purchase_pricing",schemaname="public"} 0 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"} 640817 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"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_receiptline",schemaname="public"} 904314 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"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_receiptlinedetails",schemaname="public"} 214 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_replenishment",schemaname="public"} 0 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_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"} 4 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"} 18 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"} 337399 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"} 497219 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"} 60 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_slowmover",schemaname="public"} 230246 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_stock",schemaname="public"} 4.7167142e+07 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 120079 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 10087 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_stockadj_reason",schemaname="public"} 194 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_stockdetails",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_storage_group",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_storagebin",schemaname="public"} 1.932712e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 9195 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_tracker",schemaname="public"} 132 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_trackertype",schemaname="public"} 5560 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_transaction",schemaname="public"} 8.538023e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_transactioncost",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_transactiondetails",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_transferissue",schemaname="public"} 879572 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 9.2178576e+07 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_transferissue_linedetails",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_transferorder",schemaname="public"} 3.412571e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 6.922477e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 36333 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 140231 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 85103 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_transferreceipt_linedetails",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_transferrequest",schemaname="public"} 8.635198e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 4.589912e+06 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"} 0 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"} 31198 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_visibility_category",schemaname="public"} 1378 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_visibility_group",schemaname="public"} 31199 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_visibility_product",schemaname="public"} 1381 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"} 177915 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"} 64 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"} 142440 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_wastage_meta",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_wastageline",schemaname="public"} 1922 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_wastagelinedetails",schemaname="public"} 38 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"} 16 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_report_designer",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ntn_window_designer",schemaname="public"} 0 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"} 0 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"} 21 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"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="otp_audit_log",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ox_order",schemaname="public"} 1 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"} 860 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_contract",schemaname="public"} 108 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_contract_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_dn_settlement",schemaname="public"} 0 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"} 0 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"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_invoice",schemaname="public"} 271045 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 60465 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_invoiceline_bom",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_invoicelinetax",schemaname="public"} 2180 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 3744 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"} 236808 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_order_lc",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_order_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_orderline",schemaname="public"} 1.982491e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_orderline_bom",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_orderline_meta",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_orderlinetax",schemaname="public"} 809 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 4928 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_pricelist",schemaname="public"} 615 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_pricelist_version",schemaname="public"} 73 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_productprice",schemaname="public"} 1520 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_requisition",schemaname="public"} 164 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_requisition_line",schemaname="public"} 143 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_rfq",schemaname="public"} 8 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"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_supplier",schemaname="public"} 554059 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"} 164414 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"} 28 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 0 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_workorder",schemaname="public"} 1228 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"} 0 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"} 0 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"} 0 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"} 0 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_bug",schemaname="public"} 0 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_feature",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_project",schemaname="public"} 0 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_user",schemaname="public"} 0 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_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"} 22 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 22 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"} 22 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 22 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"} 1207 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 3392 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 50770 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 195777 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pr_ioproductdetails",schemaname="public"} 0 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"} 949585 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"} 1228 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"} 50770 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"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 21 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pr_prun",schemaname="public"} 96 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"} 422 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 19064 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 1229 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"} 10 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"} 49389 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"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_customer",schemaname="public"} 4.352849e+06 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"} 3.458122e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_customer_bankacct",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_customer_category",schemaname="public"} 3864 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"} 48 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 584 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_customer_settlement",schemaname="public"} 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_fsm_home_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_in_settlement",schemaname="public"} 0 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"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_invoice",schemaname="public"} 1.864489e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_invoiceline",schemaname="public"} 1.10202229e+08 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 0 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"} 4.996929e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 268525 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_joborder",schemaname="public"} 0 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_order",schemaname="public"} 1.0388386e+08 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 2.0684967e+07 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_orderline",schemaname="public"} 4.71547608e+08 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 25180 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_orderline_meta",schemaname="public"} 3308 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 2766 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 81112 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 86584 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_packingslip_details",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_pfinvoice",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_pfinvoice_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_pricelist",schemaname="public"} 55188 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_pricelist_version",schemaname="public"} 534 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_productprice",schemaname="public"} 3.545117e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_quotation",schemaname="public"} 60 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_quotation_line",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_quotation_line_addons",schemaname="public"} 6 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"} 22 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"} 160 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"} 53 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_route_plan_stop",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_sales_rep_location",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_salesrep",schemaname="public"} 9673 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_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="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"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="test_table",schemaname="public"} 2 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"} 1 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"} 0 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"} 1 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="api_key",schemaname="public"} 27 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 270601 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 3930 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="b2c_customer_meta",schemaname="public"} 421 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="b2c_customer_uuid",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="brand",schemaname="public"} 5249 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="c_bp_taxcategory",schemaname="public"} 144 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"} 8429 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cdr_receipts",schemaname="public"} 37031 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_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_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_breaks",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_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"} 0 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_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"} 19 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_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_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_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_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_formula",schemaname="public"} 0 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_holiday",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_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_posting",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_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_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_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_schedule",schemaname="public"} 0 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"} 0 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_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_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"} 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_payprocess_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_payroll_process",schemaname="public"} 0 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"} 0 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_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"} 0 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_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_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_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_proposal",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_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_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_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_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_work_location",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"} 0 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"} 205 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"} 9 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_lead",schemaname="public"} 0 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"} 0 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_airflow_dags",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_alert",schemaname="public"} 865 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_alerts_recipients",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_alternative_uom",schemaname="public"} 16367 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"} 17382 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_app_access",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 2 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_audit_config",schemaname="public"} 1107 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 104882 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 1245 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 6952 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 1290 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_batch_register",schemaname="public"} 1245 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_bunit",schemaname="public"} 48846 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_bunit_location",schemaname="public"} 9018 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_bunit_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_bunit_notifications",schemaname="public"} 198 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_city",schemaname="public"} 72 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_client",schemaname="public"} 22392 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_client_applications",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_client_apps",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_country",schemaname="public"} 3344 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_cur_denomination",schemaname="public"} 582 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_currency",schemaname="public"} 23473 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 583 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_load_config",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"} 79 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_doctype",schemaname="public"} 24328 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_doctype_template",schemaname="public"} 1517 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"} 281 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_file",schemaname="public"} 1223 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 34 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_datamapping",schemaname="public"} 19 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_integration_error_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 24729 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 5267 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_integrations",schemaname="public"} 5263 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"} 0 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_master_data_config",schemaname="public"} 307 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"} 143 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"} 158 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"} 13 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"} 34 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_nearbystores",schemaname="public"} 348 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_notification_recipients",schemaname="public"} 198 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_paymentterm",schemaname="public"} 18353 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_permission_group",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_permission_group_access",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_permission_group_set",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_permission_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_permission_set",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_permission_set_access",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_print_template",schemaname="public"} 1519 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"} 80578 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_process_access",schemaname="public"} 14218 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_process_log",schemaname="public"} 136558 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 5416 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 312749 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"} 14787 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_process_window",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_process_window_access",schemaname="public"} 1407 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_process_window_schema",schemaname="public"} 1447 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_reference_schema",schemaname="public"} 38054 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 2624 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_region",schemaname="public"} 6410 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_releases",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_releases_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_report",schemaname="public"} 4888 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 12683 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 12834 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 1242 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_returnreason",schemaname="public"} 667 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_role",schemaname="public"} 716 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 33 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_sequence",schemaname="public"} 89141 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_sqlquery_log",schemaname="public"} 535 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_stockentry_controls",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_system_preferences",schemaname="public"} 0 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"} 4490 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"} 18836 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_tax_acct",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_taxcategory",schemaname="public"} 7665 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_taxzone",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_tenant_accounting_preferences",schemaname="public"} 14005 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_timezone",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_uom",schemaname="public"} 41970 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_uom_conversion",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_user",schemaname="public"} 63824 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 3373 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 341759 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 2537 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_user_division_access",schemaname="public"} 2171 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"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_user_mfa",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_user_preference",schemaname="public"} 128 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"} 696 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_views",schemaname="public"} 7977 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_webhooks",schemaname="public"} 14034 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_window",schemaname="public"} 27931 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 42955 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_window_emailtemplate",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_window_process",schemaname="public"} 2037 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_window_rules",schemaname="public"} 8 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"} 42296 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="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"} 1126 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"} 0 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"} 0 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"} 0 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_wfapprovals",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwf_wftasklist",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwf_wftasks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwf_workflow",schemaname="public"} 354 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 679 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 3349 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwf_workflow_approvals_template",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwf_workflow_approvers",schemaname="public"} 452 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwf_workflow_eventstore",schemaname="public"} 494 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 67856 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 12 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"} 2 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"} 2422 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwq_collection_line",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwq_collection_product",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwq_control",schemaname="public"} 0 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"} 0 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"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwq_inspection_workflow",schemaname="public"} 0 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"} 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"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwq_quality_workflow",schemaname="public"} 0 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="cwr_additional_charges",schemaname="public"} 231 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_b2c_customer_segment",schemaname="public"} 569 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_cashup_sync",schemaname="public"} 483 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_configurations",schemaname="public"} 42828 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_customer_config",schemaname="public"} 0 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"} 98 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_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"} 226 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_expiry_discount_product",schemaname="public"} 2534 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_expiry_discount_range",schemaname="public"} 2534 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_expiry_discount_template",schemaname="public"} 2529 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_fb_floor",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_fb_kot",schemaname="public"} 25496 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"} 7596 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_fb_order_merge",schemaname="public"} 232 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_fb_production_center",schemaname="public"} 12083 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_fb_production_center_access",schemaname="public"} 4131 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_fb_section",schemaname="public"} 232 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_fb_table",schemaname="public"} 7595 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_fb_table_status",schemaname="public"} 232 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_fb_waitlist",schemaname="public"} 0 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"} 2362 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_feedback_template_line",schemaname="public"} 2530 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_gift_config",schemaname="public"} 0 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"} 12357 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 32 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_giftcard_type",schemaname="public"} 7151 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 757 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_image_library",schemaname="public"} 0 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"} 229 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_loyalty_event_calendar",schemaname="public"} 232 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 13892 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 17837 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_loyalty_prod_cat",schemaname="public"} 520 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_loyalty_redemption",schemaname="public"} 229 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_loyalty_settings",schemaname="public"} 516 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_loyalty_transaction",schemaname="public"} 18312 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_menutimeslot",schemaname="public"} 640 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_provider_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_payment_providers",schemaname="public"} 520 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_payment_receipt",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_paymentmethod",schemaname="public"} 33916 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 4081 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 613 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 1208 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_pcatalogue_timeslot",schemaname="public"} 47 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_pcataloguelines",schemaname="public"} 960843 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 517 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 64301 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 14030 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 61173 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 42408 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_pos_salesummary",schemaname="public"} 0 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"} 604 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_printtemplate",schemaname="public"} 840 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_provider_configurations",schemaname="public"} 503 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 514 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 0 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"} 13140 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_rules",schemaname="public"} 226 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 37977 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_saletype_charge",schemaname="public"} 231 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_saletype_paymentmethod",schemaname="public"} 6548 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"} 0 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"} 24809 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 63427 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 63 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"} 76584 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_till_access_meta",schemaname="public"} 503 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 6256 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 4883 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_till_log",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_till_login_logout",schemaname="public"} 355 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 364 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 579 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 5487 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 6114 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 5492 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_tillcash_tax_info",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_tillcashin_out",schemaname="public"} 454 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 700 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 1317 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_wallet",schemaname="public"} 8433 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"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cws_ticket",schemaname="public"} 0 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"} 16 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cww_task",schemaname="public"} 75 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 17 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"} 0 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"} 403 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"} 8 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"} 0 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_loc_transfer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fam_asset_proposal",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fam_asset_proposal_line",schemaname="public"} 0 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"} 0 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"} 3523 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_acct_config_fixedasset",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_acct_config_general",schemaname="public"} 2 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"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_acct_config_production",schemaname="public"} 2 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"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_acct_config_sales",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 2 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"} 1 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"} 3 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_budgetline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 57 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"} 4 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_cashacct_paymentmethod",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_cost_center",schemaname="public"} 11 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_dimension_config",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_exp_request",schemaname="public"} 0 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"} 631 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_expvoucher",schemaname="public"} 33 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 157 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 42629 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"} 306 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_journal",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 0 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"} 13 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 952 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 226 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 1940 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 15359 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_lin_pinv_tds",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_lin_sal_inv_tcs",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 119 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"} 2458 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_lin_tcs_trx_history",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_lin_tds_history",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 1061 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 5 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_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"} 1182 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 956 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 20052 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 461 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_period",schemaname="public"} 90 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"} 4 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_rcm_accounting_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 655005 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 480628 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 4.473189e+06 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 1.972733e+06 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 6 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"} 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_transactions",schemaname="public"} 69615 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"} 53785 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"} 7 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="lgs_route_details",schemaname="public"} 153 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="lgs_task",schemaname="public"} 1669 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="lgs_task_activity",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="lgs_vehicle",schemaname="public"} 360 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="lgs_vehicle_drivers",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="lgs_vehicle_make",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="lgs_vehicle_model",schemaname="public"} 224 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="lgs_vehicle_type",schemaname="public"} 224 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"} 4808 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_addon_group",schemaname="public"} 1013 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_attribute",schemaname="public"} 2041 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_attribute_group",schemaname="public"} 264 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"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_batch",schemaname="public"} 25955 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_batch_attribute",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_batch_conversion",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_batch_group",schemaname="public"} 14667 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 6001 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_batch_subproduct",schemaname="public"} 0 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_preferences",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_coupon_provider",schemaname="public"} 0 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"} 2647 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_custom_attribute_fields",schemaname="public"} 254 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_internal_consumption",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_internal_consumptionline",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_inventory",schemaname="public"} 5850 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 46071 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_inventory_issue",schemaname="public"} 83 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 89 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_inventory_receipt",schemaname="public"} 83 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_inventory_receiptline",schemaname="public"} 88 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"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_inventoryline",schemaname="public"} 111393 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_inventorylinedetails",schemaname="public"} 0 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_material_request",schemaname="public"} 965 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_movement",schemaname="public"} 13792 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_movementline",schemaname="public"} 15760 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_movementlinedetails",schemaname="public"} 51 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricing_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricing_additional_info",schemaname="public"} 41 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricing_approval",schemaname="public"} 234 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricing_b2c_customer",schemaname="public"} 41 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricing_b2c_segment",schemaname="public"} 41 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricing_brand",schemaname="public"} 41 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricing_bunit",schemaname="public"} 41 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricing_catalogue",schemaname="public"} 456 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricing_ccategory",schemaname="public"} 82 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricing_coupon",schemaname="public"} 15536 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricing_customer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricing_expiry_discount",schemaname="public"} 41 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricing_payment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricing_pcategory",schemaname="public"} 82 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricing_quantity",schemaname="public"} 41 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricing_xproduct",schemaname="public"} 41 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricing_yproduct",schemaname="public"} 82 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricingrule",schemaname="public"} 17272 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_product",schemaname="public"} 982891 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 6376 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_product_attribute",schemaname="public"} 2039 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_product_bom",schemaname="public"} 199833 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_product_category",schemaname="public"} 50557 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"} 2171 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_product_group",schemaname="public"} 1490 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_product_images",schemaname="public"} 32 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_product_manufacturer",schemaname="public"} 2647 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_product_manufacturing",schemaname="public"} 24 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_product_meta",schemaname="public"} 275 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"} 3159 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_product_warranty",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_purchase_pricing",schemaname="public"} 0 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"} 33766 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_receipt_lc",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_receipt_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_receiptline",schemaname="public"} 118037 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"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_receiptlinedetails",schemaname="public"} 130 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_replenishment",schemaname="public"} 16 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_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"} 699 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"} 309146 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"} 337576 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"} 41 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_slowmover",schemaname="public"} 12527 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_stock",schemaname="public"} 6.199439e+06 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 2934 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 8372 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_stockadj_reason",schemaname="public"} 104 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_stockdetails",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_storage_group",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_storagebin",schemaname="public"} 35908 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 6785 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_tracker",schemaname="public"} 320 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_trackertype",schemaname="public"} 2426 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_transaction",schemaname="public"} 5.715671e+06 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_transactioncost",schemaname="public"} 22 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_transactiondetails",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_transferissue",schemaname="public"} 89952 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 6.919408e+06 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_transferissue_linedetails",schemaname="public"} 69 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_transferorder",schemaname="public"} 212236 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 641639 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 38477 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 12029 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 34367 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_transferreceipt_linedetails",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_transferrequest",schemaname="public"} 610049 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 520166 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"} 5 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_visibility_brand",schemaname="public"} 2685 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_visibility_category",schemaname="public"} 2984 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_visibility_group",schemaname="public"} 2684 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_visibility_product",schemaname="public"} 3045 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"} 34336 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"} 294 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"} 5285 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_wastage_meta",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_wastageline",schemaname="public"} 3792 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_wastagelinedetails",schemaname="public"} 63 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"} 5 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_report_designer",schemaname="public"} 19 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"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ntn_window_designer",schemaname="public"} 0 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"} 0 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"} 375 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"} 9 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"} 29 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ox_order",schemaname="public"} 1 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"} 1599 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_contract",schemaname="public"} 105 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_contract_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_dn_settlement",schemaname="public"} 0 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"} 0 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"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_invoice",schemaname="public"} 9111 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 2264 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_invoiceline_bom",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_invoicelinetax",schemaname="public"} 2006 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 2164 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_lc_type",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_order",schemaname="public"} 18220 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"} 8 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_orderline",schemaname="public"} 20187 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_orderline_bom",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_orderline_meta",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_orderlinetax",schemaname="public"} 4164 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 6842 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 19 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_pricelist",schemaname="public"} 1909 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_pricelist_version",schemaname="public"} 174 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_productprice",schemaname="public"} 4313 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 88 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_requisition",schemaname="public"} 712 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_requisition_line",schemaname="public"} 652 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_rfq",schemaname="public"} 4 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"} 15 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_supplier",schemaname="public"} 33010 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"} 19177 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"} 32 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 21 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 182 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 0 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_workorder",schemaname="public"} 289 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"} 0 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"} 0 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"} 0 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"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 1 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"} 0 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_bug",schemaname="public"} 0 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_feature",schemaname="public"} 0 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_project",schemaname="public"} 0 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_user",schemaname="public"} 0 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_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"} 11 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 11 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"} 21 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 11 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"} 277 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 8568 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 15307 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 263254 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pr_ioproductdetails",schemaname="public"} 0 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"} 81247 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"} 291 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"} 15305 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"} 12 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 267 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 119 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pr_prun",schemaname="public"} 245 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"} 1252 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 31165 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 3676 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"} 2 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"} 70404 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"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_customer",schemaname="public"} 86827 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_customer_acct",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_customer_address",schemaname="public"} 45206 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_customer_bankacct",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_customer_category",schemaname="public"} 17199 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"} 95 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 262 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 1 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_fsm_home_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_in_settlement",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_incentive_eligibility",schemaname="public"} 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"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_invoice",schemaname="public"} 1.074339e+06 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_invoice_meta",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_invoiceline",schemaname="public"} 2.2657262e+07 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 841286 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 345657 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_joborder",schemaname="public"} 1 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_order",schemaname="public"} 1.2034759e+07 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 4.56848619e+08 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_orderline",schemaname="public"} 1.7279002e+07 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 20374 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_orderline_meta",schemaname="public"} 13334 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 8104 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 153714 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 200759 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_packingslip_details",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_pfinvoice",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_pfinvoice_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_pricelist",schemaname="public"} 45709 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_pricelist_version",schemaname="public"} 1539 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_productprice",schemaname="public"} 127842 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 43 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_quotation",schemaname="public"} 282 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_quotation_line",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_quotation_line_addons",schemaname="public"} 21 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_quotation_line_pricing_rule",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_quotation_linetax",schemaname="public"} 30 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"} 149 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_rfqline",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_route_payment_method",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_route_plan",schemaname="public"} 238 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"} 16662 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_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="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"} 108 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="test_table",schemaname="public"} 2 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"} 2 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"} 8 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"} 0 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"} 6 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="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"} 2.296115e+06 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_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_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_breaks",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_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_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_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_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_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_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_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_holiday",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_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_posting",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_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_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_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_letter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_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_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_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_payprocess_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_payroll_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_payroll_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_payslab",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_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_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_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_retropay",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_rh_action",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_ri_discussion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_ri_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_rid_attendee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_rp_element",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_rp_emp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_salary_proposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_salary_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_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_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_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_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_work_location",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_year",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="commerce_cart",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="commerce_cart_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cprf_set_scores",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="crm_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="crm_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="crm_camp_recipients",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="crm_camp_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="crm_campaign_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="crm_campaigns",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="crm_comm_template_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="crm_comm_templates",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="crm_contact",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="crm_email_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="crm_lead",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="crm_lead_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="crm_opportunity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="crm_sale",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="crm_seglist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="crm_segment_behaviors",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="crm_segment_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="crm_social_post",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="crm_social_postline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="crm_stream",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="crm_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="crm_webinar",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="crm_webinar_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="crm_webinar_platform",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_airflow_dags",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_alert",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_alert_conditions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_alerts_recipients",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_alternative_uom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_announcement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_api_builder_schema",schemaname="public"} 7 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_app_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 0 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_audit_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 1.0535482e+07 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 39453 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 1659 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"} 103999 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_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_country",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_cur_denomination",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_currency",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_data_load_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_data_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_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"} 6.120784e+06 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_integrations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_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_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"} 508 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"} 46 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_mobile_report_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_mobile_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_mobile_window_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_module",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_nearbystores",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_notification_recipients",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_paymentterm",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_permission_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_permission_group_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_permission_group_set",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_permission_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_permission_set",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_permission_set_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_print_template",schemaname="public"} 455 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"} 535309 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"} 800 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"} 743 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_reference_schema",schemaname="public"} 0 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"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_report",schemaname="public"} 133 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_schema",schemaname="public"} 54307 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_sequence",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_sqlquery_log",schemaname="public"} 787 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"} 2108 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"} 167334 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_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_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_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"} 652518 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cw_auth_token",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_channel",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_company",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_company_city",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_company_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_order_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_order_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_order_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_orderline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_store_holidays",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_store_timings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_stores_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwcs_subscription",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwf_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwf_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_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="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"} 124733 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_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"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 0 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_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_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_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_provider_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_payment_providers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_payment_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_pcataloguelines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 1.3158613e+07 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 125446 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_till_health",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 127 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_recipe_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_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_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"} 34296 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_topup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_wallet_trx",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cws_ticket",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cws_ticket_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cww_mobilew_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cww_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cww_tasklinedetail",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwx_customer_user",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwx_payment_method",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ds_channel",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ds_channel_frames",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ds_media",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ds_player_channel",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ds_players",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ds_playlist_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ds_playlists",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ds_schedules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ds_tray_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="email_source",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_asset",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_asset_alert_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_asset_audit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_asset_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_asset_class",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_asset_disposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_asset_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_asset_issue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_asset_proposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_asset_registration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_asset_return",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_asset_rule_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_asset_sub_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_asset_subclass",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_asset_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_depreciation_method",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_depreciation_posting",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_depreciation_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_loc_building",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_loc_floor",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_loc_room",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_provisional_asset",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_acct_config_general",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_acct_config_production",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_acct_config_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_acct_config_sales",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_adv_payment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_adv_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_financial_acct_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_funds_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_journal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 540 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_sal_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_lin_tds_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_pay_pglogs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_payment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_period",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_period_audit_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_period_control",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="flyway_schema_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="hsncode",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="lgs_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_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_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_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_material_request",schemaname="public"} 636 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_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"} 0 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_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_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_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_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_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_tray",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_tray_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_unitcost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_visibility_brand",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_visibility_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_visibility_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_visibility_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_wa_costing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_wa_costing_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_wa_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_warehouse",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_warranty_claims",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_warranty_master",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_wastage",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_wastage_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_wastageline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_wastagelinedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="multitabchecking",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="myonlytest",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ntn_menu_designer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ntn_metrics_designer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 190 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ntn_window_designer",schemaname="public"} 49 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ofd_cashcollection",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ofd_companies",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ofd_delivery_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ofd_delivery_shift",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ofd_delivery_slot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ofd_delivery_trip",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ofd_driveravailability",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ofd_drivers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ofd_order_timeline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ofd_substitute_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ofd_taskline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ofd_taskline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ofd_tasks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="orders",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="otp_audit_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ox_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ox_order_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ox_orderline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_agent",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_contract",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_contract_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_dn_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_exp_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_in_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_inv_settlementline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_invoice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_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_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_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_workorder",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_workorder_charges",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_workorder_issue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_workorder_status",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_workorder_tracking",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="plm_design",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="plm_design_availability",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="plm_design_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="plm_designer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="plm_project",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="plm_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_application",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_bug",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_docs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_feature",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_module",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_project",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_resources",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_skill",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_breederconfig",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_farm_standards",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_flock",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_livestock",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_machine",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_pullout",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_pulloutline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_setter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_setterline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_bom_adjustment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_ioproductdetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_operation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_outproducts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_pproducts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_processic",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_prodindirectcost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_product_conversion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_product_convline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_production_plan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_prun",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="qrtz_calendars",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="qrtz_locks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="qrtz_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_business_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_customer_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_customer_address",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_customer_bankacct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_customer_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_customer_category_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_customer_contact",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_customer_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_daily_trip",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_daily_trip_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_daily_trip_stop",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_dropship",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_dropship_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_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_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_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_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 63 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_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_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="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="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"} 14389 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_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_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_breaks",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_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_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_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_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_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_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_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_holiday",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_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_posting",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_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_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_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_letter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_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_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_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_payprocess_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_payroll_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_payroll_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_payslab",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_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_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_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_retropay",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_rh_action",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_ri_discussion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_ri_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_rid_attendee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_rp_element",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_rp_emp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_salary_proposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_salary_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_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_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_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_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_work_location",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_year",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="commerce_cart",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="commerce_cart_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cprf_set_scores",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="crm_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="crm_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="crm_camp_recipients",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="crm_camp_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="crm_campaign_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="crm_campaigns",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="crm_comm_template_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="crm_comm_templates",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="crm_contact",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="crm_email_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="crm_lead",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="crm_lead_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="crm_opportunity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="crm_sale",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="crm_seglist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="crm_segment_behaviors",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="crm_segment_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="crm_social_post",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="crm_social_postline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="crm_stream",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="crm_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="crm_webinar",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="crm_webinar_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="crm_webinar_platform",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_airflow_dags",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_alert",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_alert_conditions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_alerts_recipients",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_alternative_uom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_announcement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_api_builder_schema",schemaname="public"} 14 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_app_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 0 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_audit_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 63805 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"} 5842 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 1200 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"} 17727 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_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_country",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_cur_denomination",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_currency",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_data_load_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_data_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_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"} 33399 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_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_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"} 80 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"} 86 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_mobile_report_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_mobile_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_mobile_window_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_module",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_nearbystores",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_notification_recipients",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_paymentterm",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_permission_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_permission_group_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_permission_group_set",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_permission_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_permission_set",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_permission_set_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_print_template",schemaname="public"} 3890 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"} 2754 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"} 914 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"} 1044 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_reference_schema",schemaname="public"} 14 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"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_report",schemaname="public"} 14 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_schema",schemaname="public"} 11149 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_sequence",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_sqlquery_log",schemaname="public"} 24 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"} 1232 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"} 3717 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_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_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_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"} 51427 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cw_auth_token",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwc_channel",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwc_company",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwc_company_city",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwc_company_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwc_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwc_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwc_order_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwc_order_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwc_order_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwc_orderline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwc_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwc_store_holidays",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwc_store_timings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwc_stores_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwcs_subscription",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwf_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwf_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_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="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"} 698 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_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"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 0 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_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_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_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_provider_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_payment_providers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_payment_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_pcataloguelines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 65186 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 37483 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_till_health",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 428 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_recipe_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_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_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"} 484 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_topup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_wallet_trx",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cws_ticket",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cws_ticket_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cww_mobilew_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cww_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cww_tasklinedetail",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwx_customer_user",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwx_payment_method",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ds_channel",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ds_channel_frames",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ds_media",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ds_player_channel",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ds_players",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ds_playlist_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ds_playlists",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ds_schedules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ds_tray_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="email_source",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_asset",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_asset_alert_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_asset_audit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_asset_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_asset_class",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_asset_disposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_asset_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_asset_issue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_asset_proposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_asset_registration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_asset_return",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_asset_rule_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_asset_sub_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_asset_subclass",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_asset_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_depreciation_method",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_depreciation_posting",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_depreciation_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_loc_building",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_loc_floor",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_loc_room",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_provisional_asset",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_acct_config_general",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_acct_config_production",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_acct_config_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_acct_config_sales",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_adv_payment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_adv_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_financial_acct_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_funds_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_journal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 23 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_sal_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_lin_tds_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_pay_pglogs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_payment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_period",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_period_audit_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_period_control",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="flyway_schema_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="hsncode",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="lgs_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_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_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_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_material_request",schemaname="public"} 312 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_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"} 16 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_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_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_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_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_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_tray",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_tray_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_unitcost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_visibility_brand",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_visibility_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_visibility_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_visibility_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_wa_costing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_wa_costing_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_wa_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_warehouse",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_warranty_claims",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_warranty_master",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_wastage",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_wastage_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_wastageline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_wastagelinedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="multitabchecking",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="myonlytest",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ntn_menu_designer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ntn_metrics_designer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 42 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ntn_window_designer",schemaname="public"} 14 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ofd_cashcollection",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ofd_companies",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ofd_delivery_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ofd_delivery_shift",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ofd_delivery_slot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ofd_delivery_trip",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ofd_driveravailability",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ofd_drivers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ofd_order_timeline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ofd_substitute_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ofd_taskline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ofd_taskline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ofd_tasks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="orders",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="otp_audit_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ox_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ox_order_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ox_orderline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_agent",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_contract",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_contract_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_dn_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_exp_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_in_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_inv_settlementline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_invoice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_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_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_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_workorder",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_workorder_charges",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_workorder_issue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_workorder_status",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_workorder_tracking",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="plm_design",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="plm_design_availability",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="plm_design_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="plm_designer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="plm_project",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="plm_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_application",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_bug",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_docs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_feature",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_module",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_project",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_resources",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_skill",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_breederconfig",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_farm_standards",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_flock",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_livestock",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_machine",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_pullout",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_pulloutline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_setter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_setterline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_bom_adjustment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_ioproductdetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_operation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_outproducts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_pproducts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_processic",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_prodindirectcost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_product_conversion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_product_convline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_production_plan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_prun",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="qrtz_calendars",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="qrtz_locks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="qrtz_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_business_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_customer_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_customer_address",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_customer_bankacct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_customer_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_customer_category_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_customer_contact",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_customer_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_daily_trip",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_daily_trip_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_daily_trip_stop",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_dropship",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_dropship_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_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_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_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_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 14 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_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_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="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="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"} 548680 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_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_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_breaks",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_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_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_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_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_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_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_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_holiday",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_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_posting",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_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_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_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_letter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_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_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_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_payprocess_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_payroll_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_payroll_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_payslab",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_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_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_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_retropay",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_rh_action",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_ri_discussion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_ri_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_rid_attendee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_rp_element",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_rp_emp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_salary_proposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_salary_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_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_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_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_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_work_location",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_year",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="commerce_cart",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="commerce_cart_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cprf_set_scores",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="crm_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="crm_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="crm_camp_recipients",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="crm_camp_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="crm_campaign_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="crm_campaigns",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="crm_comm_template_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="crm_comm_templates",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="crm_contact",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="crm_email_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="crm_lead",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="crm_lead_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="crm_opportunity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="crm_sale",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="crm_seglist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="crm_segment_behaviors",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="crm_segment_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="crm_social_post",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="crm_social_postline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="crm_stream",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="crm_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="crm_webinar",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="crm_webinar_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="crm_webinar_platform",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_airflow_dags",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_alert",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_alert_conditions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_alerts_recipients",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_alternative_uom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_announcement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_api_builder_schema",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_app_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 0 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_audit_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 2.906781e+06 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 45983 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 1487 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"} 102975 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_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_country",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_cur_denomination",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_currency",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_data_load_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_data_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_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.375329e+06 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_integrations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_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_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"} 356 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"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_mobile_report_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_mobile_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_mobile_window_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_module",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_nearbystores",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_notification_recipients",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_paymentterm",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_permission_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_permission_group_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_permission_group_set",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_permission_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_permission_set",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_permission_set_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_print_template",schemaname="public"} 262 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"} 197813 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"} 703 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"} 566 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_reference_schema",schemaname="public"} 0 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"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_report",schemaname="public"} 98 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_schema",schemaname="public"} 43095 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_sequence",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_sqlquery_log",schemaname="public"} 615 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"} 1565 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"} 60420 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_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_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_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.134809e+06 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cw_auth_token",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwc_channel",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwc_company",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwc_company_city",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwc_company_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwc_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwc_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwc_order_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwc_order_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwc_order_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwc_orderline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwc_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwc_store_holidays",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwc_store_timings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwc_stores_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwcs_subscription",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwf_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwf_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_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="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"} 35465 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_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"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 0 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_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_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_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_provider_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_payment_providers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_payment_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_pcataloguelines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 3.132034e+06 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 103871 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_till_health",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 126 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_recipe_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_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_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"} 12361 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_topup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_wallet_trx",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cws_ticket",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cws_ticket_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cww_mobilew_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cww_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cww_tasklinedetail",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwx_customer_user",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwx_payment_method",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ds_channel",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ds_channel_frames",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ds_media",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ds_player_channel",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ds_players",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ds_playlist_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ds_playlists",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ds_schedules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ds_tray_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="email_source",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_asset",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_asset_alert_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_asset_audit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_asset_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_asset_class",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_asset_disposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_asset_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_asset_issue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_asset_proposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_asset_registration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_asset_return",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_asset_rule_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_asset_sub_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_asset_subclass",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_asset_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_depreciation_method",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_depreciation_posting",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_depreciation_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_loc_building",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_loc_floor",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_loc_room",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_provisional_asset",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_acct_config_general",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_acct_config_production",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_acct_config_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_acct_config_sales",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_adv_payment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_adv_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_financial_acct_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_funds_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_journal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 476 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_sal_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_lin_tds_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_pay_pglogs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_payment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_period",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_period_audit_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_period_control",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="flyway_schema_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="hsncode",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="lgs_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_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_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_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_material_request",schemaname="public"} 526 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_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"} 0 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_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_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_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_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_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_tray",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_tray_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_unitcost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_visibility_brand",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_visibility_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_visibility_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_visibility_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_wa_costing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_wa_costing_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_wa_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_warehouse",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_warranty_claims",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_warranty_master",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_wastage",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_wastage_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_wastageline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_wastagelinedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="multitabchecking",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="myonlytest",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ntn_menu_designer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ntn_metrics_designer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 141 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ntn_window_designer",schemaname="public"} 35 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ofd_cashcollection",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ofd_companies",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ofd_delivery_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ofd_delivery_shift",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ofd_delivery_slot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ofd_delivery_trip",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ofd_driveravailability",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ofd_drivers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ofd_order_timeline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ofd_substitute_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ofd_taskline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ofd_taskline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ofd_tasks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="orders",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="otp_audit_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ox_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ox_order_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ox_orderline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_agent",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_contract",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_contract_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_dn_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_exp_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_in_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_inv_settlementline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_invoice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_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_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_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_workorder",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_workorder_charges",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_workorder_issue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_workorder_status",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_workorder_tracking",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="plm_design",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="plm_design_availability",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="plm_design_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="plm_designer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="plm_project",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="plm_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_application",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_bug",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_docs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_feature",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_module",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_project",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_resources",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_skill",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_breederconfig",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_farm_standards",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_flock",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_livestock",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_machine",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_pullout",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_pulloutline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_setter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_setterline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_bom_adjustment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_ioproductdetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_operation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_outproducts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_pproducts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_processic",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_prodindirectcost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_product_conversion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_product_convline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_production_plan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_prun",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="qrtz_calendars",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="qrtz_locks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="qrtz_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_business_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_customer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_customer_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_customer_address",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_customer_bankacct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_customer_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_customer_category_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_customer_contact",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_customer_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_daily_trip",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_daily_trip_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_daily_trip_stop",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_dropship",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_dropship_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_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_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_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_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 56 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_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_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="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="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"} 261529 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_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_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_breaks",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_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_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_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_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_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_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_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_holiday",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_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_posting",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_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_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_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_letter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_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_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_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_payprocess_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_payroll_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_payroll_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_payslab",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_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_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_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_retropay",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_rh_action",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_ri_discussion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_ri_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_rid_attendee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_rp_element",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_rp_emp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_salary_proposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_salary_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_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_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_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_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_work_location",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_year",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="commerce_cart",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="commerce_cart_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cprf_set_scores",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_camp_recipients",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_camp_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_campaign_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_campaigns",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_comm_template_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_comm_templates",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_contact",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_email_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_lead",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_lead_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_opportunity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_sale",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_seglist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_segment_behaviors",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_segment_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_social_post",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_social_postline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_stream",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_webinar",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_webinar_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_webinar_platform",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_airflow_dags",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_alert",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_alert_conditions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_alerts_recipients",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_alternative_uom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_announcement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_api_builder_schema",schemaname="public"} 14 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_app_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_app_setup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_audit_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 628514 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"} 510783 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 1092 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"} 14929 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_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_country",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_cur_denomination",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_currency",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_data_load_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_data_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_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"} 693416 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_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_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"} 501 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"} 92 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_mobile_report_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_mobile_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_mobile_window_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_module",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_nearbystores",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_notification_recipients",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_paymentterm",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_permission_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_permission_group_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_permission_group_set",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_permission_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_permission_set",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_permission_set_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_print_template",schemaname="public"} 2917 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"} 127332 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"} 682 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"} 622 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_reference_schema",schemaname="public"} 7 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_region",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_releases",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_releases_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_report",schemaname="public"} 56 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_schema",schemaname="public"} 10163 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_sequence",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_sqlquery_log",schemaname="public"} 335 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"} 1129 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"} 39425 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_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_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_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"} 199614 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cw_auth_token",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwc_channel",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwc_company",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwc_company_city",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwc_company_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwc_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwc_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwc_order_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwc_order_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwc_order_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwc_orderline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwc_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwc_store_holidays",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwc_store_timings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwc_stores_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwcs_subscription",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwf_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwf_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_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="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"} 30154 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_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"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 0 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_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_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_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_provider_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_payment_providers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_payment_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_pcataloguelines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 1.433143e+06 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 64363 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_till_health",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 322 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_recipe_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_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_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"} 11758 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_topup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_wallet_trx",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cws_ticket",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cws_ticket_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cww_mobilew_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cww_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cww_tasklinedetail",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwx_customer_user",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwx_payment_method",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ds_channel",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ds_channel_frames",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ds_media",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ds_player_channel",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ds_players",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ds_playlist_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ds_playlists",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ds_schedules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ds_tray_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="email_source",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_asset",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_asset_alert_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_asset_audit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_asset_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_asset_class",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_asset_disposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_asset_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_asset_issue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_asset_proposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_asset_registration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_asset_return",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_asset_rule_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_asset_sub_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_asset_subclass",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_asset_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_depreciation_method",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_depreciation_posting",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_depreciation_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_loc_building",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_loc_floor",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_loc_room",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_provisional_asset",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_acct_config_general",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_acct_config_production",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_acct_config_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_acct_config_sales",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_adv_payment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_adv_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_financial_acct_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_funds_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_journal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 76 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_sal_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_lin_tds_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_pay_pglogs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_payment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_period",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_period_audit_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_period_control",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="flyway_schema_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="hsncode",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="lgs_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_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_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_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_material_request",schemaname="public"} 309 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_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"} 8 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_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_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_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_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_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_tray",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_tray_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_unitcost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_visibility_brand",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_visibility_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_visibility_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_visibility_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_wa_costing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_wa_costing_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_wa_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_warehouse",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_warranty_claims",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_warranty_master",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_wastage",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_wastage_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_wastageline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_wastagelinedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="multitabchecking",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="myonlytest",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ntn_menu_designer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ntn_metrics_designer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 108 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ntn_window_designer",schemaname="public"} 455 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ofd_cashcollection",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ofd_companies",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ofd_delivery_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ofd_delivery_shift",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ofd_delivery_slot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ofd_delivery_trip",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ofd_driveravailability",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ofd_drivers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ofd_order_timeline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ofd_substitute_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ofd_taskline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ofd_taskline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ofd_tasks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="orders",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="otp_audit_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ox_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ox_order_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ox_orderline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_agent",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_contract",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_contract_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_dn_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_exp_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_in_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_inv_settlementline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_invoice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_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_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_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_workorder",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_workorder_charges",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_workorder_issue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_workorder_status",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_workorder_tracking",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="plm_design",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="plm_design_availability",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="plm_design_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="plm_designer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="plm_project",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="plm_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_application",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_bug",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_docs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_feature",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_module",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_project",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_resources",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_skill",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_breederconfig",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_farm_standards",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_flock",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_livestock",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_machine",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_pullout",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_pulloutline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_setter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_setterline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_bom_adjustment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_ioproductdetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_operation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_outproducts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_pproducts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_processic",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_prodindirectcost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_product_conversion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_product_convline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_production_plan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_prun",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="qrtz_calendars",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="qrtz_locks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="qrtz_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_business_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_customer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_customer_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_customer_address",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_customer_bankacct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_customer_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_customer_category_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_customer_contact",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_customer_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_daily_trip",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_daily_trip_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_daily_trip_stop",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_dropship",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_dropship_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_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_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_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_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 21 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_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_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="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 34 # HELP pg_wal_size_bytes Total size of WAL segments # TYPE pg_wal_size_bytes gauge pg_wal_size_bytes 5.70425344e+08 # HELP postgres_exporter_build_info A metric with a constant '1' value labeled by version, revision, branch, goversion from which postgres_exporter was built, and the goos and goarch for the build. # TYPE postgres_exporter_build_info gauge postgres_exporter_build_info{branch="master",goarch="arm64",goos="linux",goversion="go1.22.0",revision="51006aba2f695d318d52b6f5842f18bb52e54b9f",tags="unknown",version="0.17.0"} 1 # HELP postgres_exporter_config_last_reload_success_timestamp_seconds Timestamp of the last successful configuration reload. # TYPE postgres_exporter_config_last_reload_success_timestamp_seconds gauge postgres_exporter_config_last_reload_success_timestamp_seconds 0 # HELP postgres_exporter_config_last_reload_successful Postgres exporter config loaded successfully. # TYPE postgres_exporter_config_last_reload_successful gauge postgres_exporter_config_last_reload_successful 0 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 12251.33 # 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 5.25008634099e+11 # 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 3.46382633861e+11 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 12 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 3.958784e+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.76536234758e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.336938496e+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"} 30033 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0