# 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.4309e-05 go_gc_duration_seconds{quantile="0.25"} 7.8303e-05 go_gc_duration_seconds{quantile="0.5"} 0.000112765 go_gc_duration_seconds{quantile="0.75"} 0.000226473 go_gc_duration_seconds{quantile="1"} 0.002460172 go_gc_duration_seconds_sum 8.683136003 go_gc_duration_seconds_count 54302 # 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 10 # 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.5984048e+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 4.82597510144e+11 # HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes. # TYPE go_memstats_buck_hash_sys_bytes gauge go_memstats_buck_hash_sys_bytes 8671 # HELP go_memstats_frees_total Total number of heap objects frees. Equals to /gc/heap/frees:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_frees_total counter go_memstats_frees_total 1.1277961436e+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.843784e+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.5984048e+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.4632448e+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.8352512e+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 569091 # 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 4.4941312e+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 8.298496e+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.7711339168009048e+09 # HELP go_memstats_mallocs_total Total number of heap objects allocated, both live and gc-ed. Semantically a counter version for go_memstats_heap_objects gauge. Equals to /gc/heap/allocs:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_mallocs_total counter go_memstats_mallocs_total 1.1278530527e+10 # HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. Equals to /memory/classes/metadata/mcache/inuse:bytes. # TYPE go_memstats_mcache_inuse_bytes gauge go_memstats_mcache_inuse_bytes 9600 # HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system. Equals to /memory/classes/metadata/mcache/inuse:bytes + /memory/classes/metadata/mcache/free:bytes. # TYPE go_memstats_mcache_sys_bytes gauge go_memstats_mcache_sys_bytes 15600 # HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures. Equals to /memory/classes/metadata/mspan/inuse:bytes. # TYPE go_memstats_mspan_inuse_bytes gauge go_memstats_mspan_inuse_bytes 553600 # 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.45248e+06 # HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes. # TYPE go_memstats_next_gc_bytes gauge go_memstats_next_gc_bytes 3.4169168e+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.571017e+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 884736 # 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 884736 # 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 9.0761248e+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 8 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 12 # HELP pg_database_connection_limit Connection limit set for the database # TYPE pg_database_connection_limit gauge pg_database_connection_limit{datname="dadus_prod"} -1 pg_database_connection_limit{datname="postgres"} -1 pg_database_connection_limit{datname="template0"} -1 pg_database_connection_limit{datname="template1"} -1 # HELP pg_database_size_bytes Disk space used by the database # TYPE pg_database_size_bytes gauge pg_database_size_bytes{datname="dadus_prod"} 4.2563875299e+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.014531464 # 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 14952 # 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"} 65 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="readuser"} -1 pg_roles_connection_limit{rolname="replica"} -1 pg_roles_connection_limit{rolname="tad"} -1 # HELP pg_scrape_collector_duration_seconds postgres_exporter: Duration of a collector scrape. # TYPE pg_scrape_collector_duration_seconds gauge pg_scrape_collector_duration_seconds{collector="database"} 0.49552575 pg_scrape_collector_duration_seconds{collector="locks"} 0.079729826 pg_scrape_collector_duration_seconds{collector="replication"} 0.462587697 pg_scrape_collector_duration_seconds{collector="roles"} 0.003334203 pg_scrape_collector_duration_seconds{collector="stat_bgwriter"} 0.001162898 pg_scrape_collector_duration_seconds{collector="stat_database"} 0.081821803 pg_scrape_collector_duration_seconds{collector="stat_statements"} 0.077367583 pg_scrape_collector_duration_seconds{collector="stat_user_tables"} 0.410222066 pg_scrape_collector_duration_seconds{collector="statio_user_tables"} 0.461537351 pg_scrape_collector_duration_seconds{collector="wal"} 0.463543534 # 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"} 6.442450944e+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"} 1.073741824e+09 # 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"} 4.294967296e+09 # HELP pg_settings_shared_memory_size_bytes Server Parameter: shared_memory_size [Units converted to bytes.] # TYPE pg_settings_shared_memory_size_bytes gauge pg_settings_shared_memory_size_bytes{server="localhost:8642"} 4.41974784e+09 # HELP pg_settings_shared_memory_size_in_huge_pages Server Parameter: shared_memory_size_in_huge_pages # TYPE pg_settings_shared_memory_size_in_huge_pages gauge pg_settings_shared_memory_size_in_huge_pages{server="localhost:8642"} 2108 # 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"} 1.6777216e+07 # HELP pg_settings_wal_decode_buffer_size_bytes Server Parameter: wal_decode_buffer_size [Units converted to bytes.] # TYPE pg_settings_wal_decode_buffer_size_bytes gauge pg_settings_wal_decode_buffer_size_bytes{server="localhost:8642"} 524288 # HELP pg_settings_wal_init_zero Server Parameter: wal_init_zero # TYPE pg_settings_wal_init_zero gauge pg_settings_wal_init_zero{server="localhost:8642"} 1 # HELP pg_settings_wal_keep_size_bytes Server Parameter: wal_keep_size [Units converted to bytes.] # TYPE pg_settings_wal_keep_size_bytes gauge pg_settings_wal_keep_size_bytes{server="localhost:8642"} 6.7108864e+07 # HELP pg_settings_wal_log_hints Server Parameter: wal_log_hints # TYPE pg_settings_wal_log_hints gauge pg_settings_wal_log_hints{server="localhost:8642"} 0 # HELP pg_settings_wal_receiver_create_temp_slot Server Parameter: wal_receiver_create_temp_slot # TYPE pg_settings_wal_receiver_create_temp_slot gauge pg_settings_wal_receiver_create_temp_slot{server="localhost:8642"} 0 # HELP pg_settings_wal_receiver_status_interval_seconds Server Parameter: wal_receiver_status_interval [Units converted to seconds.] # TYPE pg_settings_wal_receiver_status_interval_seconds gauge pg_settings_wal_receiver_status_interval_seconds{server="localhost:8642"} 10 # HELP pg_settings_wal_receiver_timeout_seconds Server Parameter: wal_receiver_timeout [Units converted to seconds.] # TYPE pg_settings_wal_receiver_timeout_seconds gauge pg_settings_wal_receiver_timeout_seconds{server="localhost:8642"} 60 # HELP pg_settings_wal_recycle Server Parameter: wal_recycle # TYPE pg_settings_wal_recycle gauge pg_settings_wal_recycle{server="localhost:8642"} 1 # HELP pg_settings_wal_retrieve_retry_interval_seconds Server Parameter: wal_retrieve_retry_interval [Units converted to seconds.] # TYPE pg_settings_wal_retrieve_retry_interval_seconds gauge pg_settings_wal_retrieve_retry_interval_seconds{server="localhost:8642"} 5 # HELP pg_settings_wal_segment_size_bytes Server Parameter: wal_segment_size [Units converted to bytes.] # TYPE pg_settings_wal_segment_size_bytes gauge pg_settings_wal_segment_size_bytes{server="localhost:8642"} 1.6777216e+07 # HELP pg_settings_wal_sender_timeout_seconds Server Parameter: wal_sender_timeout [Units converted to seconds.] # TYPE pg_settings_wal_sender_timeout_seconds gauge pg_settings_wal_sender_timeout_seconds{server="localhost:8642"} 60 # HELP pg_settings_wal_skip_threshold_bytes Server Parameter: wal_skip_threshold [Units converted to bytes.] # TYPE pg_settings_wal_skip_threshold_bytes gauge pg_settings_wal_skip_threshold_bytes{server="localhost:8642"} 2.097152e+06 # HELP pg_settings_wal_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",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="active",usename="postgres",wait_event="",wait_event_type=""} 1 pg_stat_activity_count{application_name="CWRetail",backend_type="client backend",datname="dadus_prod",server="localhost:8642",state="idle",usename="postgres",wait_event="ClientRead",wait_event_type="Client"} 1 pg_stat_activity_count{application_name="CoreService",backend_type="client backend",datname="dadus_prod",server="localhost:8642",state="idle",usename="postgres",wait_event="ClientRead",wait_event_type="Client"} 28 # HELP pg_stat_activity_max_tx_duration max duration in seconds any active transaction has been running # TYPE pg_stat_activity_max_tx_duration gauge pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="dadus_prod",server="localhost:8642",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="dadus_prod",server="localhost:8642",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="dadus_prod",server="localhost:8642",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="dadus_prod",server="localhost:8642",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="postgres",server="localhost:8642",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="postgres",server="localhost:8642",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="postgres",server="localhost:8642",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="postgres",server="localhost:8642",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="postgres",server="localhost:8642",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="postgres",server="localhost:8642",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template0",server="localhost:8642",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template0",server="localhost:8642",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template0",server="localhost:8642",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template0",server="localhost:8642",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template0",server="localhost:8642",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template0",server="localhost:8642",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template1",server="localhost:8642",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template1",server="localhost:8642",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template1",server="localhost:8642",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template1",server="localhost:8642",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template1",server="localhost:8642",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template1",server="localhost:8642",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="client backend",datname="dadus_prod",server="localhost:8642",state="active",usename="postgres",wait_event="",wait_event_type=""} 0.000796 pg_stat_activity_max_tx_duration{application_name="CWRetail",backend_type="client backend",datname="dadus_prod",server="localhost:8642",state="active",usename="postgres",wait_event="",wait_event_type=""} 1.295652 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 # 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="794042",query="SELECT version();",server="localhost:8642",state="active",usename="postgres",wait_event="none"} -0.000474 pg_stat_activity_queries_duration{application_name="CWRetail",client_addr="172.18.0.5/32",datname="dadus_prod",pid="794012",query="select * from PR_VALIDATE( $1 ) as result",server="localhost:8642",state="active",usename="postgres",wait_event="none"} 1.289795 # 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="794042",query="SELECT version();",server="localhost:8642",state="active",usename="postgres",wait_event="none"} 1.771133975e+09 pg_stat_activity_queries_query_start{application_name="CWRetail",client_addr="172.18.0.5/32",datname="dadus_prod",pid="794012",query="select * from PR_VALIDATE( $1 ) as result",server="localhost:8642",state="active",usename="postgres",wait_event="none"} 1.771133974e+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 6.574968687e+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 846199 # HELP pg_stat_bgwriter_buffers_checkpoint_total Number of buffers written during checkpoints # TYPE pg_stat_bgwriter_buffers_checkpoint_total counter pg_stat_bgwriter_buffers_checkpoint_total 1.199464e+06 # HELP pg_stat_bgwriter_buffers_clean_total Number of buffers written by the background writer # TYPE pg_stat_bgwriter_buffers_clean_total counter pg_stat_bgwriter_buffers_clean_total 5.753385e+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 67918 # HELP pg_stat_bgwriter_checkpoint_write_time_total Total amount of time that has been spent in the portion of checkpoint processing where files are written to disk, in milliseconds # TYPE pg_stat_bgwriter_checkpoint_write_time_total counter pg_stat_bgwriter_checkpoint_write_time_total 1.35202963e+08 # HELP pg_stat_bgwriter_checkpoints_req_total Number of requested checkpoints that have been performed # TYPE pg_stat_bgwriter_checkpoints_req_total counter pg_stat_bgwriter_checkpoints_req_total 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 2812 # 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 12123 # 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.770290029e+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"} 752258.014577 pg_stat_database_active_time_seconds_total{datid="4",datname="template0"} 0 pg_stat_database_active_time_seconds_total{datid="5",datname="postgres"} 245.56758 # 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"} 5.7254300044e+10 pg_stat_database_blks_hit{datid="4",datname="template0"} 0 pg_stat_database_blks_hit{datid="5",datname="postgres"} 824640 # 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"} 2.6036906278e+10 pg_stat_database_blks_read{datid="4",datname="template0"} 0 pg_stat_database_blks_read{datid="5",datname="postgres"} 230234 # 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"} 2 pg_stat_database_deadlocks{datid="4",datname="template0"} 0 pg_stat_database_deadlocks{datid="5",datname="postgres"} 0 # HELP pg_stat_database_numbackends Number of backends currently connected to this database. This is the only column in this view that returns a value reflecting current state; all other columns return the accumulated values since the last reset. # TYPE pg_stat_database_numbackends gauge pg_stat_database_numbackends{datid="1",datname="template1"} 0 pg_stat_database_numbackends{datid="16388",datname="dadus_prod"} 32 pg_stat_database_numbackends{datid="4",datname="template0"} 0 pg_stat_database_numbackends{datid="5",datname="postgres"} 0 # HELP pg_stat_database_stats_reset Time at which these statistics were last reset # TYPE pg_stat_database_stats_reset counter pg_stat_database_stats_reset{datid="1",datname="template1"} 0 pg_stat_database_stats_reset{datid="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"} 8.58060006785e+11 pg_stat_database_temp_bytes{datid="4",datname="template0"} 0 pg_stat_database_temp_bytes{datid="5",datname="postgres"} 0 # HELP pg_stat_database_temp_files Number of temporary files created by queries in this database. All temporary files are counted, regardless of why the temporary file was created (e.g., sorting or hashing), and regardless of the log_temp_files setting. # TYPE pg_stat_database_temp_files counter pg_stat_database_temp_files{datid="1",datname="template1"} 0 pg_stat_database_temp_files{datid="16388",datname="dadus_prod"} 171973 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"} 297662 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"} 1.1274555211e+10 pg_stat_database_tup_fetched{datid="4",datname="template0"} 0 pg_stat_database_tup_fetched{datid="5",datname="postgres"} 213534 # 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"} 2.369357e+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"} 1.351761943161e+12 pg_stat_database_tup_returned{datid="4",datname="template0"} 0 pg_stat_database_tup_returned{datid="5",datname="postgres"} 1.2401963e+07 # HELP pg_stat_database_tup_updated Number of rows updated by queries in this database # TYPE pg_stat_database_tup_updated counter pg_stat_database_tup_updated{datid="1",datname="template1"} 0 pg_stat_database_tup_updated{datid="16388",datname="dadus_prod"} 5.376435e+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.9723864e+07 pg_stat_database_xact_commit{datid="4",datname="template0"} 0 pg_stat_database_xact_commit{datid="5",datname="postgres"} 66787 # 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"} 11729 pg_stat_database_xact_rollback{datid="4",datname="template0"} 0 pg_stat_database_xact_rollback{datid="5",datname="postgres"} 0 # 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="-1022768196199653036",user="postgres"} 0 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="-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="-2379141780087285641",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-2393843131132347461",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-3125497519344159648",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-3551357917907742025",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-3749997087551607955",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="-4362494301374618573",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="-4558121474301797409",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="-5079478032973009419",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-5156404209779220080",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-5193910284413692544",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="-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="-6249896639914492268",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="-7089640379862191187",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="-7534567486279955811",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="-7693890300100390060",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="-782814979769020043",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="-84916682923004088",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-8727134808744141256",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="-9001093386954414898",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="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="1698148584093629941",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="2069254208433737672",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="272576070894554457",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="304773728930164697",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="3341100156448775332",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="4145488619784023130",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="4342134447942798357",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="4369609082117444979",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="4445881156300129246",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="4601922012299776507",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="4623038302212586005",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="4659152766654951824",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="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="6119188515485713864",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="7356887309431608786",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="7401920815432999720",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="7541805917244198095",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="7894843858226143815",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="8263182154797015330",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="8644142696341220785",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="-1022768196199653036",user="postgres"} 0 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="-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="-2379141780087285641",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-2393843131132347461",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-3125497519344159648",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-3551357917907742025",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-3749997087551607955",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="-4362494301374618573",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="-4558121474301797409",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="-5079478032973009419",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-5156404209779220080",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-5193910284413692544",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="-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="-6249896639914492268",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="-7089640379862191187",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="-7534567486279955811",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="-7693890300100390060",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="-782814979769020043",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="-84916682923004088",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-8727134808744141256",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="-9001093386954414898",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="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="1698148584093629941",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="2069254208433737672",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="272576070894554457",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="304773728930164697",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="3341100156448775332",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="4145488619784023130",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="4342134447942798357",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="4369609082117444979",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="4445881156300129246",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="4601922012299776507",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="4623038302212586005",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="4659152766654951824",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="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="6119188515485713864",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="7356887309431608786",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="7401920815432999720",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="7541805917244198095",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="7894843858226143815",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="8263182154797015330",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="8644142696341220785",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="-1022768196199653036",user="postgres"} 23218 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-1070231560927323817",user="postgres"} 169 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-109663407102034559",user="postgres"} 142 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-1408581177981056551",user="postgres"} 134 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-1567759994846337014",user="postgres"} 60 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-192108855711294905",user="postgres"} 336 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-2034187192216392875",user="postgres"} 128 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-2178443481458288927",user="postgres"} 1418 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-2379141780087285641",user="postgres"} 91 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-2393843131132347461",user="postgres"} 138 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-3125497519344159648",user="postgres"} 105 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-3551357917907742025",user="postgres"} 10 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-3749997087551607955",user="postgres"} 305 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-4157922678174458898",user="postgres"} 10387 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-4336730503120331535",user="postgres"} 10387 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-4362494301374618573",user="postgres"} 165 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-4493120256970783215",user="postgres"} 8789 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-4512680423727368958",user="postgres"} 9282 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-4558121474301797409",user="postgres"} 3839 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-4664553294485783309",user="postgres"} 52087 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-5079478032973009419",user="postgres"} 9603 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-5156404209779220080",user="postgres"} 294 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-5193910284413692544",user="postgres"} 4086 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-5343369710853663648",user="postgres"} 16016 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-5570075697185174931",user="postgres"} 13230 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-5741646539862322413",user="postgres"} 16118 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-5973295373225478628",user="postgres"} 266 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-6249896639914492268",user="postgres"} 169 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-6614707502182028929",user="postgres"} 138 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-6656833120198629046",user="postgres"} 1496 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-6684213322596858877",user="postgres"} 14951 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-7089640379862191187",user="postgres"} 871 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-7239637315249096765",user="postgres"} 544 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-7534567486279955811",user="postgres"} 1973 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-7549656227702573685",user="postgres"} 151 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-7597140088724958630",user="postgres"} 36708 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-7693890300100390060",user="postgres"} 131 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-7770217921364716047",user="postgres"} 46857 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-7778722137801665854",user="postgres"} 2184 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-782814979769020043",user="postgres"} 296 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-8041925697101394023",user="postgres"} 8163 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-84916682923004088",user="postgres"} 26206 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-8727134808744141256",user="postgres"} 117 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-8979244730754652526",user="postgres"} 473 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-9001093386954414898",user="postgres"} 312 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-9152191756953929161",user="postgres"} 356 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-993586539924260156",user="postgres"} 154 pg_stat_statements_calls_total{datname="dadus_prod",queryid="1026127157048415961",user="postgres"} 7944 pg_stat_statements_calls_total{datname="dadus_prod",queryid="1037764475215719817",user="postgres"} 33928 pg_stat_statements_calls_total{datname="dadus_prod",queryid="1106032229150472292",user="postgres"} 10129 pg_stat_statements_calls_total{datname="dadus_prod",queryid="1435162223936387159",user="postgres"} 23306 pg_stat_statements_calls_total{datname="dadus_prod",queryid="1540877226798927157",user="postgres"} 23564 pg_stat_statements_calls_total{datname="dadus_prod",queryid="1698148584093629941",user="postgres"} 118 pg_stat_statements_calls_total{datname="dadus_prod",queryid="1777116785823592647",user="postgres"} 169 pg_stat_statements_calls_total{datname="dadus_prod",queryid="2069254208433737672",user="postgres"} 138 pg_stat_statements_calls_total{datname="dadus_prod",queryid="2084018719332487312",user="postgres"} 247 pg_stat_statements_calls_total{datname="dadus_prod",queryid="2304443665702035590",user="postgres"} 16016 pg_stat_statements_calls_total{datname="dadus_prod",queryid="2331821647842817247",user="postgres"} 9025 pg_stat_statements_calls_total{datname="dadus_prod",queryid="2503521422963881343",user="postgres"} 251 pg_stat_statements_calls_total{datname="dadus_prod",queryid="2628955376341594363",user="postgres"} 52200 pg_stat_statements_calls_total{datname="dadus_prod",queryid="2648348660367719098",user="postgres"} 1278 pg_stat_statements_calls_total{datname="dadus_prod",queryid="2706120637811690952",user="postgres"} 497 pg_stat_statements_calls_total{datname="dadus_prod",queryid="272576070894554457",user="postgres"} 117 pg_stat_statements_calls_total{datname="dadus_prod",queryid="303027079585016735",user="postgres"} 23217 pg_stat_statements_calls_total{datname="dadus_prod",queryid="304773728930164697",user="postgres"} 115 pg_stat_statements_calls_total{datname="dadus_prod",queryid="3341100156448775332",user="postgres"} 10 pg_stat_statements_calls_total{datname="dadus_prod",queryid="364683086503646020",user="postgres"} 157 pg_stat_statements_calls_total{datname="dadus_prod",queryid="4145488619784023130",user="postgres"} 10442 pg_stat_statements_calls_total{datname="dadus_prod",queryid="4239794108681096569",user="postgres"} 130 pg_stat_statements_calls_total{datname="dadus_prod",queryid="4328653927579577102",user="postgres"} 169 pg_stat_statements_calls_total{datname="dadus_prod",queryid="4342134447942798357",user="postgres"} 116 pg_stat_statements_calls_total{datname="dadus_prod",queryid="4369609082117444979",user="postgres"} 640 pg_stat_statements_calls_total{datname="dadus_prod",queryid="4445881156300129246",user="postgres"} 138 pg_stat_statements_calls_total{datname="dadus_prod",queryid="4601922012299776507",user="postgres"} 21 pg_stat_statements_calls_total{datname="dadus_prod",queryid="4623038302212586005",user="postgres"} 62114 pg_stat_statements_calls_total{datname="dadus_prod",queryid="4659152766654951824",user="postgres"} 697 pg_stat_statements_calls_total{datname="dadus_prod",queryid="5178612543967502620",user="postgres"} 16997 pg_stat_statements_calls_total{datname="dadus_prod",queryid="5764534204937728085",user="postgres"} 129 pg_stat_statements_calls_total{datname="dadus_prod",queryid="5829890914639456663",user="postgres"} 13328 pg_stat_statements_calls_total{datname="dadus_prod",queryid="5833213263366359515",user="postgres"} 843 pg_stat_statements_calls_total{datname="dadus_prod",queryid="6119188515485713864",user="postgres"} 138 pg_stat_statements_calls_total{datname="dadus_prod",queryid="6313491832041493606",user="postgres"} 26052 pg_stat_statements_calls_total{datname="dadus_prod",queryid="642753759182990671",user="postgres"} 8731 pg_stat_statements_calls_total{datname="dadus_prod",queryid="6648034187017548688",user="postgres"} 392 pg_stat_statements_calls_total{datname="dadus_prod",queryid="6697030162581881662",user="postgres"} 34366 pg_stat_statements_calls_total{datname="dadus_prod",queryid="6916725829599545672",user="postgres"} 23306 pg_stat_statements_calls_total{datname="dadus_prod",queryid="7015971871105824494",user="postgres"} 10139 pg_stat_statements_calls_total{datname="dadus_prod",queryid="7356887309431608786",user="postgres"} 14951 pg_stat_statements_calls_total{datname="dadus_prod",queryid="7401920815432999720",user="postgres"} 15954 pg_stat_statements_calls_total{datname="dadus_prod",queryid="7467439377420032001",user="postgres"} 13230 pg_stat_statements_calls_total{datname="dadus_prod",queryid="7541805917244198095",user="postgres"} 17001 pg_stat_statements_calls_total{datname="dadus_prod",queryid="7894843858226143815",user="postgres"} 138 pg_stat_statements_calls_total{datname="dadus_prod",queryid="7979558938104895377",user="postgres"} 36836 pg_stat_statements_calls_total{datname="dadus_prod",queryid="8158401824044501660",user="postgres"} 106 pg_stat_statements_calls_total{datname="dadus_prod",queryid="8263182154797015330",user="postgres"} 2094 pg_stat_statements_calls_total{datname="dadus_prod",queryid="8633725467953935218",user="postgres"} 29327 pg_stat_statements_calls_total{datname="dadus_prod",queryid="8644142696341220785",user="postgres"} 138 pg_stat_statements_calls_total{datname="dadus_prod",queryid="8905762099465025524",user="postgres"} 17002 pg_stat_statements_calls_total{datname="dadus_prod",queryid="8962776415606686310",user="postgres"} 273 pg_stat_statements_calls_total{datname="dadus_prod",queryid="9197214765175072787",user="postgres"} 501 # 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="-1022768196199653036",user="postgres"} 0 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-1070231560927323817",user="postgres"} 9208 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-109663407102034559",user="postgres"} 830 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-1408581177981056551",user="postgres"} 6526 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-1567759994846337014",user="postgres"} 60 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-192108855711294905",user="postgres"} 3808 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-2034187192216392875",user="postgres"} 496 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-2178443481458288927",user="postgres"} 70900 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-2379141780087285641",user="postgres"} 4993 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-2393843131132347461",user="postgres"} 138 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-3125497519344159648",user="postgres"} 367500 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-3551357917907742025",user="postgres"} 8.672089e+06 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-3749997087551607955",user="postgres"} 759 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-4157922678174458898",user="postgres"} 10387 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-4336730503120331535",user="postgres"} 10387 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-4362494301374618573",user="postgres"} 596 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-4493120256970783215",user="postgres"} 8789 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-4512680423727368958",user="postgres"} 8789 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-4558121474301797409",user="postgres"} 237422 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-4664553294485783309",user="postgres"} 52087 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-5079478032973009419",user="postgres"} 9132 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-5156404209779220080",user="postgres"} 723 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-5193910284413692544",user="postgres"} 189594 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-5343369710853663648",user="postgres"} 37294 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-5570075697185174931",user="postgres"} 13230 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-5741646539862322413",user="postgres"} 71 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-5973295373225478628",user="postgres"} 664 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-6249896639914492268",user="postgres"} 169 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-6614707502182028929",user="postgres"} 5460 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-6656833120198629046",user="postgres"} 1496 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-6684213322596858877",user="postgres"} 1.495057e+06 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-7089640379862191187",user="postgres"} 871 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-7239637315249096765",user="postgres"} 1.874526e+06 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-7534567486279955811",user="postgres"} 197300 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-7549656227702573685",user="postgres"} 3582 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-7597140088724958630",user="postgres"} 26052 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-7693890300100390060",user="postgres"} 655 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-7770217921364716047",user="postgres"} 46857 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-7778722137801665854",user="postgres"} 2184 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-782814979769020043",user="postgres"} 512 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-8041925697101394023",user="postgres"} 8171 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-84916682923004088",user="postgres"} 26206 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-8727134808744141256",user="postgres"} 585 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-8979244730754652526",user="postgres"} 473 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-9001093386954414898",user="postgres"} 1560 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-9152191756953929161",user="postgres"} 108884 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-993586539924260156",user="postgres"} 434 pg_stat_statements_rows_total{datname="dadus_prod",queryid="1026127157048415961",user="postgres"} 7944 pg_stat_statements_rows_total{datname="dadus_prod",queryid="1037764475215719817",user="postgres"} 33928 pg_stat_statements_rows_total{datname="dadus_prod",queryid="1106032229150472292",user="postgres"} 17 pg_stat_statements_rows_total{datname="dadus_prod",queryid="1435162223936387159",user="postgres"} 23301 pg_stat_statements_rows_total{datname="dadus_prod",queryid="1540877226798927157",user="postgres"} 23564 pg_stat_statements_rows_total{datname="dadus_prod",queryid="1698148584093629941",user="postgres"} 893 pg_stat_statements_rows_total{datname="dadus_prod",queryid="1777116785823592647",user="postgres"} 169 pg_stat_statements_rows_total{datname="dadus_prod",queryid="2069254208433737672",user="postgres"} 2070 pg_stat_statements_rows_total{datname="dadus_prod",queryid="2084018719332487312",user="postgres"} 123500 pg_stat_statements_rows_total{datname="dadus_prod",queryid="2304443665702035590",user="postgres"} 16016 pg_stat_statements_rows_total{datname="dadus_prod",queryid="2331821647842817247",user="postgres"} 91516 pg_stat_statements_rows_total{datname="dadus_prod",queryid="2503521422963881343",user="postgres"} 12550 pg_stat_statements_rows_total{datname="dadus_prod",queryid="2628955376341594363",user="postgres"} 52200 pg_stat_statements_rows_total{datname="dadus_prod",queryid="2648348660367719098",user="postgres"} 61172 pg_stat_statements_rows_total{datname="dadus_prod",queryid="2706120637811690952",user="postgres"} 497 pg_stat_statements_rows_total{datname="dadus_prod",queryid="272576070894554457",user="postgres"} 186 pg_stat_statements_rows_total{datname="dadus_prod",queryid="303027079585016735",user="postgres"} 93 pg_stat_statements_rows_total{datname="dadus_prod",queryid="304773728930164697",user="postgres"} 1725 pg_stat_statements_rows_total{datname="dadus_prod",queryid="3341100156448775332",user="postgres"} 6.8192376e+07 pg_stat_statements_rows_total{datname="dadus_prod",queryid="364683086503646020",user="postgres"} 785 pg_stat_statements_rows_total{datname="dadus_prod",queryid="4145488619784023130",user="postgres"} 9753 pg_stat_statements_rows_total{datname="dadus_prod",queryid="4239794108681096569",user="postgres"} 256 pg_stat_statements_rows_total{datname="dadus_prod",queryid="4328653927579577102",user="postgres"} 169 pg_stat_statements_rows_total{datname="dadus_prod",queryid="4342134447942798357",user="postgres"} 741 pg_stat_statements_rows_total{datname="dadus_prod",queryid="4369609082117444979",user="postgres"} 261789 pg_stat_statements_rows_total{datname="dadus_prod",queryid="4445881156300129246",user="postgres"} 690 pg_stat_statements_rows_total{datname="dadus_prod",queryid="4601922012299776507",user="postgres"} 2070 pg_stat_statements_rows_total{datname="dadus_prod",queryid="4623038302212586005",user="postgres"} 1.35843e+06 pg_stat_statements_rows_total{datname="dadus_prod",queryid="4659152766654951824",user="postgres"} 697 pg_stat_statements_rows_total{datname="dadus_prod",queryid="5178612543967502620",user="postgres"} 3424 pg_stat_statements_rows_total{datname="dadus_prod",queryid="5764534204937728085",user="postgres"} 2720 pg_stat_statements_rows_total{datname="dadus_prod",queryid="5829890914639456663",user="postgres"} 13328 pg_stat_statements_rows_total{datname="dadus_prod",queryid="5833213263366359515",user="postgres"} 843 pg_stat_statements_rows_total{datname="dadus_prod",queryid="6119188515485713864",user="postgres"} 690 pg_stat_statements_rows_total{datname="dadus_prod",queryid="6313491832041493606",user="postgres"} 26052 pg_stat_statements_rows_total{datname="dadus_prod",queryid="642753759182990671",user="postgres"} 8731 pg_stat_statements_rows_total{datname="dadus_prod",queryid="6648034187017548688",user="postgres"} 392 pg_stat_statements_rows_total{datname="dadus_prod",queryid="6697030162581881662",user="postgres"} 34366 pg_stat_statements_rows_total{datname="dadus_prod",queryid="6916725829599545672",user="postgres"} 23529 pg_stat_statements_rows_total{datname="dadus_prod",queryid="7015971871105824494",user="postgres"} 19309 pg_stat_statements_rows_total{datname="dadus_prod",queryid="7356887309431608786",user="postgres"} 2.0348311e+07 pg_stat_statements_rows_total{datname="dadus_prod",queryid="7401920815432999720",user="postgres"} 62086 pg_stat_statements_rows_total{datname="dadus_prod",queryid="7467439377420032001",user="postgres"} 13230 pg_stat_statements_rows_total{datname="dadus_prod",queryid="7541805917244198095",user="postgres"} 2.340012e+06 pg_stat_statements_rows_total{datname="dadus_prod",queryid="7894843858226143815",user="postgres"} 138 pg_stat_statements_rows_total{datname="dadus_prod",queryid="7979558938104895377",user="postgres"} 34921 pg_stat_statements_rows_total{datname="dadus_prod",queryid="8158401824044501660",user="postgres"} 1060 pg_stat_statements_rows_total{datname="dadus_prod",queryid="8263182154797015330",user="postgres"} 0 pg_stat_statements_rows_total{datname="dadus_prod",queryid="8633725467953935218",user="postgres"} 29327 pg_stat_statements_rows_total{datname="dadus_prod",queryid="8644142696341220785",user="postgres"} 4256 pg_stat_statements_rows_total{datname="dadus_prod",queryid="8905762099465025524",user="postgres"} 65459 pg_stat_statements_rows_total{datname="dadus_prod",queryid="8962776415606686310",user="postgres"} 1619 pg_stat_statements_rows_total{datname="dadus_prod",queryid="9197214765175072787",user="postgres"} 250500 # 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="-1022768196199653036",user="postgres"} 1878.076547925003 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-1070231560927323817",user="postgres"} 1220.5712254300006 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-109663407102034559",user="postgres"} 630.5033488019997 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-1408581177981056551",user="postgres"} 1087.7900326990002 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-1567759994846337014",user="postgres"} 936.9418422080003 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-192108855711294905",user="postgres"} 1778.8782729270015 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-2034187192216392875",user="postgres"} 627.5617683270001 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-2178443481458288927",user="postgres"} 815.0356786509994 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-2379141780087285641",user="postgres"} 683.8318676229995 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-2393843131132347461",user="postgres"} 935.1818841910003 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-3125497519344159648",user="postgres"} 702.6268100510002 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-3551357917907742025",user="postgres"} 704.4835926 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-3749997087551607955",user="postgres"} 1008.2035914789999 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-4157922678174458898",user="postgres"} 2835.360186138999 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-4336730503120331535",user="postgres"} 1430.9497280430069 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-4362494301374618573",user="postgres"} 946.7293910379999 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-4493120256970783215",user="postgres"} 8377.48880117902 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-4512680423727368958",user="postgres"} 5953.414389182009 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-4558121474301797409",user="postgres"} 626.1207441500012 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-4664553294485783309",user="postgres"} 1940.072327091985 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-5079478032973009419",user="postgres"} 26288.689569191014 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-5156404209779220080",user="postgres"} 1308.0155372469999 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-5193910284413692544",user="postgres"} 688.9705745240005 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-5343369710853663648",user="postgres"} 1506.8153004370004 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-5570075697185174931",user="postgres"} 9117.016502226017 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-5741646539862322413",user="postgres"} 1002.0616872940045 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-5973295373225478628",user="postgres"} 1551.6857208310012 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-6249896639914492268",user="postgres"} 2147.0711993000004 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-6614707502182028929",user="postgres"} 717.6423818149999 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-6656833120198629046",user="postgres"} 1656.0284681990017 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-6684213322596858877",user="postgres"} 837.3194859550035 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-7089640379862191187",user="postgres"} 1314.5177238889999 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-7239637315249096765",user="postgres"} 3939.832417733996 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-7534567486279955811",user="postgres"} 5555.214996754995 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-7549656227702573685",user="postgres"} 3282.0629224230006 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-7597140088724958630",user="postgres"} 11805.572465671974 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-7693890300100390060",user="postgres"} 631.8219011249997 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-7770217921364716047",user="postgres"} 14787.06437284195 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-7778722137801665854",user="postgres"} 742.7860319730001 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-782814979769020043",user="postgres"} 1383.422140862999 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-8041925697101394023",user="postgres"} 2609.5828972330064 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-84916682923004088",user="postgres"} 1514.4195687000065 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-8727134808744141256",user="postgres"} 740.0133033999997 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-8979244730754652526",user="postgres"} 1237.4433133020007 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-9001093386954414898",user="postgres"} 1504.655935573001 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-9152191756953929161",user="postgres"} 1467.0573887500002 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-993586539924260156",user="postgres"} 951.7036177670003 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="1026127157048415961",user="postgres"} 7914.1029028849825 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="1037764475215719817",user="postgres"} 38650.769481113944 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="1106032229150472292",user="postgres"} 3050.422921024998 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="1435162223936387159",user="postgres"} 10322.05337627603 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="1540877226798927157",user="postgres"} 15310.138380197974 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="1698148584093629941",user="postgres"} 686.3896875049998 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="1777116785823592647",user="postgres"} 677.9139663240002 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="2069254208433737672",user="postgres"} 891.4963259800005 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="2084018719332487312",user="postgres"} 797.4736827170001 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="2304443665702035590",user="postgres"} 19174.96509524609 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="2331821647842817247",user="postgres"} 1674.689332356997 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="2503521422963881343",user="postgres"} 815.766787896 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="2628955376341594363",user="postgres"} 55131.27401375498 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="2648348660367719098",user="postgres"} 2576.3668294779973 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="2706120637811690952",user="postgres"} 1251.2538875349999 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="272576070894554457",user="postgres"} 953.1919236829996 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="303027079585016735",user="postgres"} 1667.317492817987 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="304773728930164697",user="postgres"} 813.4195909120004 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="3341100156448775332",user="postgres"} 820.5680275290001 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="364683086503646020",user="postgres"} 668.0810997739998 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="4145488619784023130",user="postgres"} 79593.7506348504 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="4239794108681096569",user="postgres"} 890.8402361949998 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="4328653927579577102",user="postgres"} 741.7703465309997 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="4342134447942798357",user="postgres"} 706.181449233 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="4369609082117444979",user="postgres"} 842.2761843510004 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="4445881156300129246",user="postgres"} 669.001963527 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="4601922012299776507",user="postgres"} 1763.2916494239996 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="4623038302212586005",user="postgres"} 729.279217960002 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="4659152766654951824",user="postgres"} 2560.307462629001 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="5178612543967502620",user="postgres"} 2892.449187428997 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="5764534204937728085",user="postgres"} 1828.4283992260007 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="5829890914639456663",user="postgres"} 3035.120544822991 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="5833213263366359515",user="postgres"} 896.5755800220004 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="6119188515485713864",user="postgres"} 856.8298262059999 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="6313491832041493606",user="postgres"} 26917.48312465717 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="642753759182990671",user="postgres"} 8905.537247423992 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="6648034187017548688",user="postgres"} 678.5568681 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="6697030162581881662",user="postgres"} 40163.173693176184 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="6916725829599545672",user="postgres"} 7320.91025799501 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="7015971871105824494",user="postgres"} 3024.7221007839908 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="7356887309431608786",user="postgres"} 3925.7265163869793 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="7401920815432999720",user="postgres"} 2370.5882485389893 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="7467439377420032001",user="postgres"} 47338.88615885387 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="7541805917244198095",user="postgres"} 2348.8635803419993 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="7894843858226143815",user="postgres"} 647.3249678710001 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="7979558938104895377",user="postgres"} 38062.456429648635 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="8158401824044501660",user="postgres"} 1440.1700052539995 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="8263182154797015330",user="postgres"} 1037.1421689250026 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="8633725467953935218",user="postgres"} 102219.33479483436 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="8644142696341220785",user="postgres"} 716.2733101839998 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="8905762099465025524",user="postgres"} 2437.417660228977 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="8962776415606686310",user="postgres"} 812.0411992610002 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="9197214765175072787",user="postgres"} 1409.9830357710005 # 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_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_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_incentive",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_interview_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_policy_definition",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_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_revision_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_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_log_retention_settings_log",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_policy_settings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_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_cart",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_store_dailyops",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_till",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_till_login_logout",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_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_payment_advice",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_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_notification",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_shipment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_shipmentline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_stock",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_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_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_order",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_orderline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_productprice",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_supplier_address",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="preprod_fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="qrtz_triggers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_customer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_customer_address",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_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_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_order",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_order_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_center_notifications",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="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_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_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_incentive",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_interview_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_policy_definition",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_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_revision_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_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"} 8 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_bunit",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_bunit_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_log_retention_settings_log",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"} 1 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"} 1 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"} 2 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"} 1427 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"} 2 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"} 20 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_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"} 3 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 1237 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_bunit",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_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"} 2 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_discount",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_till",schemaname="public"} 254 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"} 1 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_ammortization",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 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_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 347 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_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_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_payment_advice",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 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"} 4 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"} 1 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"} 3 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"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_receiptline",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_shipment",schemaname="public"} 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"} 54 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 8 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_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"} 12 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_transaction",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_transferissue",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_transferorder",schemaname="public"} 28 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"} 29 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"} 40 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"} 2 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"} 4 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 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"} 2 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_order",schemaname="public"} 13 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_orderline",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 10 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_bank_account",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_order",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="preprod_fin_receiptplan_details",schemaname="public"} 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"} 65 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 191 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"} 3502 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"} 125 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_omni_sales_reconciliation",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_additional_charges",schemaname="public"} 0 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="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_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_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_incentive",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_interview_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_policy_definition",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_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_revision_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_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"} 1 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_log_retention_settings_log",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"} 1178 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"} 0 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_policy_settings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_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"} 2 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_cart",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 662 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_bunit",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_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_discount",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_till",schemaname="public"} 103 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_ammortization",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 264 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_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_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_payment_advice",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 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_notification",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_shipment",schemaname="public"} 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"} 1 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"} 17 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"} 17 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"} 1 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_invoice_meta",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"} 0 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"} 3 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_productprice",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_supplier_address",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_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="preprod_fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="qrtz_cron_triggers",schemaname="public"} 63 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 126 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"} 3645 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"} 123 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"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_invoiceline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_order",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_order_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"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_pricelist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_productprice",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="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.843961e+06 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 71723 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"} 10524 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="c_bp_taxcategory",schemaname="public"} 26247 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_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_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"} 145 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_incentive",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_interview_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_policy_definition",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_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_revision_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_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"} 19 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"} 80121 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"} 530 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"} 6.12238e+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"} 6415 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_country",schemaname="public"} 676 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"} 598 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"} 6415 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_doctype",schemaname="public"} 15 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"} 14 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 5 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"} 9297 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_log_retention_settings_log",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"} 639 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_metrics_schema",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_module",schemaname="public"} 2763 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"} 209 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"} 92223 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_process_access",schemaname="public"} 7274 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"} 456075 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"} 13359 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"} 1526 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"} 72318 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"} 12764 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 50631 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 59123 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"} 2721 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"} 125423 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_sqlquery_log",schemaname="public"} 1 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"} 1595 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"} 19383 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"} 63385 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"} 0 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"} 1.547462e+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"} 262355 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"} 275667 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"} 1126 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_user_warehouse_access",schemaname="public"} 757 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"} 7.021153e+06 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 271328 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"} 534320 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"} 92289 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"} 7 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 361 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 14 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"} 474194 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"} 418356 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"} 300 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_cashup_sync",schemaname="public"} 179 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_configurations",schemaname="public"} 24460 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"} 3391 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"} 49684 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"} 9753 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"} 48 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"} 65 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"} 439 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"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 10318 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"} 85 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"} 16314 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"} 19255 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 2269 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"} 366100 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 4127 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"} 6530 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"} 122928 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 15 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"} 135890 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 132086 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_till",schemaname="public"} 1.765172e+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"} 227 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 18210 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_till_login_logout",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 2 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 32263 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 4878 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 9697 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"} 383 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 370 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 1495 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"} 2786 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cww_task",schemaname="public"} 71427 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.095089e+06 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 4 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 84 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 389 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 2 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"} 109632 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"} 540 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_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_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"} 1 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 21 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"} 20363 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"} 2 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"} 418426 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"} 2630 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 24239 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 5 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 1.376486e+06 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 195348 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 1.8284028e+07 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 1.1348339e+07 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 24226 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"} 576826 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"} 1301 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="lgs_task",schemaname="public"} 1 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="lgs_vehicle_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"} 48 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_addon_group",schemaname="public"} 18482 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"} 460696 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"} 134012 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 4 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"} 48 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"} 938977 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"} 31046 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 3.199031e+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"} 77 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"} 337431 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"} 1598 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_movement",schemaname="public"} 363504 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_movementline",schemaname="public"} 482 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"} 850 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"} 850 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"} 850 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_pricingrule",schemaname="public"} 9742 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_product",schemaname="public"} 4.9761542e+07 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 19 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"} 422353 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_product_category",schemaname="public"} 6.269578e+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"} 6904 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_product_images",schemaname="public"} 2 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_product_manufacturer",schemaname="public"} 419342 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"} 3 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"} 786543 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"} 727993 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_notification",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_shipment",schemaname="public"} 304599 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"} 194136 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_stock",schemaname="public"} 2.5471105e+07 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 195196 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 63 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_stockadj_reason",schemaname="public"} 77 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"} 1 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_storagebin",schemaname="public"} 4.867667e+06 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 17985 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_tracker",schemaname="public"} 12209 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_trackertype",schemaname="public"} 418356 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_transaction",schemaname="public"} 1.908291e+06 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_transferissue",schemaname="public"} 693778 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 1.068588e+06 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_transferorder",schemaname="public"} 2.182941e+06 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 3.187925e+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"} 362271 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 49067 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"} 4.260398e+06 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 1.84966e+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"} 49624 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"} 254766 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"} 158942 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"} 3269 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"} 161295 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.055088e+06 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 45590 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"} 369010 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"} 1.1577318e+07 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_pricelist_version",schemaname="public"} 68 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_productprice",schemaname="public"} 29 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"} 2.028033e+06 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_supplier_address",schemaname="public"} 277951 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 29 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"} 116561 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"} 1386 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 1386 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"} 1410 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 1386 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"} 114975 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"} 558670 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"} 1.399409e+06 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pr_process",schemaname="public"} 117342 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pr_prun",schemaname="public"} 12209 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="preprod_fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 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"} 14 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="qrtz_triggers",schemaname="public"} 16705 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_customer",schemaname="public"} 1.947369e+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.731521e+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"} 12001 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"} 27168 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 354 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"} 34 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 1 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_invoice",schemaname="public"} 709412 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"} 1.9432197e+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.263034e+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_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_order",schemaname="public"} 1.7245742e+07 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 126967 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_orderline",schemaname="public"} 1.79408488e+08 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 67 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"} 74815 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_pricelist_version",schemaname="public"} 2915 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_productprice",schemaname="public"} 2.443794e+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"} 0 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"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_rfq",schemaname="public"} 2 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_route_plan",schemaname="public"} 1435 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"} 9710 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="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.734734e+06 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 1094 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"} 7928 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_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_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_incentive",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_interview_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_policy_definition",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_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_revision_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_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"} 18 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"} 80121 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"} 530 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"} 6.589627e+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"} 673 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"} 598 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"} 15 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"} 14 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 5 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"} 16 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_log_retention_settings_log",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"} 609 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_metrics_schema",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_module",schemaname="public"} 2743 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"} 92223 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_process_access",schemaname="public"} 9999 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"} 456075 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"} 13359 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"} 1526 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"} 72312 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"} 5872 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 52330 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 59071 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"} 2721 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"} 122517 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_sqlquery_log",schemaname="public"} 1 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"} 1595 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"} 19307 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"} 63210 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"} 0 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"} 1.547462e+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"} 262162 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"} 275667 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"} 1124 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_window",schemaname="public"} 2.633674e+06 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 272249 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"} 534320 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"} 7 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 361 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 14 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"} 440 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"} 179 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"} 48429 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"} 65 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"} 325 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"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 1932 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"} 85 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"} 19255 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 2269 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.157427e+06 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 4080 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"} 1331 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"} 122928 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 12 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"} 20915 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 130273 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_till",schemaname="public"} 1.707981e+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"} 227 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 16821 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_till_login_logout",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 2 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 30073 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"} 5425 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"} 370 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 747 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"} 58 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 4 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 389 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 2 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"} 108823 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"} 540 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_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_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"} 1 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 21 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"} 20358 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"} 2 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"} 2630 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 14922 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 2 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 5.009164e+06 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 187893 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 1.8106116e+07 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 1.1638589e+07 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 24211 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"} 576672 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"} 1 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"} 48 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_addon_group",schemaname="public"} 17867 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"} 105539 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"} 28655 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 3.057783e+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"} 2.779429e+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"} 1598 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_movement",schemaname="public"} 363477 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_movementline",schemaname="public"} 391 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"} 89 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"} 4.9175716e+07 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 5 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"} 1.22814e+06 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_product_category",schemaname="public"} 5.58775e+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"} 5735 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_product_images",schemaname="public"} 2 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"} 3 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"} 778270 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"} 724636 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_notification",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_shipment",schemaname="public"} 1.8919627e+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"} 254383 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_stock",schemaname="public"} 1.53825434e+08 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 194432 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 63 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"} 4.867667e+06 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 18098 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"} 4.461835842e+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"} 1.037571e+06 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 7.330926e+06 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.952273e+06 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 1.647713e+06 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 342099 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 269336 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.985327e+06 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 3.278839e+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"} 49624 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"} 254766 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"} 158940 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"} 3020 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"} 263701 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 43969 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"} 283610 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"} 1.1560815e+07 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_productprice",schemaname="public"} 29 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"} 1.187327e+06 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_supplier_address",schemaname="public"} 277947 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 29 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"} 1.319235e+06 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"} 854468 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="preprod_fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 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"} 16703 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_customer",schemaname="public"} 1.931545e+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"} 2.079925e+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"} 9913 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"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 3 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"} 34 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 1 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_invoice",schemaname="public"} 1.32806734e+08 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"} 4.3847972e+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"} 5.323549e+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_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_order",schemaname="public"} 1.392695265e+09 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 116158 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_orderline",schemaname="public"} 4.03775208e+08 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 66 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"} 73431 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"} 3.331335e+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"} 0 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"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="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_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_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_incentive",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_interview_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_policy_definition",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_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_revision_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_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_log_retention_settings_log",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_policy_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_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_cart",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_store_dailyops",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_till",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_till_login_logout",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_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_payment_advice",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_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_notification",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_shipment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_shipmentline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_stock",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_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_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_order",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_orderline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_productprice",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_supplier_address",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="preprod_fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="qrtz_triggers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_customer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_customer_address",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_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_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_order",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_order_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_center_notifications",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="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.771046953e+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_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_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_incentive",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_interview_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_policy_definition",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_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_revision_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_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"} 1.771017355e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 1.770957976e+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_log_retention_settings_log",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"} 1.770729428e+09 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"} 1.770970223e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_role",schemaname="public"} 1.770729428e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_sequence",schemaname="public"} 1.771133572e+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.770891176e+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"} 1.771133332e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_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.770358609e+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_cart",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 1.771133872e+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_bunit",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_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.770863315e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 1.770744614e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_till",schemaname="public"} 1.771132311e+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"} 1.770707459e+09 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_ammortization",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 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_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 1.771132191e+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_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_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.771090953e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 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.771051217e+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.771070844e+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.77073153e+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.770874599e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_movement",schemaname="public"} 1.770811543e+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.771072284e+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"} 1.77104155e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_receiptline",schemaname="public"} 1.771048154e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_shipment",schemaname="public"} 1.770890267e+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.771131051e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 1.771003123e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 1.771050375e+09 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.771126609e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_transaction",schemaname="public"} 1.771047074e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_transferissue",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 1.77103801e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_transferorder",schemaname="public"} 1.77110488e+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.770888766e+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.77110476e+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"} 1.771133452e+09 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.770915956e+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.770744674e+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.771071864e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 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.77096476e+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.771072644e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_orderline",schemaname="public"} 1.770979409e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 1.771070243e+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_bank_account",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 1.770885045e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pr_order",schemaname="public"} 1.770910916e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="preprod_fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="qrtz_cron_triggers",schemaname="public"} 1.771131051e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 1.771132551e+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.771133872e+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.771133392e+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.770890808e+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.770748216e+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_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_order",schemaname="public"} 1.770717306e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_order_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.770815626e+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"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="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_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_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_incentive",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_interview_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_policy_definition",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_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_revision_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_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"} 1.770721505e+09 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_log_retention_settings_log",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.771133632e+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"} 0 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_policy_settings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_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.77080392e+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_cart",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 1.771133572e+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_bunit",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_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_discount",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_till",schemaname="public"} 1.771126429e+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_ammortization",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 1.771132971e+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_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_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_payment_advice",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 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_notification",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_shipment",schemaname="public"} 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.770959718e+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.771104879e+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.77110476e+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"} 1.770813044e+09 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_invoice_meta",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"} 0 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.771072884e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_productprice",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_supplier_address",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_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="preprod_fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="qrtz_cron_triggers",schemaname="public"} 1.771122647e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 1.77112895e+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.771133812e+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.771133452e+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"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_invoiceline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_order",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_orderline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 1.771080577e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_productprice",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="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_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_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_incentive",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_interview_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_policy_definition",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_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_revision_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_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_log_retention_settings_log",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_policy_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_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_cart",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_store_dailyops",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_till",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_till_login_logout",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_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_payment_advice",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_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_notification",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_shipment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_shipmentline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_stock",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_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_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_order",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_orderline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_productprice",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_supplier_address",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="preprod_fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="qrtz_triggers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_customer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_customer_address",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_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_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_order",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_order_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_center_notifications",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="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"} 3022 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 7 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_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_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_incentive",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_interview_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_policy_definition",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_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_revision_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_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"} 10 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_api_builder_schema",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_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"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 534 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"} 3 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"} 3 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"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_file",schemaname="public"} 7 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_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_master_data_config",schemaname="public"} 12 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_menu_schema",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_metrics_schema",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_paymentterm",schemaname="public"} 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"} 6122 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"} 9022 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"} 5 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"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 44 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"} 23 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"} 19 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 1 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"} 50 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"} 1 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"} 4 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"} 65681 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"} 43 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_window_schema",schemaname="public"} 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"} 58 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 3 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"} 19 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"} 7 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"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 4 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"} 0 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"} 1 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"} 1680 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 23 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_bunit",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_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"} 498 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 869 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_till",schemaname="public"} 53 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"} 68 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"} 770 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"} 104 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"} 102 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 234 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_ammortization",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 11 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 42 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 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"} 58 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"} 1 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_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"} 52 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 2 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"} 169287 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 23529 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 24256 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 16 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 2038 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"} 2644 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 15 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"} 22967 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"} 265 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_movement",schemaname="public"} 1226 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_movementline",schemaname="public"} 130 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"} 2 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"} 303 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"} 96 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"} 2 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"} 1 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"} 430 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"} 1784 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_notification",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_shipment",schemaname="public"} 63116 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"} 28793 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"} 4739 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 2754 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 244 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"} 455 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"} 475403 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"} 368 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 34770 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"} 703 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 7951 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 52969 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 195 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 18500 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"} 8 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 15736 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"} 483 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"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_wastage",schemaname="public"} 120 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"} 4569 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="ntn_menu_designer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 0 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"} 2 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_contract",schemaname="public"} 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"} 929 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 19 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"} 1 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 1784 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"} 1015 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"} 6951 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"} 811 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 156 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"} 2 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"} 2 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_supplier_address",schemaname="public"} 3 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 0 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"} 175459 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"} 65680 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="preprod_fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="qrtz_cron_triggers",schemaname="public"} 43 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 40 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"} 46 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"} 2 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"} 3 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"} 0 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"} 3 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"} 46743 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"} 20 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 21 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"} 294 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 382414 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_order",schemaname="public"} 100961 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 11634 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_orderline",schemaname="public"} 10637 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 92 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"} 19 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 1394 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 2940 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"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_productprice",schemaname="public"} 9 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 2 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="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"} 22927 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 155 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"} 13230 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_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_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_incentive",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_interview_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_policy_definition",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_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_revision_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_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"} 393 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"} 48130 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"} 5332 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 2856 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"} 1 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_file",schemaname="public"} 696 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"} 2 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 9281 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_log_retention_settings_log",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"} 74931 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 2089 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 64523 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"} 1121 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"} 22 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"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 1049 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 9 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 28 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"} 14 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 10 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"} 72 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_sqlquery_log",schemaname="public"} 498 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"} 1 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 2.230022e+06 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 18 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"} 59 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_user_preference",schemaname="public"} 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"} 270 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 20 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"} 374 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 43 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 7 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"} 179 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"} 8789 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"} 13 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"} 155 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"} 0 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"} 22722 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"} 23481 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 5 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 16826 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_bunit",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_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"} 2938 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 6575 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_till",schemaname="public"} 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"} 4502 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 1387 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"} 185 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"} 2180 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 4878 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 4272 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"} 383 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 596 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 747 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_ammortization",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 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_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 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"} 185 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"} 90 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_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_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"} 21 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 457 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 14687 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"} 3 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"} 8005 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 402 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"} 136 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"} 889747 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 23603 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 23434 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 23615 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"} 24016 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"} 743 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"} 7 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"} 21047 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"} 141289 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"} 1447 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_movement",schemaname="public"} 42571 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_movementline",schemaname="public"} 10741 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"} 6530 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"} 72 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"} 1 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_product_images",schemaname="public"} 5 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"} 2 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"} 7892 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"} 37958 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_notification",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_shipment",schemaname="public"} 872276 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"} 52252 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"} 47983 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 17352 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 170605 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_storagebin",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 3175 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"} 6.953829e+06 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"} 964 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 649702 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"} 58892 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 19658 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 775363 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 1326 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 17775 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"} 60276 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 19687 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"} 5367 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 22454 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_visibility_product",schemaname="public"} 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"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_wastage",schemaname="public"} 1665 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"} 35554 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"} 0 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"} 0 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"} 36 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"} 5289 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 644 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"} 842 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 9311 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"} 7742 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"} 39857 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"} 1998 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 13432 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"} 34 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 23 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"} 6 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"} 6 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 6 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"} 2.767614e+06 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pr_order",schemaname="public"} 566657 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="preprod_fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="qrtz_cron_triggers",schemaname="public"} 9 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 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"} 9 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_customer",schemaname="public"} 21 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"} 22 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"} 2 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 7 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"} 2 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 2 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_invoice",schemaname="public"} 875966 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"} 52356 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 28130 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 104651 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 1.990385e+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_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_order",schemaname="public"} 885346 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 81486 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_orderline",schemaname="public"} 52750 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 419 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_orderline_meta",schemaname="public"} 1141 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 876 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 69842 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 1.332395e+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"} 24 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 21 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="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"} 1887 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 168 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"} 13230 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_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_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_incentive",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_interview_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_policy_definition",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_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_revision_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_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"} 393 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"} 13 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_api_builder_schema",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_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"} 48130 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"} 461 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 168 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"} 3 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"} 3 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_favourites",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_file",schemaname="public"} 710 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"} 2 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 9293 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_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_master_data_config",schemaname="public"} 46 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_menu_schema",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_metrics_schema",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_paymentterm",schemaname="public"} 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"} 74931 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 2089 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 153684 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"} 1131 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"} 22 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 13 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 28 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 12 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"} 67 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_sqlquery_log",schemaname="public"} 498 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_system_preferences",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_table_schema",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_task",schemaname="public"} 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"} 5 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 154891 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 18 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"} 3 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_user_preference",schemaname="public"} 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_window_schema",schemaname="public"} 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"} 548 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 27 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"} 374 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 179 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 7 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"} 358 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"} 8789 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"} 26 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 26 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"} 155 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"} 0 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"} 12 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"} 390 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"} 23481 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 21 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 16826 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_bunit",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_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"} 314 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 555 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_till",schemaname="public"} 37 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"} 4729 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 5613 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"} 185 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"} 4667 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 4878 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 4819 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"} 383 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 24 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 1494 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_ammortization",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 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_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 22 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 2 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 1 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"} 64 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"} 90 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_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_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"} 23 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 932 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 14687 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"} 4 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"} 26 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 402 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"} 140 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"} 11520 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 47132 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 70513 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 23646 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"} 48077 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"} 743 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"} 14 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"} 359 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 81 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"} 9596 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"} 158 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_movement",schemaname="public"} 2590 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_movementline",schemaname="public"} 11067 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"} 14 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"} 178 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"} 255 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_product_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_product_group",schemaname="public"} 8 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_product_images",schemaname="public"} 5 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"} 3 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"} 166 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"} 608 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_notification",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_shipment",schemaname="public"} 37605 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"} 104608 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"} 1548 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 1577 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 751 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_storagebin",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 202 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"} 93014 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"} 4628 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 10989 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"} 943 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 55506 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 35868 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 3854 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 52029 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"} 34 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 56200 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"} 22454 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_warehouse",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_wastage",schemaname="public"} 177 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"} 2397 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="ntn_menu_designer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 0 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"} 56 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"} 4 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 667 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"} 844 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 930 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"} 576 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"} 994 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"} 3620 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 762 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"} 57 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 23 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"} 27 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"} 30 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 28 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"} 122271 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"} 39646 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="preprod_fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="qrtz_cron_triggers",schemaname="public"} 11 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 18 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"} 28 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"} 7 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"} 76 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"} 25 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"} 2 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 7 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"} 7 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 3 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_invoice",schemaname="public"} 36168 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"} 52544 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 28172 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 105239 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 143134 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_order",schemaname="public"} 84918 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 135219 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_orderline",schemaname="public"} 75046 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 676 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_orderline_meta",schemaname="public"} 1141 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 914 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 72118 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 80153 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_productprice",schemaname="public"} 58 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 23 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="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_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_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_incentive",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_interview_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_policy_definition",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_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_revision_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_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"} 7 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_log_retention_settings_log",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"} 5 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"} 1 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_policy_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_window_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwf_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"} 55 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 23493 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_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_store_dailyops",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_till",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_till_login_logout",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_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"} 5 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_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 2 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 4 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 15 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"} 15 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"} 1 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"} 9 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_movementline",schemaname="public"} 91 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"} 70 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_product_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_receipt",schemaname="public"} 1 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_receipt_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"} 1 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_notification",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_shipment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_shipmentline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_stock",schemaname="public"} 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"} 18 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"} 11 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 299 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_transferorder",schemaname="public"} 1 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 1 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 36 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"} 29 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 353 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"} 1 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"} 231 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_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 1 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"} 1364 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"} 9 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"} 93 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"} 811 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 7615 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_bank_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 1344 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="preprod_fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 3337 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"} 0 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"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_invoiceline",schemaname="public"} 0 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"} 294 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 144588 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_orderline",schemaname="public"} 33 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 161 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 19 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 873 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 80637 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"} 3 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 2 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="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"} 13326 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_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_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_incentive",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_interview_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_policy_definition",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_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_revision_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_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"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_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"} 390 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"} 3 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"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_file",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_integration_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"} 12 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_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_master_data_config",schemaname="public"} 46 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"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_metrics_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_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"} 82165 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"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 5 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 64 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"} 206 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"} 90505 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"} 1 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"} 4 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"} 265646 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"} 1124 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_window_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwf_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"} 258 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 6 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"} 124 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"} 178 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"} 26 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 13 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"} 0 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"} 12 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"} 6109 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 22995 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_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_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"} 655 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 1014 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_till",schemaname="public"} 14773 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"} 216 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 4190 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"} 1870 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"} 446 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"} 153 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 558 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_ammortization",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 20 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 24211 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 433 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"} 399 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 45541 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 23177 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"} 22858 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"} 7 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"} 7786 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 67 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"} 2987 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"} 195 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_movement",schemaname="public"} 4672 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_movementline",schemaname="public"} 125 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"} 14 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"} 2255 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"} 22 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"} 7 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"} 1 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"} 684 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"} 927 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_notification",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_shipment",schemaname="public"} 97343 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"} 24483 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"} 264047 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 14988 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 18 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"} 4511 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"} 49745 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"} 4137 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 25021 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_transferorder",schemaname="public"} 1.137108e+06 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 31733 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 78635 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 2363 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 15075 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"} 1.15672e+06 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 22675 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"} 26003 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_warehouse",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_wastage",schemaname="public"} 826 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"} 1392 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"} 0 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"} 0 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"} 19 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"} 2065 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 3 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"} 10578 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"} 2020 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"} 22 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"} 20 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"} 23 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 22 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"} 170581 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"} 112821 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="preprod_fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="qrtz_cron_triggers",schemaname="public"} 3343 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"} 224184 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"} 54 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"} 3 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"} 5 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 1 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_invoice",schemaname="public"} 55053 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_invoiceline",schemaname="public"} 176 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 21 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_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_order",schemaname="public"} 106602 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 44945 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_orderline",schemaname="public"} 23160 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 138 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"} 91 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 18662 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"} 22 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="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"} 199 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 155 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"} 13230 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_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_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_incentive",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_interview_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_policy_definition",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_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_revision_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_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"} 393 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"} 3 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"} 48130 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"} 3326 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 265 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"} 1 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_file",schemaname="public"} 703 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"} 2 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 9281 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_log_retention_settings_log",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"} 81053 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 2089 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 64729 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"} 1126 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"} 22 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"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 162 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 28 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"} 1 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 11 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"} 498 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"} 1 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 276865 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 18 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"} 2 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_user_preference",schemaname="public"} 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"} 270 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 20 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"} 374 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 43 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 7 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"} 179 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"} 8789 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"} 13 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"} 155 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"} 0 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"} 93 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"} 23481 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 23315 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 16826 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_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_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"} 90 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 184 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_till",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 4502 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 1389 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"} 185 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"} 2180 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 4878 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 4272 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"} 383 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 6 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 747 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_ammortization",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 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_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 2 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"} 90 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_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_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"} 22 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 459 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 14687 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"} 3 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"} 402 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 402 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"} 138 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"} 23603 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 23603 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 23438 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 23630 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"} 24211 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"} 743 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"} 7 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"} 762 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"} 6552 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"} 243 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_movement",schemaname="public"} 2193 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_movementline",schemaname="public"} 10832 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"} 49 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"} 143 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"} 1 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_product_images",schemaname="public"} 5 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"} 2 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"} 277 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"} 1832 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_notification",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_shipment",schemaname="public"} 23363 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"} 52551 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"} 730 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 768 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 14518 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_storagebin",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 61 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"} 264920 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"} 1124 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 19516 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"} 1496 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 19658 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 19657 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 1326 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 17811 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"} 1523 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 20045 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"} 25 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 22454 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_visibility_product",schemaname="public"} 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"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_wastage",schemaname="public"} 91 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"} 2839 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"} 0 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"} 0 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"} 36 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"} 140 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 645 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"} 843 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 1585 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"} 279 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"} 1893 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"} 2809 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 8012 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"} 34 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 23 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"} 6 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"} 6 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 6 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"} 155985 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"} 28716 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="preprod_fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 3337 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"} 21 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"} 22 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"} 2 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 7 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"} 2 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 2 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_invoice",schemaname="public"} 23348 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"} 52356 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 28130 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 104945 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 191831 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_order",schemaname="public"} 23590 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 81486 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_orderline",schemaname="public"} 52783 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 452 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_orderline_meta",schemaname="public"} 1141 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 895 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 70715 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 113755 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"} 27 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 21 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="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"} 13398 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 13 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_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_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_incentive",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_interview_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_policy_definition",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_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_revision_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_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"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_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"} 530 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"} 3 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"} 3 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"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_file",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_integration_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"} 12 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_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_master_data_config",schemaname="public"} 46 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"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_metrics_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_paymentterm",schemaname="public"} 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"} 89581 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"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 49 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 64 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"} 211 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"} 90528 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"} 1 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"} 275667 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"} 1124 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_window_schema",schemaname="public"} 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"} 278 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 7 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"} 136 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"} 179 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"} 26 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 13 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"} 0 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"} 12 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"} 14715 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 24142 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_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_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"} 899 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 1062 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_till",schemaname="public"} 14778 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"} 227 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 4226 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"} 2487 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"} 547 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"} 157 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 747 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_ammortization",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 21 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 24211 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_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"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 0 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"} 471 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"} 1 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_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"} 402 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 70770 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 23529 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 47071 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 1 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"} 24211 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"} 7 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"} 8071 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 81 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"} 16533 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"} 261 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_movement",schemaname="public"} 4776 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_movementline",schemaname="public"} 144 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"} 14 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"} 2287 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"} 43 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"} 7 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"} 1 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"} 703 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"} 2444 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_notification",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_shipment",schemaname="public"} 99331 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"} 52356 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"} 265152 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 15316 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 21 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"} 4575 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"} 497460 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"} 4234 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 51664 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_transferorder",schemaname="public"} 1.169762e+06 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 35848 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 91516 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 2533 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 34182 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_transferrequest",schemaname="public"} 1.180925e+06 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 35807 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"} 26206 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_warehouse",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_wastage",schemaname="public"} 834 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"} 2624 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"} 0 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"} 0 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"} 20 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"} 2213 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 21 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"} 10865 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"} 2873 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"} 23 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"} 21 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"} 24 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 22 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"} 226106 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"} 119021 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="preprod_fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="qrtz_cron_triggers",schemaname="public"} 3343 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 3336 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"} 224214 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"} 6681 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"} 55 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"} 3 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"} 5 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 1 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_invoice",schemaname="public"} 95341 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"} 188 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 42 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"} 0 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_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_order",schemaname="public"} 147412 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 53733 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_orderline",schemaname="public"} 32289 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 191 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"} 596 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 19309 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"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_productprice",schemaname="public"} 28 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="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"} 565 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 14523 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 1468 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="b2c_customer_credit_trx",schemaname="public"} 13371 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="b2c_customer_meta",schemaname="public"} 193507 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="b2c_customer_uuid",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="brand",schemaname="public"} 1.791187e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="c_bp_taxcategory",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="c_region",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cdr_discounts_promotions",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cdr_event_store",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cdr_feedback",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cdr_messaging_platforms",schemaname="public"} 13240 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cdr_receipts",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cdr_social_media",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cdr_template",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cdr_terms_conditions",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_accommodation_type",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_acting_appnt",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_action_taken",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_admin_tasks",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_airticket",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_airticket_allowance",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_airticket_history",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_airticket_provision",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ap_checklist",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ap_errorlog",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ap_history",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ap_punch_checklist",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ar_empcat",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_attendance_month",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_attendance_process",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_attendance_punch",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_attendance_rule",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_attendance_status",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_attendance_year",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_bank_info",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_behaviour",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_behaviour_type",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_bonus_allocation",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_bonus_policy",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_bonus_processing",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_bonus_processing_line",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_breaks",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_candidates",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_certificate_prefer",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_claim_request",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_claim_request_attachment",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_company_accommodation",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_course",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_course_category",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_course_competency",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_course_cost",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_course_enrollment",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_course_job",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_course_schedule",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_declare_oi",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_deductions",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_delegation",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_department",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_dependants",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_dept_team",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_division",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ed_accrual",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ed_history",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_acting_appnt",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_address",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_adminassets",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_agreement",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_assessment",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_attendance",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_attendance_view",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_benefits",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_contribution",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_deductions",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_delegation",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_dependents",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_details",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_documents",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_docverification",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_empr_contr",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_emprc_payment",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_itassets",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_leave_adjust",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_leave_ob",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_legaltransfer",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_loan",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_passport",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_pay_head",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_pay_head_view",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_payslip",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_personal",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_punch",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_sal_pay_component",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_salary",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_salary_ctc",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_shift",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_transfer",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_uniform_request",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_empid_config",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_employee",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_employee_accommodation",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_employee_audit_log",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_employee_category",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_employee_education",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_employee_experience",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_employee_job_info",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_employee_leave_info",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_employee_tax_calculation",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_employee_tax_profile",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_employee_tax_profile_deduction",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_encash_details",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_enroll_attendance",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_enroll_course",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_enrollment",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_eos",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_eos_checklist",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_eos_discussion",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_eos_emp_feedback",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_eph_accrual",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_eph_history",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ethnicrace",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_evaluation_type",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_exemption",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_expense_config",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_expense_type",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_expensereq_lines",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_formula",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_formulakey",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_holiday",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_holiday_type",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hr_alert_config",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hr_alert_dept",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hr_alert_emp",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hr_broadcast",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hr_expense_request",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hr_integration_config",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hr_mypendingtask",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hr_payroll_quarter",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hr_reapply_config",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hr_settings",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hr_settings_gratuity",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hr_settings_wps",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hrglobal_config",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hrglobal_disciplinary",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hrglobal_manpower",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hrglobal_onboard",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hrglobal_performance",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hrglobal_training",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hrrequest",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_id_classification",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_id_config",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_import_attendance",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_incentive",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_increment_policy",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_increment_proposal",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_interview_round",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_interviews",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_investment_declaration",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_investment_declaration_line",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_jd_assesstype",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_job",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_job_application",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_job_description",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_job_posting",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_job_role",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_job_transfer",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_jobcode_view",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_kra",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_la_empcat",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_la_employee",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_la_org",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_la_pg",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_la_yos",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_leave",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_leave_accrual_history",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_leave_adjust",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_leave_allocation",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_leave_approval_view",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_leave_encash",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_leave_ob",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_leave_policy",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_leave_policy_accrual",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_leave_policy_definition",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_leave_request",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_letter",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ot_leave_balance",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ot_leave_transaction",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ot_rules",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_otherincome",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_passport",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_pay_component",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_pay_grade",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_pay_group",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_pay_head",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_payprocess_rule",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_payroll_process",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_payroll_revcycle",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_payroll_settings",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_payslab",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_pendingothrs",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_pendingpay_components",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_perform_review",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_period",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_pio_details",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_position_control",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_pp_checklist",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_pp_consolidated_account",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_pp_consolidated_account_view",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_pp_emp",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_pp_emp_pay_component",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_pp_invoice",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ppe_add",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ppe_arrears",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ppe_cc",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ppe_ded",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ppe_emp_contribution",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ppe_loan",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ppr_dept",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ppr_emp",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ppr_empcat",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ppr_org",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ppr_paygrade",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_probation_confirm",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_probation_history",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_prof_taxline",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_professional_tax",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_provision",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_punch_type",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_report_incident",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_resignation",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_resolution_hist",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_responsibilities",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_retropay",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_rh_action",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ri_discussion",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ri_history",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_rid_attendee",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_rp_element",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_rp_emp",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_rp_emp_deductions",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_rp_emp_earnings",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_salary_proposal",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_salary_revision_request",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_salary_template",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_salary_template_line",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_section",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_section_group",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_selfservice_category",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_selfservice_employee",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_shift",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_shift_days",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_shift_policy",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_shift_roaster",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_shift_rotation",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_shift_team",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_shift_team_config",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_shift_type",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_skill_preference",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_slab",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_slabline",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_sp_add",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_sp_contribution",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_sp_deduction",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_sr_history",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_st_deductions",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_st_earnings",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_tax_regime",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_tax_regime_deductions",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_tax_slabs",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_tds",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_tds_declaration",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_tds_deduction",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_tds_hra",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_tds_rule",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_tdsline",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_team",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_team_emp",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_tour",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_training_feedback",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_training_feedback_line",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_training_question",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_training_schedule",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_training_schedule_feedback",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_visa_type",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_weekends",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_weeknumber",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_weekoff_type",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_work_location",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_year",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="commerce_cart",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="commerce_cart_line",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cprf_set_scores",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_account",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_activity",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_camp_recipients",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_camp_settings",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_campaign_coupon_config",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_campaign_log_detail",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_campaign_logs",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_campaign_message_schedule",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_campaigns",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_comm_template_config",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_comm_templates",schemaname="public"} 100 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_contact",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_email_template",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_lead",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_lead_products",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_opportunity",schemaname="public"} 16 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_retail_segment_customers",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_sale",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_seglist",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_segment_behaviors",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_segment_rules",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_social_post",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_social_postline",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_stream",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_task",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_webinar",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_webinar_commschedule",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_webinar_log",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_webinar_notification_list",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_webinar_platform",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_airflow_dags",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_alert",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_alert_conditions",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_alerts_recipients",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_alternative_uom",schemaname="public"} 640425 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_announcement",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_api_builder_schema",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_app_access",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_app_setup",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_audit_config",schemaname="public"} 3015 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 6717 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 23169 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_batch_register",schemaname="public"} 3369 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_bunit",schemaname="public"} 2.4933e+07 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_bunit_location",schemaname="public"} 210851 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_bunit_meta",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_bunit_notifications",schemaname="public"} 203 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_city",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_client",schemaname="public"} 1.086015e+07 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_client_applications",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_client_apps",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_country",schemaname="public"} 1.129133e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_cur_denomination",schemaname="public"} 2359 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_currency",schemaname="public"} 3.081238e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 2348 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_dag_taskscheduler",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_dag_taskscheduler_logs",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_data_load_config",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_data_validator_settings",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_datasource",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_division",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_doctype",schemaname="public"} 6.557923e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_doctype_template",schemaname="public"} 4210 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_dw_tasks",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_event_alerts",schemaname="public"} 12 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_favourites",schemaname="public"} 529 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_file",schemaname="public"} 1262 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 25 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_integration_audit_log",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_integration_datamapping",schemaname="public"} 189720 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_integration_error_logs",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 109 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 18753 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_integrations",schemaname="public"} 18732 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_language",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_license_policy",schemaname="public"} 1186 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_log_retention_settings",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_log_retention_settings_log",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_master_data_config",schemaname="public"} 2499 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_master_data_config_history",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_menu",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_menu_group",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_menu_schema",schemaname="public"} 53 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_messages",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_metrics_schema",schemaname="public"} 188 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_mobile_report_access",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_mobile_role",schemaname="public"} 2796 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_mobile_role_apps",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_mobile_window_access",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_module",schemaname="public"} 2225 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_nearbystores",schemaname="public"} 587 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_notification_recipients",schemaname="public"} 203 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_paymentterm",schemaname="public"} 1.095074e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_permission_group",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_permission_group_access",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_permission_group_set",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_permission_log",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_permission_set",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_permission_set_access",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_print_template",schemaname="public"} 4173 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_print_template_query",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_process",schemaname="public"} 1530 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_process_access",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_process_log",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 1513 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_process_rundetail",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_process_schema",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_process_window",schemaname="public"} 2773 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_process_window_access",schemaname="public"} 3929 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_process_window_schema",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_producttour_config",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_producttour_log",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_reference_schema",schemaname="public"} 67778 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 92 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_region",schemaname="public"} 1.131833e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_releases",schemaname="public"} 210 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_releases_history",schemaname="public"} 12 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_report",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 2881 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_returnreason",schemaname="public"} 331176 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_role",schemaname="public"} 7535 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 113 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_scheduled_alerts",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_sequence",schemaname="public"} 53 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_sqlquery_log",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_stockentry_controls",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_system_preferences",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_table_sample_data",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_table_schema",schemaname="public"} 4605 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_task",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_tax",schemaname="public"} 1.170228e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_tax_acct",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_taxcategory",schemaname="public"} 466754 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_taxzone",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_tenant_accounting_preferences",schemaname="public"} 24488 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_tenant_purchase_preferences",schemaname="public"} 8658 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_timezone",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_uom",schemaname="public"} 6.268827e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_uom_conversion",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_user",schemaname="public"} 1.6832772e+07 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 470436 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 592475 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_user_division_access",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_user_locale",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_user_meta",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_user_mfa",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_user_policy_settings",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_user_preference",schemaname="public"} 60 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_user_session",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_user_session_activity",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_user_warehouse_access",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_views",schemaname="public"} 29096 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_webhooks",schemaname="public"} 23229 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_window",schemaname="public"} 15 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 12 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_window_emailtemplate",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_window_process",schemaname="public"} 10725 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_window_rules",schemaname="public"} 35 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_window_rules_validation",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_window_schema",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cw_auth_token",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_cafeteria_banners",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_cafeteria_restaurants",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_channel",schemaname="public"} 12 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_company",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_company_cafeterias",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_company_city",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_company_preferences",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_config",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_order",schemaname="public"} 9720 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_order_activity",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_order_feedback",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_order_meta",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_orderline",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_orderline_addons",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_orderstatus_history",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_restaurant_timeslot",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_store_holidays",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_store_timings",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_stores_config",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwcs_subscrgrp",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwcs_subscrgrp_frequency",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwcs_subscrgrp_products",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwcs_subscrgrp_settings",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwcs_subscription",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwcs_subscription_addon",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwcs_subscription_logs",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwcs_subscription_payments",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwcs_subscription_schedule",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwcs_subscription_scheduleline",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwcs_subscription_shipping",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwcs_subscriptionline",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwcs_subscriptionline_disc",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwf_emailtemplate",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwf_wfapprovals",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwf_wftasklist",schemaname="public"} 19 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwf_wftasks",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwf_workflow",schemaname="public"} 500 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 94 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 236880 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwf_workflow_approvals_template",schemaname="public"} 16 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwf_workflow_approvers",schemaname="public"} 397 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwf_workflow_eventstore",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 17614 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwp_idea",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwp_idea_notes",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwp_milestone",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_assurance",schemaname="public"} 21 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_assurance_line",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_collection",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_collection_line",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_collection_product",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_control",schemaname="public"} 12 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_control_line",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_inspection",schemaname="public"} 16 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_inspection_rule",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_inspection_task",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_inspection_workflow",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_inspection_workflow_line",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_inspectionline_task",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_parameters",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_parameters_grp",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_quality_engineer",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_quality_sub_workflow",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_quality_workflow",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_quality_workflowline",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_qualitycheck_type",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_sub_workflow_action",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_sub_workflow_activity",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_additional_charges",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_b2c_customer_segment",schemaname="public"} 3292 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_cashup_sync",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_configurations",schemaname="public"} 39 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_customer_config",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_customer_group",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_customer_login",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_customer_notification",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_day_end_template",schemaname="public"} 202 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_discount_request",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_discount_request_activity",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_ecom_ref",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_evaluation_script",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_events",schemaname="public"} 399 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_expiry_discount_product",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_expiry_discount_range",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_expiry_discount_template",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_floor",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_kot",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_kot_activity",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_menu_type",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_order",schemaname="public"} 9720 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_order_merge",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_order_meta",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_production_center",schemaname="public"} 336529 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_production_center_access",schemaname="public"} 25660 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_section",schemaname="public"} 396 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_table",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_table_reservation",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_table_status",schemaname="public"} 396 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_waitlist",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_feedback",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_feedback_template",schemaname="public"} 3392 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_feedback_template_line",schemaname="public"} 571 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_gift_config",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_gift_voucher",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_giftcard",schemaname="public"} 19828 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 62 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_giftcard_type",schemaname="public"} 472 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 5735 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_image_library",schemaname="public"} 16 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_ingredients",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_loyalty_accumulation",schemaname="public"} 567 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_loyalty_accumulation_category",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_loyalty_accumulation_product",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_loyalty_event_calendar",schemaname="public"} 95 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 23429 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 7102 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_loyalty_prod_cat",schemaname="public"} 2686 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_loyalty_redemption",schemaname="public"} 567 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_loyalty_settings",schemaname="public"} 6435 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_loyalty_transaction",schemaname="public"} 42559 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_menutimeslot",schemaname="public"} 279 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_mystore",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_payment_provider_logs",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_payment_providers",schemaname="public"} 2250 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_payment_receipt",schemaname="public"} 12 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_paymentmethod",schemaname="public"} 59430 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 514679 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 522879 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 2641 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pcatalogue_timeslot",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pcataloguelines",schemaname="public"} 30523 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 1186 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 39609 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pos_cart",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 30749 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 80085 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pos_salesummary",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pos_salesummary_line",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pos_scanconfig",schemaname="public"} 1297 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pos_till_health",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 11144 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 1411 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 5717 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_recipe_bunit",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 38049 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_rules",schemaname="public"} 397 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 580873 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_saletype_charge",schemaname="public"} 1973 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_saletype_paymentmethod",schemaname="public"} 14039 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_sevent",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_sevent_rule",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_sevent_run",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_store_checklist",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_store_config",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_store_dailyops",schemaname="public"} 10497 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 13192 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_store_discount",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 95 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_store_preferences",schemaname="public"} 12 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_till",schemaname="public"} 2964 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_till_access_meta",schemaname="public"} 2260 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 14829 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_till_log",schemaname="public"} 16 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_till_login_logout",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 660 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 1613 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 7167 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 14361 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_tillcash_tax_info",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_tillcashin_out",schemaname="public"} 21 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 2122 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 758 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_wallet",schemaname="public"} 20779 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_wallet_topup",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_wallet_trx",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cws_ticket",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cws_ticket_activity",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cww_mobilew_role",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cww_task",schemaname="public"} 27 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 142 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cww_tasklinedetail",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwx_customer_enrollment",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwx_customer_user",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwx_payment_method",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ds_channel",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ds_channel_frames",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ds_media",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ds_player_channel",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ds_players",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ds_playlist_details",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ds_playlists",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ds_schedules",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ds_tray_events",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="email_source",schemaname="public"} 344 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="exdhrm_newjoineeconfig",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset",schemaname="public"} 19 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_alert_log",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_allocation_rule",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_audit",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_category",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_class",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_custo_transfer",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_depreciation_schedule",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_disposal",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_history",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_issue",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_loc_transfer",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_proposal",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_proposal_line",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_registration",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_return",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_rule_line",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_sub_category",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_subclass",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_type",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_depreciation_method",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_depreciation_posting",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_depreciation_rule",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_loc_building",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_loc_floor",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_loc_room",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_provisional_asset",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_account",schemaname="public"} 504 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 21 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_acct_config_fixedasset",schemaname="public"} 21 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_acct_config_general",schemaname="public"} 21 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_acct_config_intercompany",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_acct_config_inventory",schemaname="public"} 21 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_acct_config_production",schemaname="public"} 21 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_acct_config_purchasing",schemaname="public"} 21 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_acct_config_rules",schemaname="public"} 21 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_acct_config_sales",schemaname="public"} 21 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 21 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_adv_payment",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_adv_receipt",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_ammortization",schemaname="public"} 16 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_ammortization_line",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_bank_connector",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 25 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_budget",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 6436 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 21 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_coa",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_distribution_lines",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 918 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_expense_allocation_run",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 3247 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"} 23 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 168 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 340 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_financial_acct_config",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_funds_transfer",schemaname="public"} 182 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_isd_distribution_config",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_journal",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 30 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 191264 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 233 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 18 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 2307 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 2591 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"} 20 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"} 707 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_tcs_rate",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_tcs_section",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_tcs_setup",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_tcs_trx_history",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_tds_history",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 418639 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_tds_sectionline",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_pay_pglogs",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_pay_pgtransaction",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_payment",schemaname="public"} 208 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_payment_advice",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_payment_advice_line",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_payment_proposal",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_payment_proposal_approval",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_payment_proposal_line",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 3746 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 1.697131e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 494 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 29 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 19 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_period",schemaname="public"} 102 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_period_audit_logs",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_period_closing_checklist",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_period_control",schemaname="public"} 21 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 404 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 23587 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 918 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 4226 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 25 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 48440 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="flyway_schema_history",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="hsncode",schemaname="public"} 659 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="lgs_gatepass",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="lgs_gatepass_line",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="lgs_gatepass_log",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="lgs_provider",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="lgs_route_details",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="lgs_task",schemaname="public"} 506 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="lgs_task_activity",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="lgs_vehicle",schemaname="public"} 2215 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="lgs_vehicle_drivers",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="lgs_vehicle_make",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="lgs_vehicle_model",schemaname="public"} 319 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="lgs_vehicle_type",schemaname="public"} 319 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="line_tab",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="list_contacts",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_addon",schemaname="public"} 194 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_addon_group",schemaname="public"} 261 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_attribute",schemaname="public"} 12 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_attribute_group",schemaname="public"} 16 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_attribute_value",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_autoconsumption_config",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_batch",schemaname="public"} 1.299249e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_batch_attribute",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_batch_conversion",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_batch_group",schemaname="public"} 6.478632e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 20 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_batch_subproduct",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_bom",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_bom_line",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_categories_products",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_cost_adjustment",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_cost_adjustment_line",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_costing_preferences",schemaname="public"} 96 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_coupon_provider",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_coupon_sales",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_custom_attribute",schemaname="public"} 17 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_custom_attribute_fields",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_internal_consumption",schemaname="public"} 19 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_internal_consumptionline",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_invcount_sch_stores",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_inventory",schemaname="public"} 3657 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 5560 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_inventory_count_schedule",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_inventory_issue",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 88 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_inventory_receipt",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_inventory_receiptline",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_inventory_threshold_categories",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_inventory_threshold_products",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_inventory_threshold_rules",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_inventoryline",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_inventorylinedetails",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_issue_type",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_material_request",schemaname="public"} 668 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_movement",schemaname="public"} 2804 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_movementline",schemaname="public"} 35396 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_movementlinedetails",schemaname="public"} 198 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_activity",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_additional_info",schemaname="public"} 867 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_approval",schemaname="public"} 886 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_b2c_customer",schemaname="public"} 860 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_b2c_segment",schemaname="public"} 860 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_brand",schemaname="public"} 860 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_bunit",schemaname="public"} 860 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_catalogue",schemaname="public"} 1030 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_ccategory",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_coupon",schemaname="public"} 74 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_customer",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_expiry_discount",schemaname="public"} 860 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_payment",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_pcategory",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_quantity",schemaname="public"} 860 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_xproduct",schemaname="public"} 860 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_yproduct",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricingrule",schemaname="public"} 29723 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricingrule_coupon_rule",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_prodaddon_attribute",schemaname="public"} 21 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product",schemaname="public"} 259724 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 553221 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product_attribute",schemaname="public"} 5.071497e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product_bom",schemaname="public"} 12 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product_category",schemaname="public"} 43080 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product_category_acct",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product_category_attr",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product_divisions",schemaname="public"} 28126 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product_group",schemaname="public"} 420742 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product_images",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product_manufacturer",schemaname="public"} 401 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product_manufacturing",schemaname="public"} 23 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product_meta",schemaname="public"} 3376 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product_purchase",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product_visibility_rules",schemaname="public"} 49917 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product_warranty",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_purchase_pricing",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_purpricing_bunit",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_purpricing_pcategory",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_purpricing_product",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_purpricing_scategory",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_purpricing_supplier",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_receipt",schemaname="public"} 5927 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_receipt_lc",schemaname="public"} 1821 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_receipt_meta",schemaname="public"} 18 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_receiptline",schemaname="public"} 75963 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_receiptline_bom",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_receiptline_meta",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_receiptlinedetails",schemaname="public"} 1839 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_replenishment",schemaname="public"} 12 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_replenishment_bunit",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_replenishment_notification",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_replenishment_pcategories",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_replenishment_products",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_replenishment_rules",schemaname="public"} 12 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_replenishment_scategories",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_replenishment_suppliers",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_rfid_tag",schemaname="public"} 396 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_rfid_tag_history",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_shipment",schemaname="public"} 30851 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_shipment_charges",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_shipment_meta",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_shipmentline",schemaname="public"} 96 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_shipmentline_bom",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_shipmentline_meta",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_shipmentlinedetails",schemaname="public"} 286 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_slowmover",schemaname="public"} 208846 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_stock",schemaname="public"} 24204 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 1999 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 24500 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_stockadj_reason",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_stockdetails",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_storage_group",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_storagebin",schemaname="public"} 6.292693e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_tracker",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_trackertype",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_transaction",schemaname="public"} 25869 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_transactioncost",schemaname="public"} 24 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_transactiondetails",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_transferissue",schemaname="public"} 7561 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 10681 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_transferissue_linedetails",schemaname="public"} 320 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_transferorder",schemaname="public"} 15589 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 43468 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 9193 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 9902 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 315 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_transferreceipt_linedetails",schemaname="public"} 46 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_transferrequest",schemaname="public"} 64467 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 310 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_tray",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_tray_history",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_unitcost",schemaname="public"} 128757 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 82 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_visibility_brand",schemaname="public"} 26783 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_visibility_category",schemaname="public"} 43488 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_visibility_group",schemaname="public"} 26783 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_visibility_product",schemaname="public"} 32882 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_wa_costing",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_wa_costing_logs",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_wa_product",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_warehouse",schemaname="public"} 8.139092e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_warehouse_access",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_warehouse_assignment_rules",schemaname="public"} 2070 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_warranty_claims",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_warranty_master",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_wastage",schemaname="public"} 3536 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_wastage_meta",schemaname="public"} 8823 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_wastageline",schemaname="public"} 14549 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_wastagelinedetails",schemaname="public"} 448 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="multitabchecking",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="myonlytest",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ntn_dashboard_designer",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ntn_dashboard_designer_filters",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ntn_dashboard_designer_kpi",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ntn_menu_designer",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ntn_metrics_designer",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ntn_report_designer_fields",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ntn_report_designer_filters",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ntn_report_designer_sql",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ntn_window_designer",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_cashcollection",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_companies",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_delivery_activity",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_delivery_shift",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_delivery_slot",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_delivery_tasks_proof",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_delivery_trip",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_driver_location_ping",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_driveravailability",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_drivers",schemaname="public"} 3822 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_order_timeline",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_paymentgateway_logs",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_substitute_products",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_taskline",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_taskline_meta",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_tasks",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="orders",schemaname="public"} 19 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="otp_audit_log",schemaname="public"} 52 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ox_order",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ox_order_meta",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ox_orderline",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_agent",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_contract",schemaname="public"} 1040 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_contract_line",schemaname="public"} 20 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_dn_settlement",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_exp_settlement",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_in_settlement",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_inv_settlement",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_inv_settlementline",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_invoice",schemaname="public"} 29503 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_invoice_meta",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 70519 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_invoiceline_bom",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_invoicelinetax",schemaname="public"} 21199 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 856 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_lc_type",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_order",schemaname="public"} 14221 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_order_lc",schemaname="public"} 19 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_order_meta",schemaname="public"} 19 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_orderline",schemaname="public"} 53564 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_orderline_bom",schemaname="public"} 103 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_orderline_meta",schemaname="public"} 103 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_orderlinetax",schemaname="public"} 22853 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 9907 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 110 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_pricelist",schemaname="public"} 225922 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_pricelist_version",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_productprice",schemaname="public"} 152581 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 12 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_requisition",schemaname="public"} 88736 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_requisition_line",schemaname="public"} 69831 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_rfq",schemaname="public"} 37 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_rfq_supplier",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_rfqlines",schemaname="public"} 103 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_supplier",schemaname="public"} 67353 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_supplier_acct",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_supplier_address",schemaname="public"} 468 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_supplier_bank_account",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_supplier_bunit",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 12717 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 17 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 168 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_workorder",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_workorder_charges",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_workorder_issue",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_workorder_status",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_workorder_tracking",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="plm_design",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="plm_design_availability",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="plm_design_bom",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="plm_designer",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="plm_project",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="plm_task",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_application",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_bug",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_docs",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_feature",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_module",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_project",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_resources",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_skill",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_breederconfig",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_candling_rejection",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_candling_rejectionline",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_farm_standards",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_flock",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_hatchery_config",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_hatchery_grading",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_livestock",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_machine",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_pullout",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_pullout_vaccmed",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_pulloutline",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_setter",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_setterline",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pos_summary_payment_breakup",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pos_summary_settled_payments",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pos_summary_tax_breakup",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_activity",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_bom_adj_lines",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_bom_adjustment",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 16220 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 112687 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_ioproductdetails",schemaname="public"} 1354 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_operation",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_order",schemaname="public"} 159015 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_outproducts",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_pproducts",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_process",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_processic",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_prodindirectcost",schemaname="public"} 129151 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_product_conversion",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_product_convline",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_production_plan",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 447 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 12 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 363 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_prun",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="preprod_fin_receiptplan_details",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="qrtz_blob_triggers",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="qrtz_calendars",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="qrtz_cron_triggers",schemaname="public"} 6697 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 6703 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 6690 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="qrtz_locks",schemaname="public"} 6696 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="qrtz_paused_trigger_grps",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="qrtz_scheduler_state",schemaname="public"} 224224 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="qrtz_simple_triggers",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="qrtz_simprop_triggers",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="qrtz_triggers",schemaname="public"} 47596 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_business_type",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_customer",schemaname="public"} 5358 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_customer_acct",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_customer_address",schemaname="public"} 192052 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 12 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_customer_bankacct",schemaname="public"} 12 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_customer_category",schemaname="public"} 583933 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_customer_category_products",schemaname="public"} 12 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_customer_contact",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 420 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_customer_settlement",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_daily_trip",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_daily_trip_activity",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_daily_trip_stop",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_daily_trip_stop_survey",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_dropship",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_dropship_line",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_fsm_home_config",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_in_settlement",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_incentive_eligibility",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_incentive_plan",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_incentive_summary",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_industry_type",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_inv_settlement",schemaname="public"} 16 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 28 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_invoice",schemaname="public"} 53861 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_invoice_meta",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_invoiceline",schemaname="public"} 599 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 12158 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 15 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 29 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 105277 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_joborder",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_joborder_charge_config",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_joborder_checklist",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_joborder_estimation",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_joborder_estimation_line",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_joborder_images",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_joborder_line",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_joborder_part",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_joborder_service_type",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_joborder_services",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_joborder_status",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_joborder_task",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_journeyplan_sch_cust",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_journeyplan_scheduler",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_omni_sales_reconciliation",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_order",schemaname="public"} 370702 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 21294 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_orderline",schemaname="public"} 137 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 242472 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_orderline_meta",schemaname="public"} 37282 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 10075 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 80060 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 96076 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_packingslip_details",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_pfinvoice",schemaname="public"} 28 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_pfinvoice_line",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_pfinvoice_linetax",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_pfinvoice_tax",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_pricelist",schemaname="public"} 2.495075e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_pricelist_version",schemaname="public"} 12 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_productprice",schemaname="public"} 2822 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 17 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_quotation",schemaname="public"} 860 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_quotation_line",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_quotation_line_addons",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_quotation_line_pricing_rule",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_quotation_linetax",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_quotation_tax",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_rfq",schemaname="public"} 487 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"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_route_plan",schemaname="public"} 229 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_route_plan_stop",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_sales_rep_location",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_salesrep",schemaname="public"} 1.211294e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_service_bill",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_service_bill_line",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_service_center_notifications",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_service_checklist",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_service_inventory",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_service_location",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_service_movement",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_service_request",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_service_type",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_sr_inspection_data",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_sr_inspection_field",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_sr_inspection_option",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_sr_inspection_rule",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_sr_inspection_section",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_sr_inspection_template",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_subscription",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_subscription_group",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_subscription_line",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_subscription_plan",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_survey_template",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_survey_template_lines",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_target",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_technician",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="seg_criteria",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="site_activity",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="site_categories",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="site_categories_list",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="site_forms",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="site_forms_schema",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="site_list",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="site_media",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="site_menu",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="site_menu_title",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="site_pages",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="site_posts",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="site_seo_metadata",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="site_settings",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="site_tags",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_device",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_eas_gate",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_eas_gate_users",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_eas_tag_data",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_feedback",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_fitting_events",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_fitting_room",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_location_users",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_reference",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_reference_activity",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_scan_data",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_scan_loc_type",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_scan_location",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_tag_meta",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_tag_transaction",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_tray",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_tray_estimation",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_tray_events",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_tray_products",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_tray_salesrep",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_tray_template",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="subline_tab",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="tenant_sales_preferences",schemaname="public"} 100 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="test_table",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="v_next_assign_no",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_aisle",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_assigned_personnel",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_associated_equipment",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_bin_capacity",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_control_area",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_entity_profile",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_exception_action",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_level",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_operations",schemaname="public"} 27 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_rack",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_reservation",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_routing_control_area",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_routing_steps",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_routing_templates",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_strategy_entity",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_strategy_profile",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_task",schemaname="public"} 16 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_task_type",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_tolerance",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_uom_restrictions",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="webinar_settings",schemaname="public"} 10 # 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"} 1130 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 2.6102709e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 3.3022431e+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"} 3.580406e+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"} 5.436336e+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_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_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_incentive",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_interview_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_policy_definition",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_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_revision_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_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"} 500 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"} 66 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="crm_lead",schemaname="public"} 14 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"} 154813 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"} 6.21534873e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_api_builder_schema",schemaname="public"} 2420 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"} 200 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"} 6030 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 8.118004e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 36270 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 39019 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 6.2479263e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_batch_register",schemaname="public"} 70749 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_bunit",schemaname="public"} 6.96547858e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_bunit_location",schemaname="public"} 7.195857e+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"} 1827 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_client",schemaname="public"} 2.1024206e+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"} 6.955211e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_cur_denomination",schemaname="public"} 21231 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_currency",schemaname="public"} 2.7731142e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 2348 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"} 2.25296539e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_doctype_template",schemaname="public"} 143140 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"} 2217 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_file",schemaname="public"} 3.6624881e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 1675 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"} 3.794292e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_integration_error_logs",schemaname="public"} 998 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 3.405574e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 56362 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_integrations",schemaname="public"} 18732 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_master_data_config",schemaname="public"} 4901 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_menu",schemaname="public"} 950 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_menu_schema",schemaname="public"} 3482 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"} 58092 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"} 2796 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"} 77686 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_nearbystores",schemaname="public"} 5283 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_notification_recipients",schemaname="public"} 12789 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_paymentterm",schemaname="public"} 2.6042667e+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"} 125190 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_print_template_query",schemaname="public"} 2890 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_process",schemaname="public"} 193972 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_process_access",schemaname="public"} 11930 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_process_log",schemaname="public"} 2.7945074e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 1.95116211e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 1.8515548e+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"} 3460 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_process_window",schemaname="public"} 27630 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_process_window_access",schemaname="public"} 98225 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_process_window_schema",schemaname="public"} 100 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"} 3.6855606e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 2.655736e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_region",schemaname="public"} 5.4895683e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_releases",schemaname="public"} 39303 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_releases_history",schemaname="public"} 4968 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_report",schemaname="public"} 4300 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 22268 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 4110 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 25929 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 3685 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_returnreason",schemaname="public"} 331176 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_role",schemaname="public"} 100677 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 7061 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"} 2491 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_sqlquery_log",schemaname="public"} 142688 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"} 14 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"} 6.19833e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_task",schemaname="public"} 30 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_tax",schemaname="public"} 1.7859154e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_tax_acct",schemaname="public"} 160 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_taxcategory",schemaname="public"} 3.210293e+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"} 24488 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_tenant_purchase_preferences",schemaname="public"} 8658 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.39821963e+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"} 1.303500041e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 3.7384585e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 2.0945573e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 1.94474163e+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"} 578 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_user_preference",schemaname="public"} 120 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"} 9149 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 17568 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_window_process",schemaname="public"} 5.080062e+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"} 7810 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"} 970 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 2.155994e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 2.85673998e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwf_workflow_approvals_template",schemaname="public"} 16 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwf_workflow_approvers",schemaname="public"} 4367 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwf_workflow_eventstore",schemaname="public"} 110202 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 6.3888435e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 4162 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"} 100034 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"} 1818 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"} 1995 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"} 3.183635e+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"} 8.118213e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_fb_production_center_access",schemaname="public"} 1.64224e+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"} 3392 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.595141e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 28820 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_giftcard_type",schemaname="public"} 1346 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 5735 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"} 1701 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"} 4.93953243e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 18310 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"} 1701 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_loyalty_settings",schemaname="public"} 6435 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_loyalty_transaction",schemaname="public"} 9.59263559e+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"} 47250 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"} 7.271048e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 1.285268e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 1.568637e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 15846 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"} 5.9653713e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 48587 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 1.156319238e+10 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 121526 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 614393 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 6.702354e+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"} 3891 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"} 144872 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"} 88893 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 120051 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_rules",schemaname="public"} 1985 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 3.631752e+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.923343e+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"} 3.0292859e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 8.5367875e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_till",schemaname="public"} 150459 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_till_access_meta",schemaname="public"} 216960 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 1.432879433e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 677077 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"} 67469 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"} 293374 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 5.29072514e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 1.78917e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 6.91586698e+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"} 245204 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 1.259361e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 1.3916566e+07 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"} 92988 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 2.76871884e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="email_source",schemaname="public"} 1032 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"} 127905 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 960 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 21 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"} 126 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"} 126 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"} 105 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"} 126 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 294 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 6436 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"} 40 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 530 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"} 21 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 9625 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 52957 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 204 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 359 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 12565 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 37886 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"} 222325 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_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_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"} 17910 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 1.305697733e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 616518 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 128088 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 6.3709312e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 2.96051128e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 156 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_lin_pinv_tds",schemaname="public"} 675 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"} 431223 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"} 421 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 4.186214e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 144 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"} 1.619215e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 2.9125551e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 2.0906401e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 2.513883e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 58 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 190 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"} 238 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 1.82770858e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 2.0486691611e+10 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 3.79851137e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 1.412403573e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 4.2689257441e+10 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="flyway_schema_history",schemaname="public"} 31680 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="hsncode",schemaname="public"} 228300 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.3462084e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="lgs_task_activity",schemaname="public"} 11 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="lgs_vehicle",schemaname="public"} 24570 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"} 40 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="lgs_vehicle_model",schemaname="public"} 1595 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="lgs_vehicle_type",schemaname="public"} 319 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"} 12222 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_addon_group",schemaname="public"} 102312 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_batch",schemaname="public"} 1.5590658e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_batch_group",schemaname="public"} 1.2957256e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_costing_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"} 2184 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"} 540 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_inventory",schemaname="public"} 5.1659916e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 2.995391e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_inventory_count_schedule",schemaname="public"} 60 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_inventory_issue",schemaname="public"} 30 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 176 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_inventory_receipt",schemaname="public"} 1820 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_inventory_receiptline",schemaname="public"} 2211 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_inventoryline",schemaname="public"} 1.519184e+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"} 884490 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_movement",schemaname="public"} 1.14568363e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_movementline",schemaname="public"} 2.647385385e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_pricing_additional_info",schemaname="public"} 5202 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_pricing_approval",schemaname="public"} 15506 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"} 23495 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"} 1694 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"} 355755 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_product",schemaname="public"} 1.446873151e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 8.48038281e+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"} 135764 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_product_category",schemaname="public"} 5.073406e+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"} 1.55358e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_product_images",schemaname="public"} 9494 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"} 23550 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_product_meta",schemaname="public"} 3.284836e+06 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"} 648921 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"} 4.483059e+07 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.791370824e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_shipment",schemaname="public"} 2.2386804925e+10 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_shipmentline",schemaname="public"} 1.5735646e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_stock",schemaname="public"} 1.14894892e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 2.962642e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 1.507810366e+09 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"} 5.32943602e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 251579 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"} 6.7287044213e+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"} 3.57923658e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 6.85566796e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_transferorder",schemaname="public"} 8.52908234e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 1.7226645394e+10 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 4.504228653e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 5.26471163e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 1.98146968e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_transferrequest",schemaname="public"} 2.427795731e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 2.47924957e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_unitcost",schemaname="public"} 4.18354801e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 1.2044379e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_visibility_category",schemaname="public"} 2.600891e+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"} 6.2650376e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_warehouse",schemaname="public"} 6.17503395e+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"} 4140 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_wastage",schemaname="public"} 5.733281e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_wastageline",schemaname="public"} 4.94002369e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ntn_dashboard_designer",schemaname="public"} 20 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ntn_dashboard_designer_filters",schemaname="public"} 70 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ntn_dashboard_designer_kpi",schemaname="public"} 80 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ntn_menu_designer",schemaname="public"} 450 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"} 836 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ntn_report_designer_fields",schemaname="public"} 1100 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ntn_report_designer_filters",schemaname="public"} 270 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ntn_report_designer_sql",schemaname="public"} 90 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ntn_window_designer",schemaname="public"} 40 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"} 44352 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"} 29134 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"} 1.53904151e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 1.762360611e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_invoicelinetax",schemaname="public"} 7.52464067e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 7.871863e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_order",schemaname="public"} 1.08212438e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_orderline",schemaname="public"} 2.062547659e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_orderlinetax",schemaname="public"} 1.285939654e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 1.42932062e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 1540 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_pricelist",schemaname="public"} 225922 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"} 9.15340352e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 12551 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_requisition",schemaname="public"} 621152 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_requisition_line",schemaname="public"} 1.955268e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_supplier",schemaname="public"} 3.5284047e+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"} 238930 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 101667 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 11997 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.37312957803e+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"} 2.94527845e+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"} 22 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"} 24 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 363 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="preprod_fin_receiptplan_details",schemaname="public"} 7.52777e+06 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"} 60273 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 8405 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 60210 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="qrtz_locks",schemaname="public"} 20088 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"} 448448 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"} 428364 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.5074176e+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.376978399e+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"} 2.2188972e+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"} 281267 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 1.3309e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 1790 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"} 2967 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 14635 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_invoice",schemaname="public"} 1.7063859791e+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.169276572e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 1.0877748718e+10 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 1635 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 6.6198729e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 2.06854041907e+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_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_order",schemaname="public"} 1.7160412826e+11 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 6.7093315836e+10 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_orderline",schemaname="public"} 2.7064361e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 3.4584315283e+10 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_orderline_meta",schemaname="public"} 1.247596009e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 3.51041796e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 1.93236100655e+11 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 1.30096226787e+11 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_pfinvoice",schemaname="public"} 3920 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_pfinvoice_line",schemaname="public"} 9202 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_pfinvoice_linetax",schemaname="public"} 4150 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_pfinvoice_tax",schemaname="public"} 2660 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_pricelist",schemaname="public"} 3.2468659e+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"} 1.4513412e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 58030 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_quotation",schemaname="public"} 34400 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_quotation_line",schemaname="public"} 1040 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_quotation_line_addons",schemaname="public"} 2830 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_quotation_line_pricing_rule",schemaname="public"} 20 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_quotation_linetax",schemaname="public"} 1570 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_quotation_tax",schemaname="public"} 880 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"} 3.633794e+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_center_notifications",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="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"} 100 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.908736e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 1.0248192e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="b2c_customer_credit_trx",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="b2c_customer_meta",schemaname="public"} 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"} 1.204453376e+09 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cdr_social_media",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cdr_template",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cdr_terms_conditions",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_accommodation_type",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_acting_appnt",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_action_taken",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_admin_tasks",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_airticket",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_airticket_allowance",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_airticket_history",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_airticket_provision",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_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_bonus_allocation",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_bonus_policy",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_bonus_processing",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_bonus_processing_line",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_breaks",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_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_incentive",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_increment_policy",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_increment_proposal",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_interview_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_policy_definition",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_leave_request",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_letter",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_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_revision_request",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_salary_template",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_salary_template_line",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_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"} 6.053888e+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"} 688128 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"} 2.613895168e+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"} 1.88833792e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 3.653632e+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.9161088e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 212992 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"} 147456 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 1.004814336e+09 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_integrations",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_language",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_license_policy",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_log_retention_settings",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_log_retention_settings_log",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_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"} 679936 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_messages",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_metrics_schema",schemaname="public"} 1.007616e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_mobile_report_access",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_mobile_role",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_mobile_role_apps",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_mobile_window_access",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_module",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_nearbystores",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_notification_recipients",schemaname="public"} 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"} 745472 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_process_log",schemaname="public"} 1.16850688e+09 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 2.77536768e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 1.037590528e+09 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_process_rundetail",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_process_schema",schemaname="public"} 1.163264e+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"} 811008 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 8.76544e+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"} 286720 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_releases_history",schemaname="public"} 262144 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"} 688128 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 2.727936e+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"} 385024 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_returnreason",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_role",schemaname="public"} 114688 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 90112 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.59744e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_sqlquery_log",schemaname="public"} 1.163264e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_stockentry_controls",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_system_preferences",schemaname="public"} 49152 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_table_sample_data",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_table_schema",schemaname="public"} 5.398528e+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"} 65536 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_tax_acct",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_taxcategory",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_taxzone",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_tenant_accounting_preferences",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_tenant_purchase_preferences",schemaname="public"} 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"} 1.82521856e+09 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 221184 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_user_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"} 81920 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_user_mfa",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_user_policy_settings",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_user_preference",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_user_session",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_user_session_activity",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_user_warehouse_access",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_views",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_webhooks",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_window",schemaname="public"} 221184 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 737280 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_window_emailtemplate",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_window_process",schemaname="public"} 237568 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.2447616e+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"} 1.1747328e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 1.097728e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwf_workflow_approvals_template",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwf_workflow_approvers",schemaname="public"} 40960 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwf_workflow_eventstore",schemaname="public"} 6.356992e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 2.58048e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 385024 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.5293568e+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"} 2.29064704e+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"} 286720 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"} 9.330688e+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"} 1.0665984e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_menutimeslot",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_mystore",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_payment_provider_logs",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_payment_providers",schemaname="public"} 57344 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"} 147456 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"} 4.972544e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 65536 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 2.503294976e+09 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_pos_cart",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 49152 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 819200 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 4.22117376e+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_bunit",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_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"} 2.113536e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 4.038656e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_store_discount",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_store_preferences",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_till",schemaname="public"} 1.056768e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_till_access_meta",schemaname="public"} 98304 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 1.19963648e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 3.0113792e+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.842624e+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"} 4.2295296e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 6.6142208e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 5.4747136e+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"} 4.702208e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 319488 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 4.6268416e+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_ammortization",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_ammortization_line",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_bank_connector",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_budget",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 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_distribution_lines",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_expense_allocation_run",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 98304 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"} 868352 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"} 638976 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_isd_distribution_config",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_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.490368e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 7.634944e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 3.678208e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 2.4281088e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 1.77717248e+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"} 65536 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"} 73728 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"} 4.325376e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_payment_advice",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_payment_advice_line",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_payment_proposal",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_payment_proposal_approval",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_payment_proposal_line",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 3.325952e+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.834432e+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"} 7.33208576e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 7.4174464e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 5.70580992e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 6.91027968e+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"} 4.89693184e+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"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="lgs_task",schemaname="public"} 1.6392192e+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"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_internal_consumptionline",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_invcount_sch_stores",schemaname="public"} 57344 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_inventory",schemaname="public"} 2.7099136e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 409600 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"} 8.040448e+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"} 2.195456e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_movement",schemaname="public"} 1.7956864e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_movementline",schemaname="public"} 8.5663744e+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"} 6.176768e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 729088 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"} 7.069696e+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"} 122880 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"} 434176 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"} 5.07904e+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"} 2.510848e+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_notification",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_replenishment_pcategories",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_replenishment_products",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_replenishment_rules",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_replenishment_scategories",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_replenishment_suppliers",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_rfid_tag",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_rfid_tag_history",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_shipment",schemaname="public"} 6.75274752e+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.490280448e+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.8553984e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 2.5264128e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 7.7922304e+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"} 90112 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 1.941504e+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"} 5.312536576e+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.6937728e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 5.02898688e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_transferissue_linedetails",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_transferorder",schemaname="public"} 7.6996608e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 6.31791616e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 3.63216896e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 3.469312e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 5.18406144e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_transferreceipt_linedetails",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_transferrequest",schemaname="public"} 7.8823424e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 5.48380672e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_tray",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_tray_history",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_unitcost",schemaname="public"} 3.325952e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 1.4368768e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_visibility_brand",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_visibility_category",schemaname="public"} 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"} 868352 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"} 1.892352e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_wastagelinedetails",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="multitabchecking",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="myonlytest",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="ntn_dashboard_designer",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="ntn_dashboard_designer_filters",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="ntn_dashboard_designer_kpi",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="ntn_menu_designer",schemaname="public"} 106496 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"} 286720 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"} 286720 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"} 7.561216e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_invoice_meta",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 1.777664e+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.6269312e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 4.317184e+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"} 7.757824e+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.834432e+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.8131328e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 6.651904e+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.711552e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 491520 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_bank_account",schemaname="public"} 16384 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"} 1.73985792e+09 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pr_ioproductdetails",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pr_operation",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pr_order",schemaname="public"} 2.95829504e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pr_outproducts",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pr_pproducts",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pr_process",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pr_processic",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pr_prodindirectcost",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pr_product_conversion",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pr_product_convline",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pr_production_plan",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pr_prun",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="preprod_fin_receiptplan_details",schemaname="public"} 1.20733696e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="qrtz_blob_triggers",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="qrtz_calendars",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="qrtz_cron_triggers",schemaname="public"} 90112 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"} 40960 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"} 573440 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.072576e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 1.646592e+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"} 139264 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 401408 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_invoice",schemaname="public"} 8.65427456e+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.574551552e+09 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 2.44228096e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 98304 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 2.027200512e+09 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 8.10049536e+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_omni_sales_reconciliation",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_order",schemaname="public"} 1.021935616e+09 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 1.837146112e+09 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_orderline",schemaname="public"} 1.667424256e+09 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 1.31588096e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_orderline_meta",schemaname="public"} 1.8374656e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 1.445888e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 1.074110464e+09 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 5.13376256e+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"} 245760 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_pfinvoice_tax",schemaname="public"} 212992 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.342912e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 1.47456e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_quotation",schemaname="public"} 98304 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_quotation_line",schemaname="public"} 98304 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_quotation_line_addons",schemaname="public"} 221184 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_quotation_line_pricing_rule",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_quotation_linetax",schemaname="public"} 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_center_notifications",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_service_checklist",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_service_inventory",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_service_location",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_service_movement",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_service_request",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_service_type",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_sr_inspection_data",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_sr_inspection_field",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_sr_inspection_option",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_sr_inspection_rule",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_sr_inspection_section",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_sr_inspection_template",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_subscription",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_subscription_group",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_subscription_line",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_subscription_plan",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_survey_template",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_survey_template_lines",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_target",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_technician",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="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_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_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_incentive",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_interview_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_policy_definition",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_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_revision_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_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_log_retention_settings_log",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_policy_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_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_cart",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_store_dailyops",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_till",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_till_login_logout",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_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_payment_advice",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_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_notification",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_shipment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_shipmentline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_stock",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_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_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_order",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_orderline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_productprice",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_supplier_address",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="preprod_fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="qrtz_triggers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_customer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_customer_address",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_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_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_order",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_order_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_center_notifications",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="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"} 487 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 6.1533776e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 956237 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.798395e+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"} 92453 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_bonus_allocation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_bonus_policy",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_bonus_processing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_breaks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_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_incentive",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_increment_policy",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_increment_proposal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_interview_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_policy_definition",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_leave_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_letter",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_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_revision_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_salary_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_salary_template_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_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"} 52 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"} 4 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_lead",schemaname="public"} 2 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_lead_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_opportunity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_sale",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_seglist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_segment_behaviors",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_segment_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_social_post",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_social_postline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_stream",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_webinar",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_webinar_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_webinar_platform",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_airflow_dags",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_alert",schemaname="public"} 2022 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.286472e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_announcement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_api_builder_schema",schemaname="public"} 68752 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"} 1782 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 333958 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 8132 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 16268 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 6.831006e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_batch_register",schemaname="public"} 1359 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_bunit",schemaname="public"} 1.38031131e+08 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_bunit_location",schemaname="public"} 587021 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"} 88 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.3515051e+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.126291e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_cur_denomination",schemaname="public"} 1707 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_currency",schemaname="public"} 3.761441e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 1708 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"} 1.272509e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_doctype_template",schemaname="public"} 2288 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"} 41 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_file",schemaname="public"} 1.20051e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 176 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"} 189341 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_integration_error_logs",schemaname="public"} 15 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 1.084523e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 21645 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_integrations",schemaname="public"} 21629 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_language",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_license_policy",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_log_retention_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_master_data_config",schemaname="public"} 2144 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"} 1029 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"} 11305 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"} 2756 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"} 5106 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_nearbystores",schemaname="public"} 128 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_notification_recipients",schemaname="public"} 264 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_paymentterm",schemaname="public"} 1.095443e+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"} 1124 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"} 159447 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_process_access",schemaname="public"} 2021 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_process_log",schemaname="public"} 408509 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 3.826658e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 1.49467e+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"} 6270 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_process_window",schemaname="public"} 2758 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_process_window_access",schemaname="public"} 3343 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_process_window_schema",schemaname="public"} 992 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"} 3.226312e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 37083 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_region",schemaname="public"} 2.33033e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_releases",schemaname="public"} 5310 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_releases_history",schemaname="public"} 21 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_report",schemaname="public"} 3993 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 48669 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 55448 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 1187 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 171 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_returnreason",schemaname="public"} 329930 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_role",schemaname="public"} 23648 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 387 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"} 448080 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_sqlquery_log",schemaname="public"} 3393 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"} 345 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"} 1.900102e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_tax",schemaname="public"} 2.200878e+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"} 460483 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"} 7934 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_tenant_purchase_preferences",schemaname="public"} 6502 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"} 9.033262e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_uom_conversion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_user",schemaname="public"} 6.604063e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 1.410282e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 2.840345e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 1.0642654e+07 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"} 3655 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_user_mfa",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_user_policy_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_user_preference",schemaname="public"} 7 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"} 2.696675e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 256555 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"} 103839 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"} 519235 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"} 271 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 95233 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 2.6697357e+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"} 91 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwf_workflow_eventstore",schemaname="public"} 1919 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 3.564812e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 42 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"} 2115 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"} 89 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"} 92 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"} 86067 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"} 723850 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_fb_production_center_access",schemaname="public"} 164466 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"} 1244 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"} 562717 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 942 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_giftcard_type",schemaname="public"} 167 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 5450 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"} 265 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"} 5.550244e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 6941 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"} 265 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_settings",schemaname="public"} 6364 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_transaction",schemaname="public"} 3.1521165e+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"} 4048 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"} 295285 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 514350 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 522240 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 1973 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"} 4.629564e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 1882 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 1.17383493e+08 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_pos_cart",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 12276 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 1.455179e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 134903 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"} 573 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"} 12089 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"} 3594 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 128427 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_rules",schemaname="public"} 92 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 670547 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"} 34730 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"} 841374 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 2.887149e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_store_discount",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_store_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_till",schemaname="public"} 2.196959e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_till_access_meta",schemaname="public"} 10105 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 4.8180929e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 44049 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"} 1432 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"} 17275 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 2.9763795e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 24541 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 2.4196492e+07 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"} 2656 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 43048 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 115467 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"} 314 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 2.974337e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cww_tasklinedetail",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwx_customer_user",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwx_payment_method",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="ds_channel",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="ds_channel_frames",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="ds_media",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="ds_player_channel",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="ds_players",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="ds_playlist_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="ds_playlists",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="ds_schedules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="ds_tray_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="email_source",schemaname="public"} 165 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"} 1250 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 3 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 2 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"} 2 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"} 2 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"} 2 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"} 2 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 2 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_adv_payment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_adv_receipt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_ammortization",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_ammortization_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_bank_connector",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 6359 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"} 2 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_distribution_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 1174 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 16126 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 15 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 26 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 62 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 241488 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"} 9030 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_isd_distribution_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_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"} 144 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 4.7368553e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 42550 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 4.514347e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 4.798283e+06 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"} 50 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"} 3954 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"} 70 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 417080 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 16 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"} 47263 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_payment_advice",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_payment_advice_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_payment_proposal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 1.111615e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 1.910607e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 48323 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 2 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_period",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_period_audit_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_period_control",schemaname="public"} 2 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 1.3764719e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 1.53301144e+08 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 2.3875132e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 7.6185584e+07 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"} 1.924276011e+09 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"} 557762 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"} 219492 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"} 2145 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"} 105 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="lgs_vehicle_type",schemaname="public"} 105 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"} 380 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_addon_group",schemaname="public"} 19940 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_attribute",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_attribute_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_attribute_value",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_autoconsumption_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_batch",schemaname="public"} 1.295266e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_batch_attribute",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_batch_conversion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_batch_group",schemaname="public"} 6.581319e+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"} 126 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"} 6 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"} 4.380566e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 3.127178e+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"} 53 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"} 768303 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"} 41116 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_movement",schemaname="public"} 3.753509e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_movementline",schemaname="public"} 1.2786709e+08 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_movementlinedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_pricing_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_pricing_additional_info",schemaname="public"} 771 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_pricing_approval",schemaname="public"} 773 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"} 941 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_pricing_ccategory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_pricing_coupon",schemaname="public"} 99 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_pricing_customer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_pricing_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"} 17804 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_product",schemaname="public"} 1.66343111e+08 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 3.8516518e+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"} 486453 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_product_category",schemaname="public"} 6.037831e+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"} 844097 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_product_images",schemaname="public"} 306 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"} 120872 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"} 47511 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_product_warranty",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_purchase_pricing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_purpricing_bunit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_purpricing_product",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_purpricing_scategory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_purpricing_supplier",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_receipt",schemaname="public"} 2.80123e+06 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"} 2.02237546e+08 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_receiptline_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_receiptline_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_receiptlinedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_replenishment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_replenishment_bunit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_replenishment_notification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_replenishment_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_replenishment_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_replenishment_scategories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_rfid_tag",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_rfid_tag_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_shipment",schemaname="public"} 4.58398377e+08 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"} 1.625024e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_shipmentline_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_shipmentline_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_slowmover",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_stock",schemaname="public"} 2.33464792e+08 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 3.747222e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 5.9254617e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_stockadj_reason",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_stockdetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_storage_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_storagebin",schemaname="public"} 3.330041e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 36601 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"} 2.713345067e+09 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"} 1.7355617e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 4.46308033e+08 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.19034132e+08 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 1.181810782e+09 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 1.94156158e+08 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 2.5599266e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 1.0661652e+07 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.27542699e+08 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 1.1796014e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_tray",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_tray_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_unitcost",schemaname="public"} 1.7470843e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 250336 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"} 121775 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_visibility_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_visibility_product",schemaname="public"} 2.040942e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_wa_costing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_wa_costing_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_wa_product",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_warehouse",schemaname="public"} 2.415663e+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"} 1028 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"} 335850 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"} 2.4294106e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_wastagelinedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="multitabchecking",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="myonlytest",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="ntn_menu_designer",schemaname="public"} 0 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"} 12 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"} 3716 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"} 818 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"} 2.5087381e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 1.30407046e+08 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_invoiceline_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_invoicelinetax",schemaname="public"} 3.4275852e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 310494 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_lc_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_order",schemaname="public"} 1.1574867e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_order_lc",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_order_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_orderline",schemaname="public"} 1.57565809e+08 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_orderline_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_orderlinetax",schemaname="public"} 6.1245147e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 5.471283e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 34 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_pricelist",schemaname="public"} 233542 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"} 3.4127283e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 219 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_requisition",schemaname="public"} 87140 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_requisition_line",schemaname="public"} 136606 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_rfq",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_rfq_supplier",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_rfqlines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_supplier",schemaname="public"} 3.802253e+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"} 271553 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_supplier_bank_account",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_supplier_bunit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 12610 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 250 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"} 7.66642887e+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.572682492e+09 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pr_outproducts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pr_pproducts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pr_process",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pr_processic",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pr_prodindirectcost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pr_product_conversion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pr_product_convline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pr_production_plan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 163 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pr_prun",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="preprod_fin_receiptplan_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="qrtz_calendars",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="qrtz_cron_triggers",schemaname="public"} 27468 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 22639 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 4184 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="qrtz_locks",schemaname="public"} 11488 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"} 851119 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"} 460806 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.729944e+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"} 8.9645972e+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"} 1.170962e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_customer_category_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_customer_contact",schemaname="public"} 5263 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 56672 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"} 138 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 570 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_invoice",schemaname="public"} 8.93146168e+08 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"} 2.1792326e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 1.59845079e+08 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 24 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 2.002295e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 7.618033668e+09 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_joborder",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_joborder_charge_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_joborder_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_joborder_estimation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_joborder_images",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_joborder_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_joborder_part",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_joborder_service_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_joborder_services",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_joborder_status",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_joborder_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_order",schemaname="public"} 1.8741708329e+10 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 5.8378639e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_orderline",schemaname="public"} 1.87578556e+08 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 1.627013531e+09 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_orderline_meta",schemaname="public"} 5.4127506e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 5.559287e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 6.907868415e+09 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 4.382576495e+09 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"} 144 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"} 2.760277e+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"} 3.643384e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 642 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_quotation",schemaname="public"} 3354 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_quotation_line",schemaname="public"} 12 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_quotation_line_addons",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_quotation_linetax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_quotation_tax",schemaname="public"} 0 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"} 1.197472e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_service_bill",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_service_bill_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_service_center_notifications",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_service_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_service_inventory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_service_location",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_service_movement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_service_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_service_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_sr_inspection_data",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_sr_inspection_field",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_sr_inspection_option",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_sr_inspection_section",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_sr_inspection_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_subscription",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_subscription_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_subscription_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_subscription_plan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_survey_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_survey_template_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_target",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_technician",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="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"} 6 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"} 78 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 9.342072e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 484716 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"} 3809 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"} 991106 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_bonus_allocation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_bonus_policy",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_bonus_processing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_breaks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_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_incentive",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_increment_policy",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_increment_proposal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_interview_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_policy_definition",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_leave_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_letter",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_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_revision_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_salary_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_salary_template_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_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"} 48 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"} 18 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="crm_lead",schemaname="public"} 12 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"} 6293 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"} 139521 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"} 11929 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"} 110 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"} 1233 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 1.6522e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 1911 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 7963 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 1.32576e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_batch_register",schemaname="public"} 2010 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_bunit",schemaname="public"} 114 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_bunit_location",schemaname="public"} 20756 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"} 115 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"} 20 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"} 3752 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_cur_denomination",schemaname="public"} 652 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_currency",schemaname="public"} 50 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 649 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"} 185 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_doctype_template",schemaname="public"} 6132 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"} 496 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_file",schemaname="public"} 1.302541e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 304 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"} 379 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_integration_error_logs",schemaname="public"} 122 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 235013 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 6389 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_integrations",schemaname="public"} 6386 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_language",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_license_policy",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_log_retention_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_master_data_config",schemaname="public"} 493 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"} 20 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"} 396 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"} 6555 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"} 40 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"} 24 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_nearbystores",schemaname="public"} 459 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_notification_recipients",schemaname="public"} 345 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_paymentterm",schemaname="public"} 12658 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"} 3049 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_print_template_query",schemaname="public"} 320 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_process",schemaname="public"} 29730 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_process_access",schemaname="public"} 5915 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_process_log",schemaname="public"} 1.113252e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 1.5033625e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 971408 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"} 7969 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_process_window",schemaname="public"} 15 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_process_window_access",schemaname="public"} 586 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_process_window_schema",schemaname="public"} 624 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"} 474452 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 43864 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_region",schemaname="public"} 5847 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_releases",schemaname="public"} 289 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_releases_history",schemaname="public"} 231 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_report",schemaname="public"} 2421 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 4486 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 4113 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 1887 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 475 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_returnreason",schemaname="public"} 1246 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_role",schemaname="public"} 1269 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 140 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"} 386944 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_sqlquery_log",schemaname="public"} 12279 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"} 1269 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"} 546040 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_task",schemaname="public"} 10 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_tax",schemaname="public"} 610 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_tax_acct",schemaname="public"} 10 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_taxcategory",schemaname="public"} 6319 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"} 16554 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_tenant_purchase_preferences",schemaname="public"} 2156 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"} 21 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"} 46 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 1033 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 1.880356e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 22024 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"} 922 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_user_mfa",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_user_policy_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_user_preference",schemaname="public"} 53 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"} 12375 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 14316 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"} 88723 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"} 15775 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"} 279 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 20441 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 153573 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwf_workflow_approvals_template",schemaname="public"} 16 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwf_workflow_approvers",schemaname="public"} 306 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwf_workflow_eventstore",schemaname="public"} 7216 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 1.687075e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 388 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"} 5347 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"} 113 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"} 307 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"} 256065 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"} 4863 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_fb_production_center_access",schemaname="public"} 15154 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"} 2148 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"} 705373 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 779 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_giftcard_type",schemaname="public"} 318 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 610 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"} 302 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.5378373e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 2558 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"} 302 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_loyalty_settings",schemaname="public"} 156 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_loyalty_transaction",schemaname="public"} 1.4301898e+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"} 452 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"} 83197 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 2723 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 639 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 668 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"} 5.211306e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 490 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 6.83403824e+08 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_pos_cart",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 18473 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 100530 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 456509 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"} 724 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"} 386 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"} 639 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 219 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_rules",schemaname="public"} 305 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 418 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"} 49504 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.472841e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 2.829422e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_store_discount",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_store_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_till",schemaname="public"} 278632 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_till_access_meta",schemaname="public"} 3455 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 7.588875e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 30144 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"} 2947 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"} 11297 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 1.403315e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 62298 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 942384 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"} 9622 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 11117 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 1.9801e+06 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"} 3925 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 1.0210045e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cww_tasklinedetail",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwx_customer_user",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwx_payment_method",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ds_channel",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ds_channel_frames",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ds_media",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ds_player_channel",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ds_players",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ds_playlist_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ds_playlists",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ds_schedules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ds_tray_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="email_source",schemaname="public"} 179 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"} 3323 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 41 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 19 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"} 19 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"} 19 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"} 19 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"} 19 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 19 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_adv_payment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_adv_receipt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_ammortization",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_ammortization_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_bank_connector",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 77 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"} 10 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 20 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"} 19 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_distribution_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 536 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 191 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 11 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 13 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 479 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 79663 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"} 3625 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_isd_distribution_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_journal",schemaname="public"} 10 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"} 2016 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 233190 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 163910 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 6624 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 1.520356e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 8.038825e+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"} 38 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"} 19045 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"} 43 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 1569 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 16 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"} 53729 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_payment_advice",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_payment_advice_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_payment_proposal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 64727 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 349 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 93586 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 27 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 18 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"} 19 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"} 5.963864e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 7.39077507e+08 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 1.3619563e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 3.7996593e+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"} 4.99326925e+08 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="flyway_schema_history",schemaname="public"} 460 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="hsncode",schemaname="public"} 30008 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"} 638349 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="lgs_task_activity",schemaname="public"} 11 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="lgs_vehicle",schemaname="public"} 357 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"} 10 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="lgs_vehicle_model",schemaname="public"} 214 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="lgs_vehicle_type",schemaname="public"} 214 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"} 56 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_addon_group",schemaname="public"} 3147 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"} 3983 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"} 2854 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"} 79 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"} 13 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"} 20 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_inventory",schemaname="public"} 3.304827e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 109919 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_inventory_count_schedule",schemaname="public"} 10 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_inventory_issue",schemaname="public"} 10 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 35 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_inventory_receipt",schemaname="public"} 70 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_inventory_receiptline",schemaname="public"} 198 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"} 539770 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"} 76553 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_movement",schemaname="public"} 1.453245e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_movementline",schemaname="public"} 1.49587e+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"} 96 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_pricing_approval",schemaname="public"} 113 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"} 89 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"} 24 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"} 13786 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"} 1.695868e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 357568 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"} 170399 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_product_category",schemaname="public"} 62596 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"} 3154 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_product_images",schemaname="public"} 277 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"} 801 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_product_meta",schemaname="public"} 690 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"} 2406 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_product_warranty",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_purchase_pricing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_purpricing_bunit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_purpricing_product",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_purpricing_scategory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_purpricing_supplier",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_receipt",schemaname="public"} 1.016088e+06 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"} 2.792012e+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_notification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_replenishment_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_replenishment_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_replenishment_scategories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_rfid_tag",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_rfid_tag_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_shipment",schemaname="public"} 1.177964741e+09 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_shipment_charges",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_shipment_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_shipmentline",schemaname="public"} 9.638269e+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"} 1.7981419e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 1.455465e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 9.681724e+06 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"} 7943 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 17869 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"} 4.409721479e+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.256607e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 2.7861114e+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"} 1.5870181e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 3.3429932e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 1.9975426e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 5.793487e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 4.260907e+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"} 4.6793545e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 4.243994e+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"} 127346 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 348599 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"} 11178 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"} 142820 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"} 4907 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"} 1042 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"} 109049 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"} 2.491556e+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"} 10 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ntn_dashboard_designer_filters",schemaname="public"} 10 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ntn_dashboard_designer_kpi",schemaname="public"} 10 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ntn_menu_designer",schemaname="public"} 60 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"} 54 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ntn_report_designer_fields",schemaname="public"} 40 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ntn_report_designer_filters",schemaname="public"} 20 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ntn_report_designer_sql",schemaname="public"} 20 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ntn_window_designer",schemaname="public"} 10 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"} 374 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"} 749 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"} 732630 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 1.634731e+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"} 223267 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 57088 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_lc_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_order",schemaname="public"} 1.228801e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_order_lc",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_order_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_orderline",schemaname="public"} 9.122535e+06 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"} 3.884206e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 996879 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 76 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_pricelist",schemaname="public"} 2109 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"} 690422 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 552 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_requisition",schemaname="public"} 1596 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_requisition_line",schemaname="public"} 3056 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"} 107547 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"} 35483 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_supplier_bank_account",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_supplier_bunit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 119 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 479 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.2522403451e+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.7100728e+07 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"} 11 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"} 11 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 200 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pr_prun",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="preprod_fin_receiptplan_details",schemaname="public"} 93040 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"} 10629 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 4437 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 2506 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="qrtz_locks",schemaname="public"} 1898 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"} 13796 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"} 125037 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"} 346074 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"} 514384 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"} 6817 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"} 3842 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 15228 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 180 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"} 119 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 471 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_invoice",schemaname="public"} 7.63051642e+08 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"} 8.3406025e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 1.96302958e+08 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 66 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 2.948708e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 2.45619986e+08 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_joborder",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_joborder_charge_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_joborder_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_joborder_estimation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_joborder_images",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_joborder_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_joborder_part",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_joborder_service_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_joborder_services",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_joborder_status",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_joborder_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_order",schemaname="public"} 1.19119045e+08 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 3.003787023e+09 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_orderline",schemaname="public"} 4.5640031e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 2.5695395e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_orderline_meta",schemaname="public"} 1.6118067e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 8.216054e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 7.39727794e+08 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 1.92698439e+08 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"} 304 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_pfinvoice_line",schemaname="public"} 774 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_pfinvoice_linetax",schemaname="public"} 190 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_pfinvoice_tax",schemaname="public"} 150 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_pricelist",schemaname="public"} 131 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"} 313030 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 2107 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_quotation",schemaname="public"} 1806 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_quotation_line",schemaname="public"} 66 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_quotation_line_addons",schemaname="public"} 180 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"} 70 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_quotation_tax",schemaname="public"} 50 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"} 14343 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_service_bill",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_service_bill_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_service_center_notifications",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_service_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_service_inventory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_service_location",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_service_movement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_service_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_service_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_sr_inspection_data",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_sr_inspection_field",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_sr_inspection_option",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_sr_inspection_section",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_sr_inspection_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_subscription",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_subscription_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_subscription_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_subscription_plan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_survey_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_survey_template_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_target",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_technician",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="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"} 94 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"} 69 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 6.759972e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 4309 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="b2c_customer_credit_trx",schemaname="public"} 1752 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="b2c_customer_meta",schemaname="public"} 8009 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"} 12118 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="c_bp_taxcategory",schemaname="public"} 502 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"} 1773 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cdr_receipts",schemaname="public"} 4243 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_bonus_allocation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_bonus_policy",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_bonus_processing",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_breaks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_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"} 22 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_incentive",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_increment_policy",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_increment_proposal",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_interview_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_policy_definition",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_leave_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_letter",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_loan_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_revision_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_salary_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_salary_template_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_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"} 6 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"} 3 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_lead",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_lead_products",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_opportunity",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_sale",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_seglist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_segment_behaviors",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_segment_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_social_post",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_social_postline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_stream",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_task",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_webinar",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_webinar_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_webinar_platform",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_airflow_dags",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_alert",schemaname="public"} 46 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"} 17741 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"} 159518 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_app_access",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 12 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"} 1282 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 66746 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 846 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 2627 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 2515 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_batch_register",schemaname="public"} 846 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_bunit",schemaname="public"} 6.337579e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_bunit_location",schemaname="public"} 6946 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"} 65 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_city",schemaname="public"} 235 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_client",schemaname="public"} 82063 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_client_applications",schemaname="public"} 0 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"} 3293 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_cur_denomination",schemaname="public"} 284 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_currency",schemaname="public"} 50577 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 282 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"} 236 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_doctype",schemaname="public"} 72262 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_doctype_template",schemaname="public"} 407 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"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_favourites",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_file",schemaname="public"} 442 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 12 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"} 1525 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_integration_error_logs",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 33285 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 1437 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_integrations",schemaname="public"} 1426 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"} 638 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_log_retention_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_master_data_config",schemaname="public"} 30 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"} 613 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"} 62 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"} 25 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"} 2742 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_nearbystores",schemaname="public"} 78 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_notification_recipients",schemaname="public"} 65 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_paymentterm",schemaname="public"} 20821 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"} 438 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_print_template",schemaname="public"} 412 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"} 176513 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_process_access",schemaname="public"} 7260 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_process_log",schemaname="public"} 154387 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 1134 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 2.234218e+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"} 17858 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_process_window",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_process_window_access",schemaname="public"} 747 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_process_window_schema",schemaname="public"} 1711 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"} 63574 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 527 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_region",schemaname="public"} 72077 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_releases",schemaname="public"} 45 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_releases_history",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_report",schemaname="public"} 10883 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 102404 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 117552 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 653 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"} 539 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_role",schemaname="public"} 2993 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 8 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"} 247450 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_sqlquery_log",schemaname="public"} 291 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"} 601 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"} 36202 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"} 105113 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"} 4873 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"} 7510 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"} 1.621845e+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"} 455084 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 4864 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 1.729196e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 3465 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_user_division_access",schemaname="public"} 26724 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"} 362 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_policy_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_user_preference",schemaname="public"} 5 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"} 1381 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_views",schemaname="public"} 22597 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_webhooks",schemaname="public"} 5777 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_window",schemaname="public"} 5.267544e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 541119 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_window_emailtemplate",schemaname="public"} 24 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_window_process",schemaname="public"} 957 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_window_rules",schemaname="public"} 4 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"} 1.069109e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cw_auth_token",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="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"} 3606 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"} 4367 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"} 1 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"} 74 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 1520 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 4153 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"} 170 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwf_workflow_eventstore",schemaname="public"} 22 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 949290 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"} 12357 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"} 1 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"} 93 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_b2c_customer_segment",schemaname="public"} 4704 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_cashup_sync",schemaname="public"} 484 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_configurations",schemaname="public"} 85029 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_customer_config",schemaname="public"} 1 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"} 35 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"} 86 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_expiry_discount_product",schemaname="public"} 1496 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_expiry_discount_range",schemaname="public"} 1497 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_expiry_discount_template",schemaname="public"} 1499 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"} 4342 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"} 4367 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"} 92 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"} 62460 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_fb_production_center_access",schemaname="public"} 6362 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_fb_section",schemaname="public"} 92 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_fb_table",schemaname="public"} 4368 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"} 92 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"} 807 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_feedback_template_line",schemaname="public"} 1497 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_gift_config",schemaname="public"} 2 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"} 8048 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"} 3644 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 374 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_image_library",schemaname="public"} 3 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"} 85 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"} 93 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 4948 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 15971 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_prod_cat",schemaname="public"} 2127 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_redemption",schemaname="public"} 85 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_settings",schemaname="public"} 159 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_transaction",schemaname="public"} 28358 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_menutimeslot",schemaname="public"} 672 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_mystore",schemaname="public"} 0 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"} 259 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_payment_receipt",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_paymentmethod",schemaname="public"} 23776 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 15778 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 508 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 856 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_pcatalogue_timeslot",schemaname="public"} 44 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_pcataloguelines",schemaname="public"} 782278 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 251 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 14975 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_pos_cart",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 5876 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 51062 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 9527 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"} 469 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"} 1597 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"} 241 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 123184 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 35563 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_recipe_bunit",schemaname="public"} 137488 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 137488 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"} 50918 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"} 85 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 85349 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_saletype_charge",schemaname="public"} 93 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_saletype_paymentmethod",schemaname="public"} 1721 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"} 25371 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 246135 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_store_discount",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 31 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_store_preferences",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_till",schemaname="public"} 1.8887e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_till_access_meta",schemaname="public"} 244 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 6112 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 57357 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"} 93 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 933 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 477 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 93512 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 22133 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 36006 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"} 1117 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 688 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 4065 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_wallet",schemaname="public"} 9936 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"} 59 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cww_task",schemaname="public"} 354 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 12 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"} 67 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"} 1 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"} 3903 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_acct_config_fixedasset",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_acct_config_general",schemaname="public"} 1 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"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_acct_config_production",schemaname="public"} 2 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"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_acct_config_sales",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 1 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_ammortization",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_ammortization_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_bank_connector",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"} 7 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"} 69 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"} 21 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_distribution_lines",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"} 704 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 32 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 24 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 211426 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"} 1282 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_isd_distribution_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_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"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 1478 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 58 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"} 61753 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 23393 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 2 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"} 43 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"} 12422 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"} 1467 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"} 5571 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_payment_advice",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_payment_advice_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_payment_proposal",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 401 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 82857 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 21 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"} 27 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"} 1 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"} 4.644646e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 1.008013e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 5.3112682e+07 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 3.3013172e+07 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 7 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"} 97526 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"} 1.148429e+06 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"} 15 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="lgs_route_details",schemaname="public"} 50 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="lgs_task",schemaname="public"} 932 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"} 168 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"} 98 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="lgs_vehicle_type",schemaname="public"} 98 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"} 1232 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_addon_group",schemaname="public"} 34960 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_attribute",schemaname="public"} 24357 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_attribute_group",schemaname="public"} 335 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"} 38615 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"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_batch_group",schemaname="public"} 125644 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 57163 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"} 2 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"} 12791 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_custom_attribute_fields",schemaname="public"} 330 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_internal_consumption",schemaname="public"} 4 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"} 89311 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 6.105794e+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"} 48 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 48 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_inventory_receipt",schemaname="public"} 48 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_inventory_receiptline",schemaname="public"} 48 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"} 1.014801e+06 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"} 3378 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_movement",schemaname="public"} 1.080761e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_movementline",schemaname="public"} 17017 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_movementlinedetails",schemaname="public"} 70 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"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricing_approval",schemaname="public"} 85 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricing_b2c_customer",schemaname="public"} 771 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricing_b2c_segment",schemaname="public"} 771 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricing_brand",schemaname="public"} 771 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricing_bunit",schemaname="public"} 771 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricing_catalogue",schemaname="public"} 166 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricing_ccategory",schemaname="public"} 3242 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricing_coupon",schemaname="public"} 1188 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"} 771 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"} 3242 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricing_quantity",schemaname="public"} 771 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricing_xproduct",schemaname="public"} 771 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricing_yproduct",schemaname="public"} 3242 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricingrule",schemaname="public"} 19468 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"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_product",schemaname="public"} 9.8890313e+07 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 5283 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_product_attribute",schemaname="public"} 24347 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_product_bom",schemaname="public"} 1.142635e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_product_category",schemaname="public"} 1.1250818e+07 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_product_category_acct",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_product_category_attr",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_product_divisions",schemaname="public"} 26724 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_product_group",schemaname="public"} 7271 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_product_images",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_product_manufacturer",schemaname="public"} 12784 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_product_manufacturing",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_product_meta",schemaname="public"} 6 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"} 5044 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"} 1.519146e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_receipt_lc",schemaname="public"} 615 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_receipt_meta",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_receiptline",schemaname="public"} 1.992674e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_receiptline_bom",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_receiptline_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_receiptlinedetails",schemaname="public"} 739 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_notification",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_replenishment_products",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_replenishment_rules",schemaname="public"} 0 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"} 276 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"} 532096 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"} 1.388791e+06 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"} 80 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_slowmover",schemaname="public"} 309630 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_stock",schemaname="public"} 1.07755653e+08 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 390928 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 24995 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_stockadj_reason",schemaname="public"} 110 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"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_storagebin",schemaname="public"} 4.946119e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 27545 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_tracker",schemaname="public"} 3973 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_trackertype",schemaname="public"} 12355 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_transaction",schemaname="public"} 7.602458e+07 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_transactioncost",schemaname="public"} 0 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"} 1.758715e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 6.4615089e+07 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_transferissue_linedetails",schemaname="public"} 66 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_transferorder",schemaname="public"} 5.785216e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 2.2394767e+07 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 54351 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 950056 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 358225 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_transferreceipt_linedetails",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_transferrequest",schemaname="public"} 1.1763474e+07 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 7.156619e+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"} 99622 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 38735 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_visibility_brand",schemaname="public"} 56956 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_visibility_category",schemaname="public"} 4856 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_visibility_group",schemaname="public"} 56956 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_visibility_product",schemaname="public"} 4895 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"} 293979 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"} 345 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"} 315603 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_wastage_meta",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_wastageline",schemaname="public"} 16155 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_wastagelinedetails",schemaname="public"} 301 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"} 0 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"} 1 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"} 184 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"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="otp_audit_log",schemaname="public"} 19 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ox_order",schemaname="public"} 0 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"} 5271 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_contract",schemaname="public"} 583 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"} 2 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"} 545565 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 133533 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"} 1326 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 2007 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_lc_type",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_order",schemaname="public"} 563134 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_order_lc",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_order_meta",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_orderline",schemaname="public"} 3.4592164e+07 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_orderline_bom",schemaname="public"} 32 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_orderline_meta",schemaname="public"} 32 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_orderlinetax",schemaname="public"} 2132 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 7669 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_pricelist",schemaname="public"} 2275 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_pricelist_version",schemaname="public"} 25 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_productprice",schemaname="public"} 5760 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_requisition",schemaname="public"} 707 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_requisition_line",schemaname="public"} 693 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_rfq",schemaname="public"} 19 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"} 32 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_supplier",schemaname="public"} 2.351446e+06 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"} 557074 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_supplier_bank_account",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_supplier_bunit",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 228 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 43 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 8 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"} 4244 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"} 17 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 17 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"} 17 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"} 4220 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 8390 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 109082 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 3.513302e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pr_ioproductdetails",schemaname="public"} 588 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"} 2.61535e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pr_outproducts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pr_pproducts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pr_process",schemaname="public"} 4260 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"} 109082 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"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 93 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 43 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pr_prun",schemaname="public"} 3782 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="preprod_fin_receiptplan_details",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="qrtz_calendars",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="qrtz_cron_triggers",schemaname="public"} 797 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 41017 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 2304 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="qrtz_locks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="qrtz_paused_trigger_grps",schemaname="public"} 37 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="qrtz_triggers",schemaname="public"} 108399 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"} 3.954653e+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"} 4.173224e+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"} 9713 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"} 115 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 14 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"} 76 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_invoice",schemaname="public"} 4.3041095e+07 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"} 7.172089e+07 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"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 4.131632e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 383733 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_omni_sales_reconciliation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_order",schemaname="public"} 6.3606638e+07 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 743295 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_orderline",schemaname="public"} 5.33690054e+08 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 58631 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_orderline_meta",schemaname="public"} 9520 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 4627 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 118153 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 139494 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"} 8 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"} 148285 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_pricelist_version",schemaname="public"} 1137 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_productprice",schemaname="public"} 4.871585e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_quotation",schemaname="public"} 170 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_quotation_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_quotation_line_addons",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_quotation_linetax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_quotation_tax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_rfq",schemaname="public"} 259 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"} 136 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"} 19958 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_service_bill",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_service_bill_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_service_center_notifications",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_service_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_service_inventory",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_service_location",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_service_movement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_service_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_service_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_sr_inspection_data",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_sr_inspection_field",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_sr_inspection_option",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_sr_inspection_section",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_sr_inspection_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_subscription",schemaname="public"} 0 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"} 0 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"} 48 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 102450 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 2681 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="b2c_customer_credit_trx",schemaname="public"} 11609 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="b2c_customer_meta",schemaname="public"} 331 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"} 6002 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="c_bp_taxcategory",schemaname="public"} 246 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"} 11457 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cdr_receipts",schemaname="public"} 47085 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_bonus_allocation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_bonus_policy",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_bonus_processing",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_breaks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_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"} 9 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_incentive",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_increment_policy",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_increment_proposal",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_interview_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_policy_definition",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_leave_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_letter",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_loan_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_revision_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_salary_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_salary_template_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_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"} 38 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"} 8 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_lead",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_lead_products",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_opportunity",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_sale",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_seglist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_segment_behaviors",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_segment_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_social_post",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_social_postline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_stream",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_task",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_webinar",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_webinar_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_webinar_platform",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_airflow_dags",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_alert",schemaname="public"} 1488 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"} 14847 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"} 8356 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_app_access",schemaname="public"} 402 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 366 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"} 1934 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 120547 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 1464 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 6569 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 2280 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_batch_register",schemaname="public"} 1464 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_bunit",schemaname="public"} 5330 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_bunit_location",schemaname="public"} 7495 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"} 99 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_city",schemaname="public"} 62 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_client",schemaname="public"} 2445 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_client_applications",schemaname="public"} 0 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"} 3155 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_cur_denomination",schemaname="public"} 675 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_currency",schemaname="public"} 9484 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 760 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"} 62 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_doctype",schemaname="public"} 4000 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_doctype_template",schemaname="public"} 1982 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"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_favourites",schemaname="public"} 441 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_file",schemaname="public"} 2386 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 7 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"} 372 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_integration_error_logs",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 30082 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 6203 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_integrations",schemaname="public"} 6200 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"} 1714 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_log_retention_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_master_data_config",schemaname="public"} 432 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"} 72 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"} 106 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"} 28 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"} 22 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_nearbystores",schemaname="public"} 450 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_notification_recipients",schemaname="public"} 99 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_paymentterm",schemaname="public"} 14641 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"} 398 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_print_template",schemaname="public"} 1985 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"} 47427 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_process_access",schemaname="public"} 16862 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_process_log",schemaname="public"} 178899 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 6729 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 300828 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"} 15932 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_process_window",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_process_window_access",schemaname="public"} 1404 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_process_window_schema",schemaname="public"} 1389 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"} 22806 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 3653 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_region",schemaname="public"} 6189 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_releases",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_releases_history",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_report",schemaname="public"} 5689 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 10063 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 9224 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 1391 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 84 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_returnreason",schemaname="public"} 1232 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_role",schemaname="public"} 854 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 26 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"} 40080 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_sqlquery_log",schemaname="public"} 967 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"} 3146 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"} 7680 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"} 14253 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"} 7751 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_taxzone",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_tenant_accounting_preferences",schemaname="public"} 16591 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"} 11760 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"} 4277 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 2644 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 528948 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 2149 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_user_division_access",schemaname="public"} 1437 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"} 1533 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_policy_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_user_preference",schemaname="public"} 38 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"} 890 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_views",schemaname="public"} 6489 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_webhooks",schemaname="public"} 17442 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_window",schemaname="public"} 8243 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 17800 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_window_emailtemplate",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_window_process",schemaname="public"} 2500 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_window_rules",schemaname="public"} 21 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"} 10559 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"} 775 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"} 6077 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"} 379 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 480 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 2850 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwf_workflow_approvals_template",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwf_workflow_approvers",schemaname="public"} 594 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwf_workflow_eventstore",schemaname="public"} 1095 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 6142 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 21 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"} 11 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"} 1679 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwq_collection_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwq_collection_product",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwq_control",schemaname="public"} 2 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"} 5 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"} 1 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"} 302 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_b2c_customer_segment",schemaname="public"} 436 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_cashup_sync",schemaname="public"} 462 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_configurations",schemaname="public"} 37352 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_customer_config",schemaname="public"} 2 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"} 88 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"} 298 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_expiry_discount_product",schemaname="public"} 2145 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_expiry_discount_range",schemaname="public"} 2144 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_expiry_discount_template",schemaname="public"} 2145 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"} 29707 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"} 6077 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 32 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_fb_order_merge",schemaname="public"} 294 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"} 6470 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_fb_production_center_access",schemaname="public"} 2503 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_fb_section",schemaname="public"} 294 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_fb_table",schemaname="public"} 6076 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"} 294 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"} 2163 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_feedback_template_line",schemaname="public"} 2144 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_gift_config",schemaname="public"} 2 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"} 10961 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 48 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_giftcard_type",schemaname="public"} 6224 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 848 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_image_library",schemaname="public"} 3 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"} 296 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"} 294 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 16640 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 16069 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_loyalty_prod_cat",schemaname="public"} 549 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_loyalty_redemption",schemaname="public"} 296 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_loyalty_settings",schemaname="public"} 443 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_loyalty_transaction",schemaname="public"} 13214 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_menutimeslot",schemaname="public"} 380 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_mystore",schemaname="public"} 0 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"} 627 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_payment_receipt",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_paymentmethod",schemaname="public"} 39172 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 6735 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 718 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 1400 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_pcatalogue_timeslot",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_pcataloguelines",schemaname="public"} 60587 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 621 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 79410 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_pos_cart",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 17483 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 71219 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 54522 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"} 705 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"} 923 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"} 608 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 623 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 10880 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_recipe_bunit",schemaname="public"} 1823 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 1823 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"} 9734 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"} 297 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 19535 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_saletype_charge",schemaname="public"} 302 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_saletype_paymentmethod",schemaname="public"} 8449 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"} 26194 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 45206 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_store_discount",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 54 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_store_preferences",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_till",schemaname="public"} 11397 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_till_access_meta",schemaname="public"} 610 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 9553 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 5352 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_till_log",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_till_login_logout",schemaname="public"} 457 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 429 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 647 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 13340 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 7483 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 6655 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_tillcashin_out",schemaname="public"} 512 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 898 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 2394 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_wallet",schemaname="public"} 6333 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"} 34 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cww_task",schemaname="public"} 449 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 86 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"} 172 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"} 3635 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_acct_config_fixedasset",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_acct_config_general",schemaname="public"} 8 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"} 8 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_acct_config_production",schemaname="public"} 9 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"} 9 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_acct_config_sales",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 8 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"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_ammortization",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_ammortization_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_bank_connector",schemaname="public"} 0 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"} 8 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"} 65 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"} 8 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"} 8 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_distribution_lines",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"} 587 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 32 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 113 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 30731 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"} 192 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_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"} 18 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 895 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 144 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 1853 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 21191 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_lin_pinv_tds",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 398 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"} 1716 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_lin_tds_history",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 1237 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 6 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"} 1014 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_payment_advice",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_payment_advice_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_payment_proposal",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 867 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 3639 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 524 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_period",schemaname="public"} 68 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"} 8 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"} 466029 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 360041 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 2.427196e+06 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 1.332285e+06 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 8 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"} 75679 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"} 31205 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"} 12 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="lgs_route_details",schemaname="public"} 169 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="lgs_task",schemaname="public"} 2045 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="lgs_task_activity",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="lgs_vehicle",schemaname="public"} 353 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="lgs_vehicle_make",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="lgs_vehicle_model",schemaname="public"} 203 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="lgs_vehicle_type",schemaname="public"} 203 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"} 5779 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_addon_group",schemaname="public"} 1291 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_attribute",schemaname="public"} 1727 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_attribute_group",schemaname="public"} 316 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"} 17369 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"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_batch_group",schemaname="public"} 10375 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 3044 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"} 86 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_coupon_provider",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_coupon_sales",schemaname="public"} 21 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_custom_attribute",schemaname="public"} 1892 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_custom_attribute_fields",schemaname="public"} 311 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_internal_consumption",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_internal_consumptionline",schemaname="public"} 1 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"} 8792 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 27590 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"} 38 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 39 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_inventory_receipt",schemaname="public"} 38 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_inventory_receiptline",schemaname="public"} 39 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"} 167058 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_inventorylinedetails",schemaname="public"} 1 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"} 1581 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_movement",schemaname="public"} 21040 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_movementline",schemaname="public"} 20713 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_movementlinedetails",schemaname="public"} 118 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"} 89 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricing_approval",schemaname="public"} 320 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricing_b2c_customer",schemaname="public"} 79 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricing_b2c_segment",schemaname="public"} 79 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricing_brand",schemaname="public"} 79 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricing_bunit",schemaname="public"} 79 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricing_catalogue",schemaname="public"} 592 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricing_ccategory",schemaname="public"} 158 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricing_coupon",schemaname="public"} 21280 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"} 79 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"} 158 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricing_quantity",schemaname="public"} 79 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricing_xproduct",schemaname="public"} 79 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricing_yproduct",schemaname="public"} 158 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricingrule",schemaname="public"} 13879 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"} 5 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_product",schemaname="public"} 398594 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 7162 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_product_attribute",schemaname="public"} 1724 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_product_bom",schemaname="public"} 221942 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_product_category",schemaname="public"} 23123 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"} 1436 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_product_group",schemaname="public"} 1625 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_product_images",schemaname="public"} 26 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_product_manufacturer",schemaname="public"} 1892 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_product_manufacturing",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_product_meta",schemaname="public"} 18 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"} 3491 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_product_warranty",schemaname="public"} 0 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"} 49197 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_receipt_lc",schemaname="public"} 92 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_receipt_meta",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_receiptline",schemaname="public"} 204270 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_receiptline_bom",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_receiptline_meta",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_receiptlinedetails",schemaname="public"} 260 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_replenishment",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_replenishment_bunit",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_replenishment_notification",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_replenishment_products",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_replenishment_rules",schemaname="public"} 2 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"} 882 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"} 380718 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"} 461259 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"} 31 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_slowmover",schemaname="public"} 2831 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_stock",schemaname="public"} 2.746427e+06 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 3898 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 20606 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_stockadj_reason",schemaname="public"} 41 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"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_storagebin",schemaname="public"} 7125 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 12181 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_tracker",schemaname="public"} 277 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_trackertype",schemaname="public"} 1680 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_transaction",schemaname="public"} 1.3731266e+07 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_transactioncost",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_transactiondetails",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_transferissue",schemaname="public"} 106260 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 5.979909e+06 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_transferissue_linedetails",schemaname="public"} 95 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_transferorder",schemaname="public"} 266975 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 496808 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 45980 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 92001 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 71491 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_transferreceipt_linedetails",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_transferrequest",schemaname="public"} 421477 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 391367 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"} 11067 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 30235 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_visibility_brand",schemaname="public"} 1888 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_visibility_category",schemaname="public"} 3333 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_visibility_group",schemaname="public"} 1888 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_visibility_product",schemaname="public"} 3393 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"} 14631 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"} 770 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"} 4881 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_wastage_meta",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_wastageline",schemaname="public"} 8260 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_wastagelinedetails",schemaname="public"} 112 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"} 0 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"} 8 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"} 0 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"} 379 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"} 1 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"} 110 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ox_order",schemaname="public"} 0 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"} 2669 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_contract",schemaname="public"} 457 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_contract_line",schemaname="public"} 10 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"} 2 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"} 10115 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 2359 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_invoiceline_bom",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_invoicelinetax",schemaname="public"} 1301 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 1249 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_lc_type",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_order",schemaname="public"} 31111 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"} 122044 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_orderline_bom",schemaname="public"} 61 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_orderline_meta",schemaname="public"} 61 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_orderlinetax",schemaname="public"} 7571 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 10058 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 64 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_pricelist",schemaname="public"} 3099 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_pricelist_version",schemaname="public"} 102 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_productprice",schemaname="public"} 2974 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 48 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_requisition",schemaname="public"} 1332 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_requisition_line",schemaname="public"} 1319 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_rfq",schemaname="public"} 14 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"} 61 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_supplier",schemaname="public"} 29056 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"} 17800 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_supplier_bank_account",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_supplier_bunit",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 218 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 50 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 139 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"} 154 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"} 32 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"} 14 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 14 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"} 18 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 14 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"} 143 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 7824 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 4442 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 835195 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pr_ioproductdetails",schemaname="public"} 151 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"} 89471 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"} 154 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"} 4442 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"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 344 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 175 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pr_prun",schemaname="public"} 155 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="preprod_fin_receiptplan_details",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="qrtz_calendars",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="qrtz_cron_triggers",schemaname="public"} 1360 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 30705 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 3978 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"} 5 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"} 70997 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"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_customer",schemaname="public"} 30814 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"} 25196 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_customer_bankacct",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_customer_category",schemaname="public"} 12637 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_customer_category_products",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_customer_contact",schemaname="public"} 128 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 219 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 0 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"} 0 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"} 7 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_invoice",schemaname="public"} 2.180737e+06 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_invoiceline",schemaname="public"} 6.610339e+06 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"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 982008 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 404561 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_joborder",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_joborder_charge_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_joborder_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_joborder_estimation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_joborder_images",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_joborder_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_joborder_part",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_joborder_service_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_joborder_services",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_joborder_status",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_joborder_task",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_order",schemaname="public"} 6.366157e+06 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 589164 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_orderline",schemaname="public"} 6.24985e+06 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 6990 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_orderline_meta",schemaname="public"} 13102 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 7881 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 186762 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 256209 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_packingslip_details",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_pfinvoice",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_pfinvoice_line",schemaname="public"} 22 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"} 28666 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_pricelist_version",schemaname="public"} 1567 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_productprice",schemaname="public"} 97258 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 59 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_quotation",schemaname="public"} 294 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_quotation_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_quotation_line_addons",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_quotation_linetax",schemaname="public"} 0 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"} 224 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_rfqline",schemaname="public"} 0 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"} 268 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"} 14106 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_service_bill",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_service_bill_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_service_center_notifications",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_service_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_service_inventory",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_service_location",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_service_movement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_service_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_service_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_sr_inspection_data",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_sr_inspection_field",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_sr_inspection_option",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_sr_inspection_section",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_sr_inspection_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_subscription",schemaname="public"} 0 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"} 75 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="test_table",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="v_next_assign_no",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="w_aisle",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="w_assigned_personnel",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="w_associated_equipment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="w_bin_capacity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="w_control_area",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="w_entity_profile",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="w_exception_action",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="w_level",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="w_operations",schemaname="public"} 16 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"} 5 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="w_task_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="w_tolerance",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="w_uom_restrictions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="webinar_settings",schemaname="public"} 0 # HELP pg_statio_user_tables_tidx_blocks_hit Number of buffer hits in this table's TOAST table indexes (if any) # TYPE pg_statio_user_tables_tidx_blocks_hit counter pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="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"} 3.921502e+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_bonus_allocation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_bonus_policy",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_bonus_processing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_breaks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_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_incentive",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_increment_policy",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_increment_proposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_interview_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_policy_definition",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_leave_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_letter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_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_revision_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_salary_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_salary_template_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_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"} 10 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"} 2.4626637e+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"} 95365 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 2463 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"} 193132 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"} 9.448297e+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_log_retention_settings_log",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"} 526 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"} 62 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"} 1695 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"} 825958 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"} 1505 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"} 1347 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"} 190 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"} 120960 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"} 7760 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"} 7687 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"} 452002 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_policy_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_user_preference",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_user_session",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_user_session_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_views",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_webhooks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_window",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_window_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_window_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_window_rules_validation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_window_schema",schemaname="public"} 1.121246e+06 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cw_auth_token",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_channel",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_company",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_company_city",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_company_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_order_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_order_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_order_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_orderline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_store_holidays",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_store_timings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_stores_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwcs_subscription",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwf_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwf_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"} 200043 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"} 2.224944e+07 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_pos_cart",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 20124 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 93274 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"} 318 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_saletype_charge",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_sevent",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_sevent_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_sevent_run",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_store_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_store_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_store_dailyops",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_store_discount",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_store_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_till",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_till_access_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_till_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_till_login_logout",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 67085 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_ammortization",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_ammortization_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_bank_connector",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_distribution_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_financial_acct_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_funds_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_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"} 834 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_payment_advice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_payment_advice_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_payment_proposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_period",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_period_audit_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_period_control",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_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"} 1997 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_notification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_replenishment_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_replenishment_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_replenishment_scategories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_rfid_tag",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_rfid_tag_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_shipment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_shipment_charges",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_shipment_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_shipmentline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_shipmentline_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_shipmentline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_slowmover",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_stock",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_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"} 277 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"} 70 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ofd_cashcollection",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ofd_companies",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ofd_delivery_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ofd_delivery_shift",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ofd_delivery_slot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ofd_delivery_trip",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ofd_driveravailability",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ofd_drivers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ofd_order_timeline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ofd_substitute_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ofd_taskline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ofd_taskline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ofd_tasks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="orders",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="otp_audit_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ox_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ox_order_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ox_orderline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_agent",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_contract",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_contract_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_dn_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_exp_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_in_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_inv_settlementline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_invoice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_invoiceline_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_lc_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_order_lc",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_order_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_orderline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_orderline_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_orderlinetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_pricelist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_productprice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_requisition",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_requisition_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_rfq",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_rfq_supplier",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_rfqlines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_supplier",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_supplier_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_supplier_address",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_supplier_bank_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_supplier_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_workorder",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_workorder_charges",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_workorder_issue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_workorder_status",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_workorder_tracking",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="plm_design",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="plm_design_availability",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="plm_design_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="plm_designer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="plm_project",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="plm_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_application",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_bug",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_docs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_feature",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_module",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_project",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_resources",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_skill",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_breederconfig",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_farm_standards",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_flock",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_livestock",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_machine",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_pullout",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_pulloutline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_setter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_setterline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_bom_adjustment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_ioproductdetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_operation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_outproducts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_pproducts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_processic",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_prodindirectcost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_product_conversion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_product_convline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_production_plan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_prun",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="preprod_fin_receiptplan_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="qrtz_calendars",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="qrtz_locks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="qrtz_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_business_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_customer_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_customer_address",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_customer_bankacct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_customer_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_customer_category_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_customer_contact",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_customer_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_daily_trip",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_daily_trip_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_daily_trip_stop",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_dropship",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_dropship_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_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_omni_sales_reconciliation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 148 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_center_notifications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_service_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_service_inventory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_service_location",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_service_movement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_service_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_service_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_sr_inspection_data",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_sr_inspection_field",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_sr_inspection_option",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_sr_inspection_section",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_sr_inspection_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_subscription",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_subscription_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_subscription_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_subscription_plan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_survey_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_survey_template_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_target",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_technician",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="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"} 18556 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_bonus_allocation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_bonus_policy",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_bonus_processing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_breaks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_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_incentive",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_increment_policy",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_increment_proposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_interview_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_policy_definition",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_leave_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_letter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_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_revision_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_salary_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_salary_template_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_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"} 20 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"} 43286 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"} 1599 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 261 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"} 5600 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"} 39169 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_log_retention_settings_log",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"} 46 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"} 122 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"} 4812 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"} 3771 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"} 1126 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"} 967 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"} 20 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"} 20 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"} 7139 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"} 196 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"} 2282 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"} 4204 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_policy_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_user_preference",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_user_session",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_user_session_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_views",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_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"} 17294 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"} 925 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"} 81093 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_pos_cart",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 35094 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 22416 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"} 481 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_saletype_charge",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_sevent",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_sevent_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_sevent_run",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_store_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_store_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_store_dailyops",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_store_discount",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_store_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_till",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_till_access_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_till_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_till_login_logout",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 903 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_ammortization",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_ammortization_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_bank_connector",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_distribution_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_financial_acct_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_funds_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_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"} 32 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_payment_advice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_payment_advice_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_payment_proposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_period",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_period_audit_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_period_control",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_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"} 570 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"} 20 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_notification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_replenishment_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_replenishment_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_replenishment_scategories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_rfid_tag",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_rfid_tag_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_shipment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_shipment_charges",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_shipment_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_shipmentline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_shipmentline_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_shipmentline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_slowmover",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_stock",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_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"} 25 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"} 20 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ofd_cashcollection",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ofd_companies",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ofd_delivery_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ofd_delivery_shift",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ofd_delivery_slot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ofd_delivery_trip",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ofd_driveravailability",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ofd_drivers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ofd_order_timeline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ofd_substitute_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ofd_taskline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ofd_taskline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ofd_tasks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="orders",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="otp_audit_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ox_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ox_order_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ox_orderline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_agent",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_contract",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_contract_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_dn_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_exp_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_in_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_inv_settlementline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_invoice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_invoiceline_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_lc_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_order_lc",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_order_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_orderline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_orderline_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_orderlinetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_pricelist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_productprice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_requisition",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_requisition_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_rfq",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_rfq_supplier",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_rfqlines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_supplier",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_supplier_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_supplier_address",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_supplier_bank_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_supplier_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_workorder",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_workorder_charges",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_workorder_issue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_workorder_status",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_workorder_tracking",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="plm_design",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="plm_design_availability",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="plm_design_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="plm_designer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="plm_project",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="plm_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_application",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_bug",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_docs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_feature",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_module",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_project",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_resources",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_skill",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_breederconfig",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_farm_standards",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_flock",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_livestock",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_machine",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_pullout",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_pulloutline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_setter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_setterline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_bom_adjustment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_ioproductdetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_operation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_outproducts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_pproducts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_processic",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_prodindirectcost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_product_conversion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_product_convline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_production_plan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_prun",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="preprod_fin_receiptplan_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="qrtz_calendars",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="qrtz_locks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="qrtz_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_business_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_customer_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_customer_address",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_customer_bankacct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_customer_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_customer_category_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_customer_contact",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_customer_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_daily_trip",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_daily_trip_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_daily_trip_stop",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_dropship",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_dropship_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_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_omni_sales_reconciliation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 27 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_center_notifications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_service_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_service_inventory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_service_location",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_service_movement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_service_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_service_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_sr_inspection_data",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_sr_inspection_field",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_sr_inspection_option",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_sr_inspection_section",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_sr_inspection_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_subscription",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_subscription_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_subscription_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_subscription_plan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_survey_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_survey_template_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_target",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_technician",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="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"} 957234 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_bonus_allocation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_bonus_policy",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_bonus_processing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_breaks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_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_incentive",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_increment_policy",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_increment_proposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_interview_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_policy_definition",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_leave_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_letter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_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_revision_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_salary_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_salary_template_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_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"} 10 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"} 6.823161e+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"} 94968 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 2085 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"} 190478 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"} 2.126952e+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_log_retention_settings_log",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"} 358 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"} 946 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"} 303532 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"} 1270 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"} 991 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"} 140 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"} 83782 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"} 2676 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"} 2946 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"} 164604 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_policy_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_user_preference",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_user_session",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_user_session_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_views",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_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"} 2.23235e+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"} 56959 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"} 5.378583e+06 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_pos_cart",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 14318 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 112695 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"} 229 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_saletype_charge",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_sevent",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_sevent_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_sevent_run",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_store_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_store_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_store_dailyops",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_store_discount",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_store_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_till",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_till_access_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_till_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_till_login_logout",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 27202 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_ammortization",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_ammortization_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_bank_connector",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_distribution_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_financial_acct_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_funds_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_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"} 734 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_payment_advice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_payment_advice_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_payment_proposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_period",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_period_audit_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_period_control",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_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"} 1426 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_notification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_replenishment_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_replenishment_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_replenishment_scategories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_rfid_tag",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_rfid_tag_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_shipment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_shipment_charges",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_shipment_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_shipmentline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_shipmentline_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_shipmentline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_slowmover",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_stock",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_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"} 180 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"} 50 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ofd_cashcollection",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ofd_companies",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ofd_delivery_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ofd_delivery_shift",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ofd_delivery_slot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ofd_delivery_trip",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ofd_driveravailability",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ofd_drivers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ofd_order_timeline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ofd_substitute_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ofd_taskline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ofd_taskline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ofd_tasks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="orders",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="otp_audit_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ox_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ox_order_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ox_orderline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_agent",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_contract",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_contract_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_dn_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_exp_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_in_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_inv_settlementline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_invoice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_invoiceline_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_lc_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_order_lc",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_order_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_orderline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_orderline_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_orderlinetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_pricelist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_productprice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_requisition",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_requisition_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_rfq",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_rfq_supplier",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_rfqlines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_supplier",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_supplier_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_supplier_address",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_supplier_bank_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_supplier_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_workorder",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_workorder_charges",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_workorder_issue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_workorder_status",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_workorder_tracking",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="plm_design",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="plm_design_availability",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="plm_design_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="plm_designer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="plm_project",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="plm_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_application",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_bug",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_docs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_feature",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_module",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_project",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_resources",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_skill",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_breederconfig",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_farm_standards",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_flock",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_livestock",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_machine",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_pullout",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_pulloutline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_setter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_setterline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_bom_adjustment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_ioproductdetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_operation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_outproducts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_pproducts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_processic",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_prodindirectcost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_product_conversion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_product_convline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_production_plan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_prun",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="preprod_fin_receiptplan_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="qrtz_calendars",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="qrtz_locks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="qrtz_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_business_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_customer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_customer_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_customer_address",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_customer_bankacct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_customer_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_customer_category_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_customer_contact",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_customer_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_daily_trip",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_daily_trip_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_daily_trip_stop",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_dropship",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_dropship_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_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_omni_sales_reconciliation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 128 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_center_notifications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_service_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_service_inventory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_service_location",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_service_movement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_service_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_service_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_sr_inspection_data",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_sr_inspection_field",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_sr_inspection_option",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_sr_inspection_section",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_sr_inspection_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_subscription",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_subscription_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_subscription_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_subscription_plan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_survey_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_survey_template_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_target",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_technician",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="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"} 417510 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_bonus_allocation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_bonus_policy",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_bonus_processing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_breaks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_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_incentive",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_increment_policy",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_increment_proposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_interview_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_policy_definition",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_leave_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_letter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_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_revision_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_salary_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_salary_template_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_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"} 10 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"} 1.402808e+06 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"} 129345 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 528 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"} 2958 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"} 1.060223e+06 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_integrations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_language",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_license_policy",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_log_retention_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_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"} 388 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"} 124 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"} 3889 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"} 195395 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"} 802 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"} 530 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"} 10 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"} 80 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"} 7754 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"} 1576 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"} 1454 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"} 92501 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_policy_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_user_preference",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_user_session",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_user_session_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_views",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_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"} 132452 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"} 48220 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"} 2.31501e+06 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_pos_cart",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 17593 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 85969 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"} 376 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_saletype_charge",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_sevent",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_sevent_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_sevent_run",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_store_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_store_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_store_dailyops",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_store_discount",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_store_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_till",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_till_access_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_till_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_till_login_logout",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 24674 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_ammortization",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_ammortization_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_bank_connector",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_distribution_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_financial_acct_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_funds_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_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"} 116 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_payment_advice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_payment_advice_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_payment_proposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_period",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_period_audit_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_period_control",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_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"} 907 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"} 10 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_notification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_replenishment_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_replenishment_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_replenishment_scategories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_rfid_tag",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_rfid_tag_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_shipment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_shipment_charges",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_shipment_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_shipmentline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_shipmentline_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_shipmentline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_slowmover",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_stock",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_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"} 157 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"} 650 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ofd_cashcollection",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ofd_companies",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ofd_delivery_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ofd_delivery_shift",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ofd_delivery_slot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ofd_delivery_trip",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ofd_driveravailability",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ofd_drivers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ofd_order_timeline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ofd_substitute_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ofd_taskline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ofd_taskline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ofd_tasks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="orders",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="otp_audit_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ox_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ox_order_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ox_orderline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_agent",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_contract",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_contract_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_dn_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_exp_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_in_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_inv_settlementline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_invoice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_invoiceline_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_lc_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_order_lc",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_order_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_orderline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_orderline_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_orderlinetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_pricelist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_productprice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_requisition",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_requisition_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_rfq",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_rfq_supplier",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_rfqlines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_supplier",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_supplier_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_supplier_address",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_supplier_bank_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_supplier_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_workorder",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_workorder_charges",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_workorder_issue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_workorder_status",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_workorder_tracking",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="plm_design",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="plm_design_availability",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="plm_design_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="plm_designer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="plm_project",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="plm_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_application",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_bug",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_docs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_feature",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_module",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_project",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_resources",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_skill",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_breederconfig",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_farm_standards",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_flock",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_livestock",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_machine",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_pullout",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_pulloutline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_setter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_setterline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_bom_adjustment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_ioproductdetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_operation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_outproducts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_pproducts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_processic",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_prodindirectcost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_product_conversion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_product_convline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_production_plan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_prun",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="preprod_fin_receiptplan_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="qrtz_calendars",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="qrtz_locks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="qrtz_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_business_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_customer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_customer_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_customer_address",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_customer_bankacct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_customer_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_customer_category_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_customer_contact",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_customer_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_daily_trip",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_daily_trip_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_daily_trip_stop",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_dropship",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_dropship_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_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_omni_sales_reconciliation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 56 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_center_notifications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_service_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_service_inventory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_service_location",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_service_movement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_service_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_service_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_sr_inspection_data",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_sr_inspection_field",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_sr_inspection_option",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_sr_inspection_section",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_sr_inspection_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_subscription",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_subscription_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_subscription_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_subscription_plan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_survey_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_survey_template_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_target",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_technician",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="seg_criteria",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="site_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="site_categories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="site_categories_list",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="site_forms",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="site_forms_schema",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="site_list",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="site_media",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="site_menu",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="site_menu_title",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="site_pages",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="site_posts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="site_seo_metadata",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="site_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="site_tags",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="sr_device",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="sr_eas_gate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="sr_eas_gate_users",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="sr_eas_tag_data",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="sr_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="sr_fitting_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="sr_fitting_room",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="sr_location_users",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="sr_reference",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="sr_reference_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="sr_scan_data",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="sr_scan_loc_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="sr_scan_location",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="sr_tag_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="sr_tag_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="sr_tray",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="sr_tray_estimation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="sr_tray_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="sr_tray_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="sr_tray_salesrep",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="sr_tray_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="subline_tab",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="tenant_sales_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="test_table",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="v_next_assign_no",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="w_aisle",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="w_assigned_personnel",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="w_associated_equipment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="w_bin_capacity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="w_control_area",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="w_entity_profile",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="w_exception_action",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="w_level",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="w_operations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="w_rack",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="w_reservation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="w_routing_control_area",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="w_routing_steps",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="w_routing_templates",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="w_strategy_entity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="w_strategy_profile",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="w_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="w_task_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="w_tolerance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="w_uom_restrictions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="webinar_settings",schemaname="public"} 0 # HELP pg_up Whether the last scrape of metrics from PostgreSQL was able to connect to the server (1 for yes, 0 for no). # TYPE pg_up gauge pg_up 1 # HELP pg_wal_segments Number of WAL segments # TYPE pg_wal_segments gauge pg_wal_segments 10 # HELP pg_wal_size_bytes Total size of WAL segments # TYPE pg_wal_size_bytes gauge pg_wal_size_bytes 1.6777216e+08 # HELP postgres_exporter_build_info A metric with a constant '1' value labeled by version, revision, branch, goversion from which postgres_exporter was built, and the goos and goarch for the build. # TYPE postgres_exporter_build_info gauge postgres_exporter_build_info{branch="master",goarch="arm64",goos="linux",goversion="go1.22.0",revision="51006aba2f695d318d52b6f5842f18bb52e54b9f",tags="unknown",version="0.17.0"} 1 # HELP postgres_exporter_config_last_reload_success_timestamp_seconds Timestamp of the last successful configuration reload. # TYPE postgres_exporter_config_last_reload_success_timestamp_seconds gauge postgres_exporter_config_last_reload_success_timestamp_seconds 0 # HELP postgres_exporter_config_last_reload_successful Postgres exporter config loaded successfully. # TYPE postgres_exporter_config_last_reload_successful gauge postgres_exporter_config_last_reload_successful 0 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 6384.69 # 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 8.76469690395e+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 5.6487468722e+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 5.1990528e+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.77029002472e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.337462784e+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"} 14951 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0