# 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.5211e-05 go_gc_duration_seconds{quantile="0.25"} 8.5089e-05 go_gc_duration_seconds{quantile="0.5"} 0.000123825 go_gc_duration_seconds{quantile="0.75"} 0.000160577 go_gc_duration_seconds{quantile="1"} 0.001160649 go_gc_duration_seconds_sum 10.7918193 go_gc_duration_seconds_count 78268 # HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent # TYPE go_gc_gogc_percent gauge go_gc_gogc_percent 100 # HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes # TYPE go_gc_gomemlimit_bytes gauge go_gc_gomemlimit_bytes 9.223372036854776e+18 # HELP go_goroutines Number of goroutines that currently exist. # TYPE go_goroutines gauge go_goroutines 11 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.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.7421776e+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 7.07999422472e+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.6653796585e+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.862336e+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.7421776e+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.3051392e+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.9835264e+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 607280 # 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.9750016e+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.2886656e+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.776391956740536e+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.6654403865e+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 556640 # 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.50144e+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.2675936e+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.503505e+06 # HELP go_memstats_stack_inuse_bytes Number of bytes obtained from system for stack allocator in non-CGO environments. Equals to /memory/classes/heap/stacks:bytes. # TYPE go_memstats_stack_inuse_bytes gauge go_memstats_stack_inuse_bytes 983040 # HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator. Equals to /memory/classes/heap/stacks:bytes + /memory/classes/os-stacks:bytes. # TYPE go_memstats_stack_sys_bytes gauge go_memstats_stack_sys_bytes 983040 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 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 13 # HELP pg_database_connection_limit Connection limit set for the database # TYPE pg_database_connection_limit gauge pg_database_connection_limit{datname="dadus_prod"} -1 pg_database_connection_limit{datname="postgres"} -1 pg_database_connection_limit{datname="template0"} -1 pg_database_connection_limit{datname="template1"} -1 # HELP pg_database_size_bytes Disk space used by the database # TYPE pg_database_size_bytes gauge pg_database_size_bytes{datname="dadus_prod"} 6.1711995363e+10 pg_database_size_bytes{datname="postgres"} 7.778787e+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.008981506 # 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 20994 # 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"} 20 pg_locks_count{datname="dadus_prod",mode="exclusivelock"} 0 pg_locks_count{datname="dadus_prod",mode="rowexclusivelock"} 1 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="dadusread"} -1 pg_roles_connection_limit{rolname="pg_checkpoint"} -1 pg_roles_connection_limit{rolname="pg_create_subscription"} -1 pg_roles_connection_limit{rolname="pg_database_owner"} -1 pg_roles_connection_limit{rolname="pg_execute_server_program"} -1 pg_roles_connection_limit{rolname="pg_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="readonly"} -1 pg_roles_connection_limit{rolname="readuser"} -1 pg_roles_connection_limit{rolname="replica"} -1 pg_roles_connection_limit{rolname="tad"} -1 # HELP pg_scrape_collector_duration_seconds postgres_exporter: Duration of a collector scrape. # TYPE pg_scrape_collector_duration_seconds gauge pg_scrape_collector_duration_seconds{collector="database"} 0.394836348 pg_scrape_collector_duration_seconds{collector="locks"} 0.371284455 pg_scrape_collector_duration_seconds{collector="replication"} 0.001188629 pg_scrape_collector_duration_seconds{collector="roles"} 0.071256681 pg_scrape_collector_duration_seconds{collector="stat_bgwriter"} 0.001912742 pg_scrape_collector_duration_seconds{collector="stat_database"} 0.372938248 pg_scrape_collector_duration_seconds{collector="stat_statements"} 0.070311314 pg_scrape_collector_duration_seconds{collector="stat_user_tables"} 0.369684104 pg_scrape_collector_duration_seconds{collector="statio_user_tables"} 0.11566908 pg_scrape_collector_duration_seconds{collector="wal"} 0.371956088 # 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=""} 1 pg_stat_activity_count{application_name="CWRetail",backend_type="client backend",datname="dadus_prod",server="localhost:8642",state="active",usename="postgres",wait_event="DataFileRead",wait_event_type="IO"} 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"} 22 # HELP pg_stat_activity_max_tx_duration max duration in seconds any active transaction has been running # TYPE pg_stat_activity_max_tx_duration gauge pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="dadus_prod",server="localhost:8642",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="dadus_prod",server="localhost:8642",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="dadus_prod",server="localhost:8642",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="dadus_prod",server="localhost:8642",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="postgres",server="localhost:8642",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="postgres",server="localhost:8642",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="postgres",server="localhost:8642",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="postgres",server="localhost:8642",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="postgres",server="localhost:8642",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="postgres",server="localhost:8642",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template0",server="localhost:8642",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template0",server="localhost:8642",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template0",server="localhost:8642",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template0",server="localhost:8642",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template0",server="localhost:8642",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template0",server="localhost:8642",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template1",server="localhost:8642",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template1",server="localhost:8642",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template1",server="localhost:8642",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template1",server="localhost:8642",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template1",server="localhost:8642",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template1",server="localhost:8642",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="client backend",datname="dadus_prod",server="localhost:8642",state="active",usename="postgres",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="CWRetail",backend_type="client backend",datname="dadus_prod",server="localhost:8642",state="active",usename="postgres",wait_event="DataFileRead",wait_event_type="IO"} 1.919739 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="CWRetail",client_addr="172.18.0.3/32",datname="dadus_prod",pid="1310734",query="select * from PR_VALIDATE( $1 ) as result",server="localhost:8642",state="active",usename="postgres",wait_event="none"} 1.922722 pg_stat_activity_queries_duration{application_name="walreceiver",client_addr="172.31.20.69/32",datname="",pid="897889",query="START_REPLICATION A8/21000000 TIMELINE 1",server="localhost:8642",state="active",usename="replica",wait_event="WalSenderMain"} 396950.591151 # HELP pg_stat_activity_queries_query_start Unknown metric from pg_stat_activity_queries # TYPE pg_stat_activity_queries_query_start untyped pg_stat_activity_queries_query_start{application_name="CWRetail",client_addr="172.18.0.3/32",datname="dadus_prod",pid="1310734",query="select * from PR_VALIDATE( $1 ) as result",server="localhost:8642",state="active",usename="postgres",wait_event="none"} 1.776391971e+09 pg_stat_activity_queries_query_start{application_name="walreceiver",client_addr="172.31.20.69/32",datname="",pid="897889",query="START_REPLICATION A8/21000000 TIMELINE 1",server="localhost:8642",state="active",usename="replica",wait_event="WalSenderMain"} 1.775995022e+09 # HELP pg_stat_archiver_archived_count Number of WAL files that have been successfully archived # TYPE pg_stat_archiver_archived_count counter pg_stat_archiver_archived_count{server="localhost:8642"} 0 # HELP pg_stat_archiver_failed_count Number of failed attempts for archiving WAL files # TYPE pg_stat_archiver_failed_count counter pg_stat_archiver_failed_count{server="localhost:8642"} 0 # HELP pg_stat_archiver_last_archive_age Time in seconds since last WAL segment was successfully archived # TYPE pg_stat_archiver_last_archive_age gauge pg_stat_archiver_last_archive_age{server="localhost:8642"} NaN # HELP pg_stat_bgwriter_buffers_alloc_total Number of buffers allocated # TYPE pg_stat_bgwriter_buffers_alloc_total counter pg_stat_bgwriter_buffers_alloc_total 1.9722372035e+10 # HELP pg_stat_bgwriter_buffers_backend_fsync_total Number of times a backend had to execute its own fsync call (normally the background writer handles those even when the backend does its own write) # TYPE pg_stat_bgwriter_buffers_backend_fsync_total counter pg_stat_bgwriter_buffers_backend_fsync_total 0 # HELP pg_stat_bgwriter_buffers_backend_total Number of buffers written directly by a backend # TYPE pg_stat_bgwriter_buffers_backend_total counter pg_stat_bgwriter_buffers_backend_total 1.832665e+06 # HELP pg_stat_bgwriter_buffers_checkpoint_total Number of buffers written during checkpoints # TYPE pg_stat_bgwriter_buffers_checkpoint_total counter pg_stat_bgwriter_buffers_checkpoint_total 1.606105e+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 1.1017035e+07 # HELP pg_stat_bgwriter_checkpoint_sync_time_total Total amount of time that has been spent in the portion of checkpoint processing where files are synchronized to disk, in milliseconds # TYPE pg_stat_bgwriter_checkpoint_sync_time_total counter pg_stat_bgwriter_checkpoint_sync_time_total 119548 # 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.77219617e+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 2 # 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 3899 # 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 11811 # 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.775221731e+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"} 1.2693892097139999e+06 pg_stat_database_active_time_seconds_total{datid="4",datname="template0"} 0 pg_stat_database_active_time_seconds_total{datid="5",datname="postgres"} 2.354297 # 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"} 1.02317234577e+11 pg_stat_database_blks_hit{datid="4",datname="template0"} 0 pg_stat_database_blks_hit{datid="5",datname="postgres"} 1.071204e+06 # HELP pg_stat_database_blks_read Number of disk blocks read in this database # TYPE pg_stat_database_blks_read counter pg_stat_database_blks_read{datid="1",datname="template1"} 0 pg_stat_database_blks_read{datid="16388",datname="dadus_prod"} 5.000792992e+10 pg_stat_database_blks_read{datid="4",datname="template0"} 0 pg_stat_database_blks_read{datid="5",datname="postgres"} 366690 # 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"} 0 pg_stat_database_deadlocks{datid="4",datname="template0"} 0 pg_stat_database_deadlocks{datid="5",datname="postgres"} 0 # HELP pg_stat_database_numbackends Number of backends currently connected to this database. This is the only column in this view that returns a value reflecting current state; all other columns return the accumulated values since the last reset. # TYPE pg_stat_database_numbackends gauge pg_stat_database_numbackends{datid="1",datname="template1"} 0 pg_stat_database_numbackends{datid="16388",datname="dadus_prod"} 26 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"} 1.029638046285e+12 pg_stat_database_temp_bytes{datid="4",datname="template0"} 0 pg_stat_database_temp_bytes{datid="5",datname="postgres"} 0 # HELP pg_stat_database_temp_files Number of temporary files created by queries in this database. All temporary files are counted, regardless of why the temporary file was created (e.g., sorting or hashing), and regardless of the log_temp_files setting. # TYPE pg_stat_database_temp_files counter pg_stat_database_temp_files{datid="1",datname="template1"} 0 pg_stat_database_temp_files{datid="16388",datname="dadus_prod"} 215332 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"} 551354 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.7763814157e+10 pg_stat_database_tup_fetched{datid="4",datname="template0"} 0 pg_stat_database_tup_fetched{datid="5",datname="postgres"} 281189 # 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"} 5.217056e+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"} 2.514386985926e+12 pg_stat_database_tup_returned{datid="4",datname="template0"} 0 pg_stat_database_tup_returned{datid="5",datname="postgres"} 1.7181292e+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"} 7.416668e+06 pg_stat_database_tup_updated{datid="4",datname="template0"} 0 pg_stat_database_tup_updated{datid="5",datname="postgres"} 7 # 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"} 3.0392612e+07 pg_stat_database_xact_commit{datid="4",datname="template0"} 0 pg_stat_database_xact_commit{datid="5",datname="postgres"} 39476 # 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"} 49289 pg_stat_database_xact_rollback{datid="4",datname="template0"} 0 pg_stat_database_xact_rollback{datid="5",datname="postgres"} 1 # HELP pg_stat_replication_pg_current_wal_lsn_bytes WAL position in bytes # TYPE pg_stat_replication_pg_current_wal_lsn_bytes gauge pg_stat_replication_pg_current_wal_lsn_bytes{application_name="walreceiver",client_addr="172.31.20.69",server="localhost:8642",slot_name="897889",state="streaming"} 7.41783379816e+11 # HELP pg_stat_replication_pg_wal_lsn_diff Lag in bytes between master and slave # TYPE pg_stat_replication_pg_wal_lsn_diff gauge pg_stat_replication_pg_wal_lsn_diff{application_name="walreceiver",client_addr="172.31.20.69",server="localhost:8642",slot_name="897889",state="streaming"} 0 # HELP pg_stat_replication_reply_time Unknown metric from pg_stat_replication # TYPE pg_stat_replication_reply_time untyped pg_stat_replication_reply_time{application_name="walreceiver",client_addr="172.31.20.69",server="localhost:8642",slot_name="897889",state="streaming"} 1.776391971e+09 # HELP pg_stat_statements_block_read_seconds_total Total time the statement spent reading blocks, in seconds # TYPE pg_stat_statements_block_read_seconds_total counter pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-1022768196199653036",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-1025695984099776813",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-1282830071049179963",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="-1477576083328541225",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="-2051207653934265959",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="-2407489535319318389",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-2617144613329136976",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-2650072969389938225",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-2684640324126956395",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-2811881414229307868",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-3024313216626681764",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="-4601383375600367339",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-4655475805368241346",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-4745895024381912441",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="-5343369710853663648",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-5493298399783624160",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="-5956480796585068281",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-6027519829237492021",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-6061105550323666207",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-6075974752793072049",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-6118258529717605912",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="-6606750784611587498",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="-7068415990194572915",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="-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="-7778722137801665854",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-8185483222417567087",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-8234025561215258049",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="-8881765976235803777",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-9212736273173820069",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="-990171375587066999",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="1017296456259586284",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="1079405941373775091",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="1628506374751591030",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="2069254208433737672",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="2074311096171112208",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="2247673115210729301",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="2293486765161048242",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="2369532486367561935",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="2446517985138172202",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="2549909713682900709",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="2892966920879371646",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="3532691183706463807",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="3966698476054352577",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="3989236785929296034",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="4342134447942798357",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="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="5711736199116218518",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="576083915735161425",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="6119188515485713864",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="6297871011171339832",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="6697030162581881662",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="dadus_prod",queryid="6724361092859240920",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="6947119523265278303",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="7416759632905757398",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="7996256755895562817",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="9058196544511081041",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="-1025695984099776813",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-1282830071049179963",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="-1477576083328541225",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="-2051207653934265959",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="-2407489535319318389",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-2617144613329136976",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-2650072969389938225",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-2684640324126956395",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-2811881414229307868",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-3024313216626681764",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="-4601383375600367339",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-4655475805368241346",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-4745895024381912441",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="-5343369710853663648",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-5493298399783624160",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="-5956480796585068281",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-6027519829237492021",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-6061105550323666207",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-6075974752793072049",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-6118258529717605912",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="-6606750784611587498",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="-7068415990194572915",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="-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="-7778722137801665854",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-8185483222417567087",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-8234025561215258049",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="-8881765976235803777",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-9212736273173820069",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="-990171375587066999",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="1017296456259586284",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="1079405941373775091",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="1628506374751591030",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="2069254208433737672",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="2074311096171112208",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="2247673115210729301",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="2293486765161048242",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="2369532486367561935",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="2446517985138172202",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="2549909713682900709",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="2892966920879371646",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="3532691183706463807",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="3966698476054352577",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="3989236785929296034",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="4342134447942798357",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="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="5711736199116218518",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="576083915735161425",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="6119188515485713864",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="6297871011171339832",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="6697030162581881662",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="dadus_prod",queryid="6724361092859240920",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="6947119523265278303",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="7416759632905757398",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="7996256755895562817",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="9058196544511081041",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"} 38909 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-1025695984099776813",user="postgres"} 1200 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-1282830071049179963",user="postgres"} 27498 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-1408581177981056551",user="postgres"} 312 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-1477576083328541225",user="postgres"} 189 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-2034187192216392875",user="postgres"} 301 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-2051207653934265959",user="postgres"} 14 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-2393843131132347461",user="postgres"} 268 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-2407489535319318389",user="postgres"} 852 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-2617144613329136976",user="postgres"} 358 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-2650072969389938225",user="postgres"} 2188 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-2684640324126956395",user="postgres"} 4026 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-2811881414229307868",user="postgres"} 312 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-3024313216626681764",user="postgres"} 237 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-4157922678174458898",user="postgres"} 12719 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-4336730503120331535",user="postgres"} 12719 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-4362494301374618573",user="postgres"} 273 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-4493120256970783215",user="postgres"} 14157 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-4512680423727368958",user="postgres"} 14542 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-4601383375600367339",user="postgres"} 177 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-4655475805368241346",user="postgres"} 599 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-4745895024381912441",user="postgres"} 1815 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-5079478032973009419",user="postgres"} 14399 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-5343369710853663648",user="postgres"} 23451 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-5493298399783624160",user="postgres"} 19314 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-5741646539862322413",user="postgres"} 23536 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-5956480796585068281",user="postgres"} 380299 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-6027519829237492021",user="postgres"} 1811 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-6061105550323666207",user="postgres"} 14 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-6075974752793072049",user="postgres"} 311 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-6118258529717605912",user="postgres"} 476 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-6249896639914492268",user="postgres"} 147 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-6606750784611587498",user="postgres"} 267 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-6614707502182028929",user="postgres"} 269 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-6656833120198629046",user="postgres"} 2576 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-6684213322596858877",user="postgres"} 20993 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-7068415990194572915",user="postgres"} 269 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-7089640379862191187",user="postgres"} 1500 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-7597140088724958630",user="postgres"} 59533 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-7693890300100390060",user="postgres"} 303 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-7778722137801665854",user="postgres"} 4059 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-8185483222417567087",user="postgres"} 311 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-8234025561215258049",user="postgres"} 847 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-8727134808744141256",user="postgres"} 430 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-8881765976235803777",user="postgres"} 304 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-9212736273173820069",user="postgres"} 269 pg_stat_statements_calls_total{datname="dadus_prod",queryid="-990171375587066999",user="postgres"} 291 pg_stat_statements_calls_total{datname="dadus_prod",queryid="1017296456259586284",user="postgres"} 664 pg_stat_statements_calls_total{datname="dadus_prod",queryid="1037764475215719817",user="postgres"} 50190 pg_stat_statements_calls_total{datname="dadus_prod",queryid="1079405941373775091",user="postgres"} 211 pg_stat_statements_calls_total{datname="dadus_prod",queryid="1106032229150472292",user="postgres"} 15648 pg_stat_statements_calls_total{datname="dadus_prod",queryid="1435162223936387159",user="postgres"} 38807 pg_stat_statements_calls_total{datname="dadus_prod",queryid="1540877226798927157",user="postgres"} 39273 pg_stat_statements_calls_total{datname="dadus_prod",queryid="1628506374751591030",user="postgres"} 328 pg_stat_statements_calls_total{datname="dadus_prod",queryid="1698148584093629941",user="postgres"} 414 pg_stat_statements_calls_total{datname="dadus_prod",queryid="2069254208433737672",user="postgres"} 262 pg_stat_statements_calls_total{datname="dadus_prod",queryid="2074311096171112208",user="postgres"} 804 pg_stat_statements_calls_total{datname="dadus_prod",queryid="2247673115210729301",user="postgres"} 104 pg_stat_statements_calls_total{datname="dadus_prod",queryid="2293486765161048242",user="postgres"} 14 pg_stat_statements_calls_total{datname="dadus_prod",queryid="2304443665702035590",user="postgres"} 23451 pg_stat_statements_calls_total{datname="dadus_prod",queryid="2331821647842817247",user="postgres"} 14406 pg_stat_statements_calls_total{datname="dadus_prod",queryid="2369532486367561935",user="postgres"} 553 pg_stat_statements_calls_total{datname="dadus_prod",queryid="2446517985138172202",user="postgres"} 268 pg_stat_statements_calls_total{datname="dadus_prod",queryid="2549909713682900709",user="postgres"} 695 pg_stat_statements_calls_total{datname="dadus_prod",queryid="272576070894554457",user="postgres"} 294 pg_stat_statements_calls_total{datname="dadus_prod",queryid="2892966920879371646",user="postgres"} 14269 pg_stat_statements_calls_total{datname="dadus_prod",queryid="303027079585016735",user="postgres"} 38907 pg_stat_statements_calls_total{datname="dadus_prod",queryid="304773728930164697",user="postgres"} 502 pg_stat_statements_calls_total{datname="dadus_prod",queryid="3532691183706463807",user="postgres"} 7800 pg_stat_statements_calls_total{datname="dadus_prod",queryid="3966698476054352577",user="postgres"} 20918 pg_stat_statements_calls_total{datname="dadus_prod",queryid="3989236785929296034",user="postgres"} 89200 pg_stat_statements_calls_total{datname="dadus_prod",queryid="4239794108681096569",user="postgres"} 302 pg_stat_statements_calls_total{datname="dadus_prod",queryid="4342134447942798357",user="postgres"} 436 pg_stat_statements_calls_total{datname="dadus_prod",queryid="4445881156300129246",user="postgres"} 266 pg_stat_statements_calls_total{datname="dadus_prod",queryid="4659152766654951824",user="postgres"} 1084 pg_stat_statements_calls_total{datname="dadus_prod",queryid="5178612543967502620",user="postgres"} 23216 pg_stat_statements_calls_total{datname="dadus_prod",queryid="5711736199116218518",user="postgres"} 35292 pg_stat_statements_calls_total{datname="dadus_prod",queryid="576083915735161425",user="postgres"} 268 pg_stat_statements_calls_total{datname="dadus_prod",queryid="5829890914639456663",user="postgres"} 23521 pg_stat_statements_calls_total{datname="dadus_prod",queryid="6119188515485713864",user="postgres"} 266 pg_stat_statements_calls_total{datname="dadus_prod",queryid="6297871011171339832",user="postgres"} 432 pg_stat_statements_calls_total{datname="dadus_prod",queryid="6313491832041493606",user="postgres"} 43893 pg_stat_statements_calls_total{datname="dadus_prod",queryid="642753759182990671",user="postgres"} 14098 pg_stat_statements_calls_total{datname="dadus_prod",queryid="6697030162581881662",user="postgres"} 64756 pg_stat_statements_calls_total{datname="dadus_prod",queryid="6724361092859240920",user="postgres"} 765 pg_stat_statements_calls_total{datname="dadus_prod",queryid="6916725829599545672",user="postgres"} 38807 pg_stat_statements_calls_total{datname="dadus_prod",queryid="6947119523265278303",user="postgres"} 707 pg_stat_statements_calls_total{datname="dadus_prod",queryid="7015971871105824494",user="postgres"} 48868 pg_stat_statements_calls_total{datname="dadus_prod",queryid="7356887309431608786",user="postgres"} 20993 pg_stat_statements_calls_total{datname="dadus_prod",queryid="7416759632905757398",user="postgres"} 312 pg_stat_statements_calls_total{datname="dadus_prod",queryid="7541805917244198095",user="postgres"} 23223 pg_stat_statements_calls_total{datname="dadus_prod",queryid="7894843858226143815",user="postgres"} 269 pg_stat_statements_calls_total{datname="dadus_prod",queryid="7979558938104895377",user="postgres"} 57405 pg_stat_statements_calls_total{datname="dadus_prod",queryid="7996256755895562817",user="postgres"} 226 pg_stat_statements_calls_total{datname="dadus_prod",queryid="8158401824044501660",user="postgres"} 50 pg_stat_statements_calls_total{datname="dadus_prod",queryid="8263182154797015330",user="postgres"} 4231 pg_stat_statements_calls_total{datname="dadus_prod",queryid="8633725467953935218",user="postgres"} 41939 pg_stat_statements_calls_total{datname="dadus_prod",queryid="8644142696341220785",user="postgres"} 262 pg_stat_statements_calls_total{datname="dadus_prod",queryid="8905762099465025524",user="postgres"} 23216 pg_stat_statements_calls_total{datname="dadus_prod",queryid="9058196544511081041",user="postgres"} 89371 # 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="-1025695984099776813",user="postgres"} 1061 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-1282830071049179963",user="postgres"} 311747 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-1408581177981056551",user="postgres"} 15675 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-1477576083328541225",user="postgres"} 12903 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-2034187192216392875",user="postgres"} 13296 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-2051207653934265959",user="postgres"} 6.6209009e+07 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-2393843131132347461",user="postgres"} 268 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-2407489535319318389",user="postgres"} 2.982e+06 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-2617144613329136976",user="postgres"} 4809 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-2650072969389938225",user="postgres"} 68862 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-2684640324126956395",user="postgres"} 4026 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-2811881414229307868",user="postgres"} 312 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-3024313216626681764",user="postgres"} 1185 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-4157922678174458898",user="postgres"} 12719 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-4336730503120331535",user="postgres"} 12719 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-4362494301374618573",user="postgres"} 1028 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-4493120256970783215",user="postgres"} 14157 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-4512680423727368958",user="postgres"} 14157 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-4601383375600367339",user="postgres"} 6162 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-4655475805368241346",user="postgres"} 59900 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-4745895024381912441",user="postgres"} 246366 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-5079478032973009419",user="postgres"} 14059 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-5343369710853663648",user="postgres"} 63307 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-5493298399783624160",user="postgres"} 19314 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-5741646539862322413",user="postgres"} 163 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-5956480796585068281",user="postgres"} 8.159661e+06 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-6027519829237492021",user="postgres"} 1775 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-6061105550323666207",user="postgres"} 1.2029026e+08 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-6075974752793072049",user="postgres"} 311 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-6118258529717605912",user="postgres"} 1612 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-6249896639914492268",user="postgres"} 147 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-6606750784611587498",user="postgres"} 15786 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-6614707502182028929",user="postgres"} 11797 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-6656833120198629046",user="postgres"} 2576 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-6684213322596858877",user="postgres"} 2.0993e+06 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-7068415990194572915",user="postgres"} 269 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-7089640379862191187",user="postgres"} 1500 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-7597140088724958630",user="postgres"} 43893 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-7693890300100390060",user="postgres"} 1515 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-7778722137801665854",user="postgres"} 4059 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-8185483222417567087",user="postgres"} 311 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-8234025561215258049",user="postgres"} 847 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-8727134808744141256",user="postgres"} 2150 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-8881765976235803777",user="postgres"} 1520 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-9212736273173820069",user="postgres"} 269 pg_stat_statements_rows_total{datname="dadus_prod",queryid="-990171375587066999",user="postgres"} 3809 pg_stat_statements_rows_total{datname="dadus_prod",queryid="1017296456259586284",user="postgres"} 664 pg_stat_statements_rows_total{datname="dadus_prod",queryid="1037764475215719817",user="postgres"} 50190 pg_stat_statements_rows_total{datname="dadus_prod",queryid="1079405941373775091",user="postgres"} 11712 pg_stat_statements_rows_total{datname="dadus_prod",queryid="1106032229150472292",user="postgres"} 23 pg_stat_statements_rows_total{datname="dadus_prod",queryid="1435162223936387159",user="postgres"} 38802 pg_stat_statements_rows_total{datname="dadus_prod",queryid="1540877226798927157",user="postgres"} 39273 pg_stat_statements_rows_total{datname="dadus_prod",queryid="1628506374751591030",user="postgres"} 3280 pg_stat_statements_rows_total{datname="dadus_prod",queryid="1698148584093629941",user="postgres"} 2592 pg_stat_statements_rows_total{datname="dadus_prod",queryid="2069254208433737672",user="postgres"} 3930 pg_stat_statements_rows_total{datname="dadus_prod",queryid="2074311096171112208",user="postgres"} 76678 pg_stat_statements_rows_total{datname="dadus_prod",queryid="2247673115210729301",user="postgres"} 1040 pg_stat_statements_rows_total{datname="dadus_prod",queryid="2293486765161048242",user="postgres"} 43859 pg_stat_statements_rows_total{datname="dadus_prod",queryid="2304443665702035590",user="postgres"} 23451 pg_stat_statements_rows_total{datname="dadus_prod",queryid="2331821647842817247",user="postgres"} 175348 pg_stat_statements_rows_total{datname="dadus_prod",queryid="2369532486367561935",user="postgres"} 2969 pg_stat_statements_rows_total{datname="dadus_prod",queryid="2446517985138172202",user="postgres"} 268 pg_stat_statements_rows_total{datname="dadus_prod",queryid="2549909713682900709",user="postgres"} 695 pg_stat_statements_rows_total{datname="dadus_prod",queryid="272576070894554457",user="postgres"} 341 pg_stat_statements_rows_total{datname="dadus_prod",queryid="2892966920879371646",user="postgres"} 14269 pg_stat_statements_rows_total{datname="dadus_prod",queryid="303027079585016735",user="postgres"} 283 pg_stat_statements_rows_total{datname="dadus_prod",queryid="304773728930164697",user="postgres"} 7530 pg_stat_statements_rows_total{datname="dadus_prod",queryid="3532691183706463807",user="postgres"} 225582 pg_stat_statements_rows_total{datname="dadus_prod",queryid="3966698476054352577",user="postgres"} 92100 pg_stat_statements_rows_total{datname="dadus_prod",queryid="3989236785929296034",user="postgres"} 89200 pg_stat_statements_rows_total{datname="dadus_prod",queryid="4239794108681096569",user="postgres"} 4530 pg_stat_statements_rows_total{datname="dadus_prod",queryid="4342134447942798357",user="postgres"} 2327 pg_stat_statements_rows_total{datname="dadus_prod",queryid="4445881156300129246",user="postgres"} 1330 pg_stat_statements_rows_total{datname="dadus_prod",queryid="4659152766654951824",user="postgres"} 1084 pg_stat_statements_rows_total{datname="dadus_prod",queryid="5178612543967502620",user="postgres"} 11430 pg_stat_statements_rows_total{datname="dadus_prod",queryid="5711736199116218518",user="postgres"} 30 pg_stat_statements_rows_total{datname="dadus_prod",queryid="576083915735161425",user="postgres"} 268 pg_stat_statements_rows_total{datname="dadus_prod",queryid="5829890914639456663",user="postgres"} 23521 pg_stat_statements_rows_total{datname="dadus_prod",queryid="6119188515485713864",user="postgres"} 1330 pg_stat_statements_rows_total{datname="dadus_prod",queryid="6297871011171339832",user="postgres"} 432 pg_stat_statements_rows_total{datname="dadus_prod",queryid="6313491832041493606",user="postgres"} 43893 pg_stat_statements_rows_total{datname="dadus_prod",queryid="642753759182990671",user="postgres"} 14098 pg_stat_statements_rows_total{datname="dadus_prod",queryid="6697030162581881662",user="postgres"} 64756 pg_stat_statements_rows_total{datname="dadus_prod",queryid="6724361092859240920",user="postgres"} 765 pg_stat_statements_rows_total{datname="dadus_prod",queryid="6916725829599545672",user="postgres"} 39191 pg_stat_statements_rows_total{datname="dadus_prod",queryid="6947119523265278303",user="postgres"} 353500 pg_stat_statements_rows_total{datname="dadus_prod",queryid="7015971871105824494",user="postgres"} 92902 pg_stat_statements_rows_total{datname="dadus_prod",queryid="7356887309431608786",user="postgres"} 3.0082969e+07 pg_stat_statements_rows_total{datname="dadus_prod",queryid="7416759632905757398",user="postgres"} 312 pg_stat_statements_rows_total{datname="dadus_prod",queryid="7541805917244198095",user="postgres"} 3.672562e+06 pg_stat_statements_rows_total{datname="dadus_prod",queryid="7894843858226143815",user="postgres"} 269 pg_stat_statements_rows_total{datname="dadus_prod",queryid="7979558938104895377",user="postgres"} 55978 pg_stat_statements_rows_total{datname="dadus_prod",queryid="7996256755895562817",user="postgres"} 3390 pg_stat_statements_rows_total{datname="dadus_prod",queryid="8158401824044501660",user="postgres"} 500 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"} 41939 pg_stat_statements_rows_total{datname="dadus_prod",queryid="8644142696341220785",user="postgres"} 9308 pg_stat_statements_rows_total{datname="dadus_prod",queryid="8905762099465025524",user="postgres"} 74924 pg_stat_statements_rows_total{datname="dadus_prod",queryid="9058196544511081041",user="postgres"} 89371 # 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"} 3359.7064751950256 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-1025695984099776813",user="postgres"} 2355.0431766220036 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-1282830071049179963",user="postgres"} 9700.057079607088 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-1408581177981056551",user="postgres"} 1564.9125445179995 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-1477576083328541225",user="postgres"} 1601.1555642149997 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-2034187192216392875",user="postgres"} 1605.1054492140008 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-2051207653934265959",user="postgres"} 2796.0560894239998 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-2393843131132347461",user="postgres"} 1624.2659907189993 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-2407489535319318389",user="postgres"} 7376.627009076987 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-2617144613329136976",user="postgres"} 1939.2280113929992 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-2650072969389938225",user="postgres"} 7233.534533735986 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-2684640324126956395",user="postgres"} 2038.8566254939947 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-2811881414229307868",user="postgres"} 1733.080440698 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-3024313216626681764",user="postgres"} 1170.3591964590003 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-4157922678174458898",user="postgres"} 4323.443137066993 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-4336730503120331535",user="postgres"} 1967.7210702499992 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-4362494301374618573",user="postgres"} 1953.2915338810005 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-4493120256970783215",user="postgres"} 15402.694081784015 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-4512680423727368958",user="postgres"} 9766.943243031004 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-4601383375600367339",user="postgres"} 1307.285778547 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-4655475805368241346",user="postgres"} 1824.5603916309985 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-4745895024381912441",user="postgres"} 11353.378980997986 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-5079478032973009419",user="postgres"} 42554.330459012126 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-5343369710853663648",user="postgres"} 2667.0366447739925 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-5493298399783624160",user="postgres"} 3527.075985595996 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-5741646539862322413",user="postgres"} 1501.730807660998 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-5956480796585068281",user="postgres"} 45225.66102134482 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-6027519829237492021",user="postgres"} 14976.174784904035 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-6061105550323666207",user="postgres"} 1450.2959543010002 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-6075974752793072049",user="postgres"} 1232.9451983329998 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-6118258529717605912",user="postgres"} 2457.4230663949998 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-6249896639914492268",user="postgres"} 3871.585938244001 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-6606750784611587498",user="postgres"} 1493.8968427220002 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-6614707502182028929",user="postgres"} 1672.4308471929987 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-6656833120198629046",user="postgres"} 3593.6827424839976 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-6684213322596858877",user="postgres"} 1200.2617540640051 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-7068415990194572915",user="postgres"} 1771.422114307 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-7089640379862191187",user="postgres"} 3080.7847198629893 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-7597140088724958630",user="postgres"} 33297.23991195211 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-7693890300100390060",user="postgres"} 1433.7531718860002 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-7778722137801665854",user="postgres"} 1749.1041748470009 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-8185483222417567087",user="postgres"} 1875.1309482930003 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-8234025561215258049",user="postgres"} 1197.3279331329986 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-8727134808744141256",user="postgres"} 2997.4174304750013 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-8881765976235803777",user="postgres"} 1345.9042945090005 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-9212736273173820069",user="postgres"} 1497.1159163160007 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="-990171375587066999",user="postgres"} 1266.7388549749999 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="1017296456259586284",user="postgres"} 1759.8623993340004 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="1037764475215719817",user="postgres"} 69864.63683942292 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="1079405941373775091",user="postgres"} 1217.325786592 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="1106032229150472292",user="postgres"} 5256.530927062994 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="1435162223936387159",user="postgres"} 21557.37487917383 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="1540877226798927157",user="postgres"} 33684.44142786312 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="1628506374751591030",user="postgres"} 3416.2963563939993 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="1698148584093629941",user="postgres"} 3131.3976591470014 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="2069254208433737672",user="postgres"} 1729.0361779639993 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="2074311096171112208",user="postgres"} 1908.9589291099994 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="2247673115210729301",user="postgres"} 2738.999303780999 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="2293486765161048242",user="postgres"} 2191.303079129 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="2304443665702035590",user="postgres"} 35076.04051193219 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="2331821647842817247",user="postgres"} 3375.2290667519883 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="2369532486367561935",user="postgres"} 2110.8360874539985 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="2446517985138172202",user="postgres"} 2215.5963775180003 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="2549909713682900709",user="postgres"} 3003.2183707670015 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="272576070894554457",user="postgres"} 2916.5661944320036 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="2892966920879371646",user="postgres"} 7802.890783427996 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="303027079585016735",user="postgres"} 2987.403414112994 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="304773728930164697",user="postgres"} 3123.003813281001 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="3532691183706463807",user="postgres"} 2258.457165973002 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="3966698476054352577",user="postgres"} 3629.042123750996 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="3989236785929296034",user="postgres"} 130249.7049217084 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="4239794108681096569",user="postgres"} 1998.235488333 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="4342134447942798357",user="postgres"} 2519.275625619998 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="4445881156300129246",user="postgres"} 1372.2976827280002 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="4659152766654951824",user="postgres"} 6108.311886567006 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="5178612543967502620",user="postgres"} 9337.358815660045 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="5711736199116218518",user="postgres"} 7862.229034934019 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="576083915735161425",user="postgres"} 1998.9836637960002 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="5829890914639456663",user="postgres"} 6091.323030841956 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="6119188515485713864",user="postgres"} 1803.7182729720007 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="6297871011171339832",user="postgres"} 1460.1460926980008 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="6313491832041493606",user="postgres"} 53119.002293798345 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="642753759182990671",user="postgres"} 16684.04610645109 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="6697030162581881662",user="postgres"} 92843.7563592156 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="6724361092859240920",user="postgres"} 3041.8096809730027 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="6916725829599545672",user="postgres"} 15584.34769449407 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="6947119523265278303",user="postgres"} 2155.2169071490002 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="7015971871105824494",user="postgres"} 17183.162088019955 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="7356887309431608786",user="postgres"} 5945.628300397985 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="7416759632905757398",user="postgres"} 2292.4765575129986 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="7541805917244198095",user="postgres"} 3786.2088575129983 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="7894843858226143815",user="postgres"} 1777.780726579999 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="7979558938104895377",user="postgres"} 70777.18714583652 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="7996256755895562817",user="postgres"} 1583.0064766999997 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="8158401824044501660",user="postgres"} 1288.0304307149995 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="8263182154797015330",user="postgres"} 2050.324811645001 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="8633725467953935218",user="postgres"} 189906.1877953844 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="8644142696341220785",user="postgres"} 1477.2415282919994 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="8905762099465025524",user="postgres"} 3804.80371327097 pg_stat_statements_seconds_total{datname="dadus_prod",queryid="9058196544511081041",user="postgres"} 5107.841944335 # HELP pg_stat_user_tables_analyze_count Number of times this table has been manually analyzed # TYPE pg_stat_user_tables_analyze_count counter pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="brand",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_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_candidate_document",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_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_feedback",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_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_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_pay_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_payslip",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_platform",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_scorecard",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_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_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_bunit",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_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_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_file",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_integration_datamapping",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_integrations_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_intercompany_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_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_job",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_role",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_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_device",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_user_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_window_schema",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwf_events",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_cashup_sync",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_pcataloguelines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_store_dailyops",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_till",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_till_login_logout",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="lgs_fuel_indent",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_costing_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_inventory",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_inventoryline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_movementline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_pricing_catalogue",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_pricing_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_stock_reservation_rules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_storagebin",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_transaction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_transferissue",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_transferorder",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_transferrequest",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_transferrequest_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_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_order",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_orderline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_productprice",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_supplier_address",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="preprod_fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="qrtz_triggers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_customer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_customer_address",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_estimate",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_invoice",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_invoiceline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_order",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_order_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="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 17 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"} 2 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="brand",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_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_candidate_document",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_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_feedback",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_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_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_pay_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_payslip",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_platform",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_scorecard",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_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_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_bunit",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_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_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_file",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 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"} 1 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_integrations_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_intercompany_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_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"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_process_schema",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_process_window_schema",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_reference_schema",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_releases",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_report",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_sequence",schemaname="public"} 1130 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_device",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_user_meta",schemaname="public"} 30 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_events",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 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_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_cashup_sync",schemaname="public"} 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"} 35 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 16 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"} 13 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 14 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"} 449 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_payment_preference",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_brand_scope",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 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_tier_scope",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_method_correction",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_pcataloguelines",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 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"} 2095 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_sequence_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_store_dailyops",schemaname="public"} 5 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 3 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"} 453 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"} 1 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"} 1 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"} 4 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_payment_settings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fam_asset_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"} 558 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_funds_transfer",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_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_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 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"} 1 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_fuel_fill_trx",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="lgs_fuel_indent",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="lgs_task",schemaname="public"} 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_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_inventory",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 1 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_material_request",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_movement",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_movementline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_pricing_catalogue",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_pricingrule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_product",schemaname="public"} 5 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"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_receipt",schemaname="public"} 10 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_receiptline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_shipment",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_shipmentline",schemaname="public"} 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"} 75 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 7 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_storagebin",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 17 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_transaction",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_transferissue",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_transferorder",schemaname="public"} 42 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"} 2 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"} 43 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_warehouse",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_wastage",schemaname="public"} 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"} 0 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"} 2 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"} 5 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_invoiceline_meta",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"} 3 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"} 19 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_orderline",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_orderlinetax",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 13 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_order",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="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"} 90 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 264 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"} 4875 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"} 174 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_estimate",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_inv_settlement",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_invoice",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_invoiceline",schemaname="public"} 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"} 2 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_order",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_order_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"} 2 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_pfinvoice",schemaname="public"} 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="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 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_candidate_document",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_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_feedback",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_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_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_pay_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_payslip",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_platform",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_scorecard",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_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_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_bunit",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_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_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_file",schemaname="public"} 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_integrations_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_intercompany_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_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_job",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_role",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_sequence",schemaname="public"} 792 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_device",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_user_meta",schemaname="public"} 1 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_events",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 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_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_cashup_sync",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_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"} 2 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 4 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_fb_order_meta",schemaname="public"} 3 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 4 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"} 277 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_loyalty_transaction",schemaname="public"} 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_method_correction",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_pcataloguelines",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 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"} 1431 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_sequence_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_store_dailyops",schemaname="public"} 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"} 234 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_payment_settings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fam_asset_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"} 429 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_isd_summary",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 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_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_payment",schemaname="public"} 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_fuel_fill_trx",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="lgs_fuel_indent",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="lgs_task",schemaname="public"} 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_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_inventory",schemaname="public"} 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_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_material_request",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_movement",schemaname="public"} 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"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_receipt",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_receipt_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"} 0 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_stock_reservation_rules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_storagebin",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_transaction",schemaname="public"} 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"} 20 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"} 31 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_warehouse",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="ntn_menu_designer",schemaname="public"} 1 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"} 1 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_invoiceline_meta",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"} 1 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"} 88 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 190 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"} 5256 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"} 184 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_estimate",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_inv_settlement",schemaname="public"} 1 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_integration",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_invoiceline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_order",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_orderline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_pricelist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_productprice",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_service_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="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 2.706217e+06 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 85064 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"} 6006 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="c_bp_taxcategory",schemaname="public"} 32217 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_candidate_document",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_employee",schemaname="public"} 58 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_resignation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_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_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_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_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_pay_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_payslip",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_platform",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_scorecard",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_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"} 11 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"} 116549 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_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_audit_config",schemaname="public"} 14616 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"} 656 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.1323545e+07 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_city",schemaname="public"} 4828 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"} 8 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"} 1148 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"} 1142 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_division",schemaname="public"} 4828 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_doctype",schemaname="public"} 2627 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"} 18 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 6 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"} 14653 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_integrations_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_intercompany_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_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"} 644 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"} 434 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"} 584 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"} 143243 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_process_access",schemaname="public"} 12028 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"} 716187 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"} 24690 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"} 2012 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"} 244978 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"} 25699 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 92818 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 102778 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"} 4300 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"} 217336 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_sqlquery_log",schemaname="public"} 9 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"} 2704 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"} 31228 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"} 6901 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"} 930712 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"} 2.7671127e+07 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"} 393241 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_user_device",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_user_meta",schemaname="public"} 1790 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"} 950 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"} 1.0725798e+07 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 385859 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"} 8.901611e+06 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="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"} 111226 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwf_events",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwf_workflow",schemaname="public"} 4 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 555 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 12 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 762125 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"} 613109 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_b2c_customer_segment",schemaname="public"} 312605 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_cashup_sync",schemaname="public"} 388 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_configurations",schemaname="public"} 1431 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"} 6901 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_fb_floor",schemaname="public"} 613 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"} 55103 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 40726 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"} 9400 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 19149 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_fb_production_center",schemaname="public"} 85910 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"} 10120 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_fb_table",schemaname="public"} 19376 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"} 31305 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"} 481 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"} 218 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_giftcard_type",schemaname="public"} 39 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 1752 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 2868 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 3201 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"} 539 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_menutimeslot",schemaname="public"} 47716 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_paymentmethod",schemaname="public"} 28822 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 40141 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"} 6.1429791e+07 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"} 1 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"} 2896 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 194390 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 10119 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_store_dailyops",schemaname="public"} 248663 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 234419 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"} 2.607873e+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"} 706 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 48452 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"} 36 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 57052 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 10350 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 19530 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"} 501 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 816 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 2032 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cww_mobilew_role",schemaname="public"} 7414 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cww_task",schemaname="public"} 183798 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"} 3.701601e+06 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_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"} 64 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"} 514 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 186860 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"} 1432 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 6 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 19 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 3676 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"} 25101 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_lin_pinv_tds",schemaname="public"} 4 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_lin_tcs_setup",schemaname="public"} 613260 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"} 3846 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"} 58254 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"} 441551 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 6.495892e+06 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 2.0047273e+07 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 6.40596e+06 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 40267 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"} 710548 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="lgs_fuel_indent",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="lgs_provider",schemaname="public"} 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"} 80 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_addon_group",schemaname="public"} 20216 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"} 261885 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"} 103617 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_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_coupon_provider",schemaname="public"} 481 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"} 1.158487e+06 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"} 22785 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 5.520908e+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"} 244 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 419 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"} 419 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"} 950888 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_material_request",schemaname="public"} 3175 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_movement",schemaname="public"} 1.458474e+06 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_movementline",schemaname="public"} 2412 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"} 1137 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"} 1134 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"} 1134 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_pricingrule",schemaname="public"} 1831 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"} 7.3539094e+07 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 22 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"} 23974 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_product_category",schemaname="public"} 9.103799e+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"} 26921 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_product_images",schemaname="public"} 17 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_product_manufacturer",schemaname="public"} 613109 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"} 5 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"} 1.442837e+06 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"} 1.21897e+06 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_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"} 563998 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"} 191770 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"} 5.234196e+07 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 91671 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 67 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_stockadj_reason",schemaname="public"} 419 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"} 8 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_storagebin",schemaname="public"} 473845 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 23280 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_tracker",schemaname="public"} 17438 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_trackertype",schemaname="public"} 613109 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_transaction",schemaname="public"} 608763 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"} 885822 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 1.393119e+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"} 3.389524e+06 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 6.169814e+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"} 554896 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 16414 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"} 7.442156e+06 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 3.44393e+06 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_warehouse",schemaname="public"} 425019 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"} 142226 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"} 492 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"} 1 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"} 409306 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"} 2.120804e+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"} 151955 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_order",schemaname="public"} 723325 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"} 3.5355154e+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"} 286 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_productprice",schemaname="public"} 432 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_supplier",schemaname="public"} 3.210268e+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"} 674372 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"} 32 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"} 219123 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"} 6229 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 6229 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"} 6253 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 6229 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"} 212594 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"} 216026 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.642689e+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"} 219123 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"} 300 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 8450 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"} 17438 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"} 2 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"} 23183 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"} 3.219365e+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"} 4.215814e+06 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 1 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"} 4869 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"} 41012 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 369 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_estimate",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_inv_settlement",schemaname="public"} 392 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 42 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_invoice",schemaname="public"} 1.143993e+06 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_invoiceline",schemaname="public"} 3.4130263e+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"} 2.176302e+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_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_order",schemaname="public"} 2.2712333e+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"} 434451 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_orderline",schemaname="public"} 2.57552677e+08 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 72 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"} 4 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"} 63679 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_pricelist_version",schemaname="public"} 6928 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_productprice",schemaname="public"} 6.3963791e+07 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_quotation_line",schemaname="public"} 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"} 1592 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"} 1775 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="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 2.552001e+06 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 253 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"} 4275 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_candidate_document",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_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_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_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_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_pay_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_payslip",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_platform",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_scorecard",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_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"} 11 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"} 116549 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_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_audit_config",schemaname="public"} 14616 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"} 656 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"} 7.4749592e+07 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_country",schemaname="public"} 1147 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"} 1142 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_doctype",schemaname="public"} 2627 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"} 18 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 6 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"} 363 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_integrations_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_intercompany_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_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"} 558 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"} 426 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"} 142611 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_process_access",schemaname="public"} 16163 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"} 716187 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"} 24690 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"} 2012 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"} 244961 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"} 8667 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 102278 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 102725 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"} 4300 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"} 215179 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_sqlquery_log",schemaname="public"} 9 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"} 241 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"} 23899 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"} 6768 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"} 930698 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"} 2.7640104e+07 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"} 393241 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_user_device",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_user_meta",schemaname="public"} 1786 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"} 3.641198e+06 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 396214 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"} 8.901611e+06 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwf_events",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwf_workflow",schemaname="public"} 4 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 555 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 12 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 791 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_cashup_sync",schemaname="public"} 388 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"} 613 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"} 50808 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 24578 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"} 6 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 3230 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_fb_production_center",schemaname="public"} 84325 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"} 6190 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_fb_table",schemaname="public"} 17601 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"} 31303 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"} 218 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_giftcard_type",schemaname="public"} 39 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 797 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 2868 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 334 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"} 71 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_loyalty_transaction",schemaname="public"} 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_method_correction",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_paymentmethod",schemaname="public"} 28822 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 40141 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_pcataloguelines",schemaname="public"} 2.1105369e+07 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 1 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"} 2896 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 190065 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 3094 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_store_dailyops",schemaname="public"} 4873 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 231389 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"} 2.470933e+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"} 706 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 45224 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"} 36 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 52912 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 18 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 11206 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"} 816 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 1016 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_account",schemaname="public"} 183 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_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"} 514 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 186795 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"} 1382 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 6 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 18 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 1862 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"} 25093 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_lin_pinv_tds",schemaname="public"} 4 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_payment",schemaname="public"} 3776 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"} 62790 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"} 1.0800223e+07 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 6.491952e+06 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 1.9839086e+07 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 6.704984e+06 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 40259 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"} 710309 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="lgs_fuel_indent",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="lgs_task",schemaname="public"} 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"} 80 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_addon_group",schemaname="public"} 19308 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"} 63106 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_costing_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_inventory",schemaname="public"} 17713 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 5.399501e+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"} 244 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"} 7.37627e+06 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_material_request",schemaname="public"} 3175 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_movement",schemaname="public"} 1.457728e+06 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_movementline",schemaname="public"} 589 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"} 60 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_product",schemaname="public"} 8.0753371e+07 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 9 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"} 143 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_product_category",schemaname="public"} 7.785917e+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"} 25165 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_product_images",schemaname="public"} 17 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"} 5 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"} 1.430831e+06 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"} 1.214608e+06 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_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.675872e+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"} 342458 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"} 2.17954948e+08 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 90369 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 67 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_storagebin",schemaname="public"} 473763 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 23030 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"} 6.944175869e+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"} 4.049122e+06 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 6.420431e+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"} 3.027596e+06 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 9.173914e+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"} 520851 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 287896 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"} 6.589454e+06 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 5.579692e+06 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_warehouse",schemaname="public"} 424614 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"} 142215 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"} 405 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"} 1 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"} 640709 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"} 148375 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_order",schemaname="public"} 622219 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"} 3.534588e+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"} 432 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.983497e+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"} 674338 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"} 32 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.214776e+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"} 902669 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"} 23183 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_customer",schemaname="public"} 2.673313e+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"} 4.102218e+06 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 1 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"} 2185 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"} 5 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 263 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_estimate",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_inv_settlement",schemaname="public"} 392 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 42 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_invoice",schemaname="public"} 1.37841282e+08 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_invoiceline",schemaname="public"} 7.7069227e+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"} 9.410201e+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_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_order",schemaname="public"} 1.393399482e+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"} 515166 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_orderline",schemaname="public"} 5.77692088e+08 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 72 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"} 4 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"} 61882 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"} 5.3189625e+07 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_quotation_line",schemaname="public"} 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="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="brand",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_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_candidate_document",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_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_feedback",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_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_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_pay_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_payslip",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_platform",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_scorecard",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_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_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_bunit",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_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_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_file",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_integration_datamapping",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_integrations_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_intercompany_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_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_job",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_role",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_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_device",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_user_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_window_schema",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwf_events",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_cashup_sync",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_pcataloguelines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_store_dailyops",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_till",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_till_login_logout",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="lgs_fuel_indent",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_costing_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_inventory",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_inventoryline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_movementline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_pricing_catalogue",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_pricing_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_stock_reservation_rules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_storagebin",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_transaction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_transferissue",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_transferorder",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_transferrequest",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_transferrequest_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_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_order",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_orderline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_productprice",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_supplier_address",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="preprod_fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="qrtz_triggers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_customer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_customer_address",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_estimate",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_invoice",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_invoiceline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_order",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_order_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="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 1.776347672e+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"} 1.776177046e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="brand",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_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_candidate_document",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_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_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_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_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_pay_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_payslip",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_platform",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_scorecard",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_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_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 1.776242415e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 1.776361837e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 1.776259088e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_bunit",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_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_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_file",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 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"} 1.776004721e+09 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_integrations_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_intercompany_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_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"} 1.776261378e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_process_schema",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_process_window_schema",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_reference_schema",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_releases",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_report",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 1.775993437e+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"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_sequence",schemaname="public"} 1.776391398e+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.776336698e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_user_device",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_user_meta",schemaname="public"} 1.776391578e+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_events",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 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_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_cashup_sync",schemaname="public"} 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"} 1.776346351e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 1.776265389e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_fb_order_meta",schemaname="public"} 1.776352714e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 1.776258308e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_fb_production_center_access",schemaname="public"} 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"} 1.776359856e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 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_brand_scope",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 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_tier_scope",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_method_correction",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 1.776061323e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_pcataloguelines",schemaname="public"} 1.77565552e+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.776389417e+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_sequence_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_store_dailyops",schemaname="public"} 1.7762217e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 1.776274756e+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.776360757e+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"} 1.775840709e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_till_login_logout",schemaname="public"} 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"} 1.776310901e+09 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.776142353e+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_payment_settings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fam_asset_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.776364238e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_funds_transfer",schemaname="public"} 1.776360637e+09 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_isd_summary",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 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_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 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.776361897e+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.77597454e+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"} 1.776171473e+09 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_fuel_fill_trx",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="lgs_fuel_indent",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="lgs_task",schemaname="public"} 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_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_inventory",schemaname="public"} 1.776015286e+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"} 1.775873421e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_inventoryline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_material_request",schemaname="public"} 1.776148655e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_movement",schemaname="public"} 1.776339329e+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.776267911e+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"} 1.775224162e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_receipt",schemaname="public"} 1.77632321e+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"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_replenishment_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.776342571e+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.776357876e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 1.776362678e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_storagebin",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 1.776327412e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_transferissue",schemaname="public"} 1.776220981e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_transferorder",schemaname="public"} 1.776375313e+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.776091224e+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.776375133e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_warehouse",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_wastage",schemaname="public"} 1.776273675e+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"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="ntn_menu_designer",schemaname="public"} 1.776078909e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 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.776236404e+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_invoiceline_meta",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.776154538e+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.776326272e+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.775892149e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_orderlinetax",schemaname="public"} 1.776337348e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 1.776265869e+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"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pr_order",schemaname="public"} 1.776083361e+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.776386416e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 1.776389417e+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.776391878e+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.776385816e+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_estimate",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_inv_settlement",schemaname="public"} 1.77634251e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 1.776350973e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_invoice",schemaname="public"} 1.775826217e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_invoiceline",schemaname="public"} 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.776088694e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_order",schemaname="public"} 1.776091396e+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.776256509e+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="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 1.775745374e+09 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_candidate_document",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_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_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_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_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_pay_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_payslip",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_platform",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_scorecard",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_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_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_bunit",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_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_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_file",schemaname="public"} 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_integrations_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_intercompany_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_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_job",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_role",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_sequence",schemaname="public"} 1.776391038e+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_device",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_user_meta",schemaname="public"} 1.775963365e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_user_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_events",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 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_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_cashup_sync",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_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"} 1.776259988e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 1.776333026e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_fb_order_meta",schemaname="public"} 1.776090494e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 1.776181128e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_fb_table_status",schemaname="public"} 1.776359196e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_loyalty_transaction",schemaname="public"} 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_method_correction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_pcataloguelines",schemaname="public"} 1.775655582e+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.776389417e+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_sequence_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_store_dailyops",schemaname="public"} 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.776362137e+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_payment_settings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fam_asset_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.776364298e+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_isd_summary",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 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_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_payment",schemaname="public"} 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_fuel_fill_trx",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="lgs_fuel_indent",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="lgs_task",schemaname="public"} 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_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_inventory",schemaname="public"} 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_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_material_request",schemaname="public"} 1.776076508e+09 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"} 1.775224162e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_receipt",schemaname="public"} 1.775287127e+09 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"} 0 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_stock_reservation_rules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_storagebin",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 1.775386409e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_transferissue",schemaname="public"} 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.776375312e+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.776375132e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_warehouse",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ntn_menu_designer",schemaname="public"} 1.775566953e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="orders",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="otp_audit_log",schemaname="public"} 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"} 1.776165642e+09 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_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 1.776154538e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_order",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_orderline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 1.77615916e+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.776384616e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 1.776389417e+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.776391878e+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.776385816e+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_estimate",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_inv_settlement",schemaname="public"} 1.77634251e+09 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_integration",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_invoiceline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_order",schemaname="public"} 1.775745336e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_orderline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_productprice",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_service_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="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="brand",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_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_candidate_document",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_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_feedback",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_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_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_pay_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_payslip",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_platform",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_scorecard",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_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_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_bunit",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_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_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_file",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_integration_datamapping",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_integrations_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_intercompany_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_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_job",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_role",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_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_device",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_user_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_window_schema",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwf_events",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_cashup_sync",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_pcataloguelines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_store_dailyops",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_till",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_till_login_logout",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="lgs_fuel_indent",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_costing_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_inventory",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_inventoryline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_movementline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_pricing_catalogue",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_pricing_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_stock_reservation_rules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_storagebin",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_transaction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_transferissue",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_transferorder",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_transferrequest",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_transferrequest_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_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_order",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_orderline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_productprice",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_supplier_address",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="preprod_fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="qrtz_triggers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_customer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_customer_address",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_estimate",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_invoice",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_invoiceline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_order",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_order_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="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 980 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 18 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"} 77 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_candidate_document",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_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_feedback",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_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_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_pay_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_payslip",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_platform",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_scorecard",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_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"} 1 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_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 71835 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"} 780 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_bunit",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_favourites",schemaname="public"} 3 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_file",schemaname="public"} 9 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"} 2 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_integrations_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_intercompany_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_master_data_config",schemaname="public"} 13 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"} 5 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"} 15451 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"} 120928 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"} 1 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"} 4 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"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 3 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 24 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_role",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_sequence",schemaname="public"} 51 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_sqlquery_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_table_schema",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_taxcategory",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_user",schemaname="public"} 9 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"} 128219 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_user_device",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_user_meta",schemaname="public"} 21 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_events",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 83 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 14 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_cashup_sync",schemaname="public"} 3 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"} 11 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"} 228 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 66 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"} 140 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"} 73 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"} 11 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 2 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 75 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_loyalty_transaction",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 30 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"} 18 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"} 3 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 2 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 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_revenue_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_store_dailyops",schemaname="public"} 675 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 1367 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"} 15 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"} 43 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 2165 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_till_login_logout",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 15803 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 10 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 194 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"} 151 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 266 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_funds_transfer",schemaname="public"} 7 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 2 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 1 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"} 52 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_payment",schemaname="public"} 81 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"} 191362 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 39192 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 205427 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 17 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"} 4136 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="lgs_fuel_indent",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="lgs_vehicle_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_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_inventory",schemaname="public"} 3216 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 2 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_inventory_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"} 132 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_material_request",schemaname="public"} 84 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_movement",schemaname="public"} 2002 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_movementline",schemaname="public"} 1833 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"} 2 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"} 1 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"} 2 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"} 1159 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 2 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"} 33 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_product_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_product_group",schemaname="public"} 3 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_product_images",schemaname="public"} 3 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_product_visibility_rules",schemaname="public"} 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"} 1937 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"} 828 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"} 108433 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"} 462 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"} 10204 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 1142 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 13 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_storagebin",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 208 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"} 2401 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"} 9450 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 32361 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"} 33 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 22280 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 158921 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 283 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 27 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"} 2305 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 26300 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_warehouse",schemaname="public"} 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"} 241 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"} 74 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"} 54 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"} 1 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"} 9 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"} 1 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"} 117 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"} 2 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_invoicelinetax",schemaname="public"} 4 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 372 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"} 1607 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"} 9845 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"} 4267 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 1194 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"} 17 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"} 4 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"} 4 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"} 3499 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"} 32628 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"} 28 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 17 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"} 26 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"} 44 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"} 11 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"} 1 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"} 29 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_estimate",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_inv_settlement",schemaname="public"} 12 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 62 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_invoice",schemaname="public"} 96838 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_invoiceline",schemaname="public"} 163 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 33 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 631 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 357429 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_order",schemaname="public"} 62618 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"} 31086 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_orderline",schemaname="public"} 49458 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 225 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"} 25 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 4201 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 143118 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"} 11 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="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 25561 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 366 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"} 4304 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="brand",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_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_candidate_document",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_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_feedback",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_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_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_pay_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_payslip",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_platform",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_scorecard",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_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"} 662 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"} 10 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_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 5.20131e+06 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 26081 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 4295 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_bunit",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_client_apps",schemaname="public"} 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_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_doctype",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_file",schemaname="public"} 906 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"} 342 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 14290 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_integrations_config",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_intercompany_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_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"} 1 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"} 10 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_process_log",schemaname="public"} 113681 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 5434 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 2.3216e+06 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_process_schema",schemaname="public"} 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"} 1786 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_releases",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_report",schemaname="public"} 4 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 8 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 4 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 8 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 39 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_role",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 1 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"} 58 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_sqlquery_log",schemaname="public"} 712 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"} 8 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 9 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 4.12968e+06 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 9 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_user_device",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_user_meta",schemaname="public"} 91 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"} 5 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_events",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 514 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 13 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"} 5 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwf_workflow_eventstore",schemaname="public"} 536 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 90 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 4 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_cashup_sync",schemaname="public"} 388 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"} 24018 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"} 6133 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 20150 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"} 12602 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 21419 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"} 162 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_payment_preference",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 22 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 365 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_loyalty_transaction",schemaname="public"} 1434 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 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"} 20 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"} 38573 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"} 39119 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"} 59 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 47990 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_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_revenue_category",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"} 3685 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 8038 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"} 99 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"} 11896 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 81130 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"} 408 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"} 91278 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 10332 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 8324 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"} 501 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 895 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 1016 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_payment_settings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_wallet_trx",schemaname="public"} 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"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 218 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"} 1996 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 10 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 12 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 9 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 16 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 592 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 18903 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_lin_pinv_tds",schemaname="public"} 4 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 7 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"} 4 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"} 10546 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"} 518 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"} 214 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"} 1.049741e+06 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 39245 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 1.039611e+06 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 39312 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"} 39791 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="hsncode",schemaname="public"} 4 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="lgs_fuel_indent",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="lgs_task",schemaname="public"} 944 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_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_coupon_sales",schemaname="public"} 1 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"} 26758 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 24 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"} 73 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 1470 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"} 4718 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_material_request",schemaname="public"} 3172 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_movement",schemaname="public"} 57790 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_movementline",schemaname="public"} 15240 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"} 11 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"} 7106 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 1 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"} 258 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_product_category",schemaname="public"} 148 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_product_group",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_product_images",schemaname="public"} 3 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_product_meta",schemaname="public"} 16 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"} 10203 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"} 3042 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"} 1.03231e+06 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_shipmentline",schemaname="public"} 90114 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"} 54584 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 22610 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 13924 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_storagebin",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 3714 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"} 415644 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"} 64802 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 23149 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"} 68251 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 29283 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 905126 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 1607 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 23063 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"} 69706 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 29508 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_visibility_category",schemaname="public"} 6 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_warehouse",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_wastage",schemaname="public"} 2250 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"} 3198 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"} 54 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"} 4 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"} 37 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"} 6318 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"} 948 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_invoicelinetax",schemaname="public"} 1275 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 10930 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"} 10010 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"} 53199 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"} 72729 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 17985 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"} 76 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 177 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"} 9 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"} 12 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"} 9 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"} 228955 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"} 748377 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"} 13 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"} 13 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 6 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_customer_category",schemaname="public"} 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"} 3 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 5 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 42 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_estimate",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_inv_settlement",schemaname="public"} 261 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 690 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_invoice",schemaname="public"} 1.033761e+06 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_invoiceline",schemaname="public"} 90011 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 42228 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 24 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 180072 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 2.310192e+06 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_order",schemaname="public"} 1.047112e+06 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 178727 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_orderline",schemaname="public"} 90099 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 1902 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_orderline_meta",schemaname="public"} 1166 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 1100 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 115139 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 1.596552e+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"} 48 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 23 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="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 894 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 428 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"} 152 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="brand",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_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_candidate_document",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_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_feedback",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_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_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_pay_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_payslip",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_platform",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_scorecard",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_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"} 662 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_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 110417 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"} 121 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 75 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"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_doctype",schemaname="public"} 1 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"} 5 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_file",schemaname="public"} 924 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"} 42 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 14423 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_integrations_config",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_intercompany_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_master_data_config",schemaname="public"} 13 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"} 5 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"} 2 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"} 10 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_process_log",schemaname="public"} 113681 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 5434 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 22108 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"} 1 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"} 1794 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_releases",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_report",schemaname="public"} 24 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 8 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 24 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 27 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 39 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"} 9 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_sequence",schemaname="public"} 24 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_sqlquery_log",schemaname="public"} 712 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_table_schema",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_taxcategory",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_user",schemaname="public"} 53 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 9 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 28274 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 9 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_user_device",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_user_meta",schemaname="public"} 2 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"} 5 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_events",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 1020 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 17 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"} 5 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwf_workflow_eventstore",schemaname="public"} 536 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 346 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 4 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_cashup_sync",schemaname="public"} 776 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"} 24018 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"} 469 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 1272 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"} 190 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 1392 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"} 39 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"} 44 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 44 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_brand_scope",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 1799 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_loyalty_transaction",schemaname="public"} 1441 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 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"} 604 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"} 39119 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"} 3 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 5 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 47990 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 1 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_revenue_category",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"} 306 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 216 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"} 43 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"} 12602 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 6704 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"} 408 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"} 8 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 450 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 10350 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 9198 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"} 501 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 75 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 2032 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_payment_settings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_wallet_trx",schemaname="public"} 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 7 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"} 9 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 10 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 20 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 18 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 16 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 1171 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 18903 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_lin_pinv_tds",schemaname="public"} 4 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 7 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"} 4 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"} 8 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"} 518 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"} 218 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"} 56688 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 78438 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 19958 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 39340 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"} 79606 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"} 4 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="lgs_fuel_indent",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="lgs_task",schemaname="public"} 944 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_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_coupon_sales",schemaname="public"} 1 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"} 2649 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 40 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"} 73 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 71 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"} 4741 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_material_request",schemaname="public"} 176 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_movement",schemaname="public"} 135 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_movementline",schemaname="public"} 18968 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"} 15 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"} 1 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"} 2 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"} 363 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 3 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"} 343 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_product_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_product_group",schemaname="public"} 4 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_product_images",schemaname="public"} 6 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_product_meta",schemaname="public"} 16 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"} 474 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"} 3998 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"} 6646 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"} 90123 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"} 5392 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 184 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 13959 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_storagebin",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 186 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"} 415644 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"} 1103 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 46511 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"} 57 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 83188 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 28759 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 4762 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 23098 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"} 6073 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 78614 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_visibility_category",schemaname="public"} 6 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"} 3 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"} 60 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"} 3466 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"} 55 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"} 46 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"} 59 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"} 45 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"} 958 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_invoicelinetax",schemaname="public"} 1283 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 878 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"} 475 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"} 3455 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"} 39 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 874 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"} 253 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 177 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"} 29 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"} 33 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"} 30 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"} 229808 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"} 44697 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"} 20 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 25 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"} 26 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"} 44 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"} 45 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"} 15 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 6 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_customer_category",schemaname="public"} 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"} 3 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 47 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 42 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_estimate",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_inv_settlement",schemaname="public"} 70 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_invoice",schemaname="public"} 99092 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_invoiceline",schemaname="public"} 90429 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 42291 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 24 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 181314 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 134155 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_order",schemaname="public"} 60683 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"} 266352 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_orderline",schemaname="public"} 120661 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 2078 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_orderline_meta",schemaname="public"} 1166 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 1150 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 118349 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 32744 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"} 130 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 27 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="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="brand",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_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_candidate_document",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_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_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_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_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_pay_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_payslip",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_platform",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_scorecard",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_api_builder_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_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_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_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_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_favourites",schemaname="public"} 3 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_file",schemaname="public"} 9 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_integrations_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_intercompany_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_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"} 4 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_releases",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_report",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_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_device",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_user_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_window_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwf_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_cashup_sync",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_pcataloguelines",schemaname="public"} 25 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"} 39231 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_store_dailyops",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_till",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_till_login_logout",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 1 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 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"} 23 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 8 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"} 8 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="lgs_fuel_indent",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_costing_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_inventory",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_inventoryline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_movement",schemaname="public"} 147 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_movementline",schemaname="public"} 1812 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"} 2 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"} 23 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"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_replenishment_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"} 36 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"} 5 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 8 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_storagebin",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_transferissue",schemaname="public"} 14 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 165 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_transferorder",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 3 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 1 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_transferrequest",schemaname="public"} 67 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 409 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_warehouse",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_wastage",schemaname="public"} 4 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_wastageline",schemaname="public"} 83 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ntn_menu_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="orders",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_invoice",schemaname="public"} 2 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_invoice_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_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_invoicelinetax",schemaname="public"} 4 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 2028 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"} 19 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"} 233 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"} 1836 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 11900 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"} 373 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"} 1 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"} 4636 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"} 3 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_estimate",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_invoice",schemaname="public"} 10 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_invoiceline",schemaname="public"} 51 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 1 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"} 623 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 252045 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_order",schemaname="public"} 85 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"} 199 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_orderline",schemaname="public"} 30 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 78 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"} 27 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 1886 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 131870 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"} 4 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="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 43687 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 44 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"} 198 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_candidate_document",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_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_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_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_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_pay_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_payslip",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_platform",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_scorecard",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_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"} 2 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_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 455 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"} 1 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_file",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_integration_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"} 131 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_integrations_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_intercompany_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_master_data_config",schemaname="public"} 13 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"} 5 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"} 1 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"} 133001 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"} 1 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"} 20 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 19 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 78 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"} 9 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"} 70124 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_sqlquery_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_table_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_taxcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_user",schemaname="public"} 38 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"} 379134 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_user_device",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_user_meta",schemaname="public"} 1784 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_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 505 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 4 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"} 244 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_cashup_sync",schemaname="public"} 385 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"} 10101 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 2936 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"} 3 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 583 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"} 31127 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"} 40 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 21 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 1368 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_loyalty_transaction",schemaname="public"} 6 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 53 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"} 1345 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"} 3 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 103936 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 1 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_store_dailyops",schemaname="public"} 1669 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 2213 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"} 26829 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"} 668 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 11141 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"} 8 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 3342 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 8 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 689 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"} 628 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 807 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 40123 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 4 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 8 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"} 536 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_payment",schemaname="public"} 508 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"} 74767 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 2 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 38442 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 3 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"} 37932 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="lgs_fuel_indent",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="lgs_vehicle_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_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_inventory",schemaname="public"} 6770 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 14 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"} 21 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_material_request",schemaname="public"} 240 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_movement",schemaname="public"} 7796 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_movementline",schemaname="public"} 91 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"} 1 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"} 2 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"} 4034 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"} 32 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_product_category",schemaname="public"} 29 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"} 3 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_product_images",schemaname="public"} 2 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_product_visibility_rules",schemaname="public"} 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"} 9684 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"} 167 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"} 161843 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"} 1 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"} 413683 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 14437 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 17 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_storagebin",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 7039 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_transferissue",schemaname="public"} 7671 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 4601 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.821003e+06 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 51557 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 159929 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 2964 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 8 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.382487e+06 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 24557 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_warehouse",schemaname="public"} 2 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"} 582 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"} 77 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"} 229 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"} 42 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"} 21 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"} 3025 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"} 7 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_order",schemaname="public"} 18833 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"} 3898 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"} 162 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"} 19 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"} 21 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"} 21 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"} 20 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"} 136863 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"} 4637 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"} 311938 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"} 29 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"} 0 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"} 13 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_estimate",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_inv_settlement",schemaname="public"} 165 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 36 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_invoice",schemaname="public"} 97880 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_invoiceline",schemaname="public"} 279 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 29 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_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_order",schemaname="public"} 202482 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"} 164231 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_orderline",schemaname="public"} 40882 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 78 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"} 131 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 88151 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"} 68 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="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 399 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 366 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"} 758 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="brand",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_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_candidate_document",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_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_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_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_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_pay_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_payslip",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_platform",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_scorecard",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_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"} 662 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"} 10 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_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 1.013333e+06 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 4622 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 328 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_client_apps",schemaname="public"} 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_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_doctype",schemaname="public"} 1 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"} 2 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_file",schemaname="public"} 915 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"} 115 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 14290 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_integrations_config",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_intercompany_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_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"} 1 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"} 10 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_process_log",schemaname="public"} 129132 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 5434 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 100425 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"} 1790 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_releases",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_report",schemaname="public"} 4 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 8 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 4 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"} 39 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 1 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"} 1 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_sqlquery_log",schemaname="public"} 712 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"} 8 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 9 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 395131 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 9 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_user_device",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_user_meta",schemaname="public"} 4 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"} 5 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_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 514 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 13 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"} 5 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwf_workflow_eventstore",schemaname="public"} 536 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 90 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 4 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_cashup_sync",schemaname="public"} 388 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"} 24029 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"} 4190 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 15044 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"} 9394 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 15915 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"} 9 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 22 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 365 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_loyalty_transaction",schemaname="public"} 1434 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 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"} 248 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"} 39119 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"} 39156 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 47990 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_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_revenue_category",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"} 234 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 375 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"} 11896 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 3228 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"} 408 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"} 4132 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 10332 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 8324 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"} 501 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 37 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 1016 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_payment_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_wallet_trx",schemaname="public"} 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"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_funds_transfer",schemaname="public"} 232 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 10 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 13 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 9 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 16 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 592 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 18903 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_lin_pinv_tds",schemaname="public"} 4 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 7 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"} 4 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"} 523 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"} 518 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"} 216 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"} 39246 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 39245 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 72348 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 39320 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"} 40259 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="hsncode",schemaname="public"} 4 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="lgs_fuel_indent",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="lgs_task",schemaname="public"} 944 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_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_coupon_sales",schemaname="public"} 1 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"} 1073 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 24 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"} 73 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 244 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"} 4847 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_material_request",schemaname="public"} 461 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_movement",schemaname="public"} 3669 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_movementline",schemaname="public"} 17052 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"} 13 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"} 100 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 1 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"} 280 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_product_category",schemaname="public"} 3 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"} 3 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_product_meta",schemaname="public"} 16 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"} 496 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"} 3050 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"} 39032 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"} 90585 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"} 1525 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 986 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 13932 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_storagebin",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 134 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"} 418045 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"} 2359 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 36692 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"} 2242 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 29283 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 29277 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 1608 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 23063 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"} 2344 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 29924 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_visibility_category",schemaname="public"} 6 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_warehouse",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_wastage",schemaname="public"} 140 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"} 3281 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"} 4 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"} 4 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"} 37 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"} 1 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"} 227 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"} 949 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_invoicelinetax",schemaname="public"} 1279 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 2373 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"} 477 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"} 2960 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"} 4971 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 12585 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"} 76 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 177 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"} 9 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"} 12 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"} 9 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"} 232365 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"} 41002 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"} 4636 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"} 13 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"} 14 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 6 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_customer_category",schemaname="public"} 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"} 3 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 5 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 42 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_estimate",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_inv_settlement",schemaname="public"} 30 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 73 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_invoice",schemaname="public"} 39053 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_invoiceline",schemaname="public"} 90117 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 42229 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 24 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 180703 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 330907 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_order",schemaname="public"} 40080 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"} 181236 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_orderline",schemaname="public"} 92391 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 2050 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_orderline_meta",schemaname="public"} 1166 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 1125 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 118425 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 186748 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"} 52 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 25 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="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 44541 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 62 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"} 220 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_candidate_document",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_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_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_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_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_pay_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_payslip",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_platform",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_scorecard",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_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"} 3 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_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 656 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"} 1 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_file",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_integration_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"} 133 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_integrations_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_intercompany_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_master_data_config",schemaname="public"} 13 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"} 5 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_metrics_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_paymentterm",schemaname="public"} 1 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_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"} 138246 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"} 1 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"} 20 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 20 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 78 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"} 9 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"} 70179 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_sqlquery_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_table_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_taxcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_user",schemaname="public"} 45 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"} 393241 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_user_device",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_user_meta",schemaname="public"} 1786 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_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 506 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 4 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 256 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_cashup_sync",schemaname="public"} 388 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"} 10739 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 4305 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"} 3 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 1617 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"} 31339 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"} 44 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 22 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 1434 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_loyalty_transaction",schemaname="public"} 7 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 71 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"} 3967 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"} 3 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 111701 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 1 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_store_dailyops",schemaname="public"} 2094 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 2316 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"} 26975 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"} 706 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 11263 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"} 8 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 4740 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 18 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 874 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"} 667 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 1016 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 40259 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 6 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 9 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"} 579 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_payment",schemaname="public"} 518 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"} 117747 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 39193 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 78334 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 12 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"} 40259 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="lgs_fuel_indent",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="lgs_vehicle_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_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_inventory",schemaname="public"} 6980 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 16 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"} 23 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_material_request",schemaname="public"} 382 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_movement",schemaname="public"} 8068 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_movementline",schemaname="public"} 104 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"} 1 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"} 2 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"} 4095 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 2 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"} 40 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_product_category",schemaname="public"} 149 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"} 3 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_product_images",schemaname="public"} 3 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_product_visibility_rules",schemaname="public"} 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"} 10378 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"} 956 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"} 168236 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"} 1 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"} 416520 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 14937 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 19 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_storagebin",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 7259 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_transferissue",schemaname="public"} 7833 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 23032 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.888104e+06 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 67366 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 175348 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 3165 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 35 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.906582e+06 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 48288 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_warehouse",schemaname="public"} 2 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_wastage",schemaname="public"} 600 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"} 102 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"} 262 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"} 42 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"} 22 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"} 3232 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"} 8 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_order",schemaname="public"} 19591 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"} 5345 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"} 177 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"} 20 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"} 21 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"} 21 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"} 107 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"} 145427 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"} 4637 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 4636 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"} 312034 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"} 9273 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"} 32 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"} 0 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"} 42 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_estimate",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_inv_settlement",schemaname="public"} 175 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 42 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_invoice",schemaname="public"} 159543 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_invoiceline",schemaname="public"} 317 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 61 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_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_order",schemaname="public"} 289224 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"} 186762 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_orderline",schemaname="public"} 85712 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 144 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"} 1028 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 92902 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"} 74 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="ai_ocr_settings",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ai_ocr_settings_lines",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="api_key",schemaname="public"} 701 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 42533 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 314610 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="b2c_customer_credit_trx",schemaname="public"} 23464 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="b2c_customer_meta",schemaname="public"} 340153 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="b2c_customer_uuid",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="brand",schemaname="public"} 2.988763e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="c_bp_taxcategory",schemaname="public"} 15 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="c_region",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cdr_discounts_promotions",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cdr_event_store",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cdr_feedback",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cdr_messaging_platforms",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cdr_receipts",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cdr_social_media",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cdr_template",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cdr_terms_conditions",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_accommodation_type",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_acting_appnt",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_action_taken",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_admin_tasks",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_airticket",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_airticket_allowance",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_airticket_history",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_airticket_provision",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ap_checklist",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ap_errorlog",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ap_history",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ap_punch_checklist",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ar_empcat",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_attendance_month",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_attendance_process",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_attendance_punch",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_attendance_rule",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_attendance_status",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_attendance_year",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_bank_info",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_behaviour",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_behaviour_type",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_bonus_allocation",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_bonus_policy",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_bonus_processing",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_bonus_processing_line",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_breaks",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_candidate_document",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_candidates",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_certificate_prefer",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_claim_request",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_claim_request_attachment",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_company_accommodation",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_course",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_course_category",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_course_competency",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_course_cost",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_course_enrollment",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_course_job",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_course_schedule",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_declare_oi",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_deductions",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_delegation",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_department",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_dependants",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_dept_team",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_division",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ed_accrual",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ed_history",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_acting_appnt",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_address",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_adminassets",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_agreement",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_assessment",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_attendance",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_attendance_view",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_benefits",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_contribution",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_deductions",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_delegation",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_dependents",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_details",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_documents",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_docverification",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_empr_contr",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_emprc_payment",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_exit_checklist",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_itassets",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_leave_adjust",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_leave_ob",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_legaltransfer",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_loan",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_passport",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_pay_head",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_pay_head_view",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_payslip",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_personal",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_punch",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_sal_pay_component",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_salary",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_salary_ctc",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_shift",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_transfer",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_uniform_request",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_empid_config",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_employee",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_employee_accommodation",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_employee_audit_log",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_employee_category",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_employee_education",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_employee_experience",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_employee_job_info",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_employee_leave_info",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_employee_resignation",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_employee_tax_calculation",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_employee_tax_profile",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_employee_tax_profile_deduction",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_employee_tds_ledger",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_employee_tds_ledger_summary",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_employee_transfer",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_encash_details",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_enroll_attendance",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_enroll_course",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_enrollment",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_eos",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_eos_checklist",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_eos_discussion",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_eos_emp_feedback",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_eph_accrual",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_eph_history",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ethnicrace",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_evaluation_type",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_exemption",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_exit_checklist",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_expense_config",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_expense_type",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_expensereq_lines",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_final_settlement",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_final_settlement_line",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_formula",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_formulakey",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_holiday",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_holiday_type",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hr_alert_config",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hr_alert_dept",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hr_alert_emp",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hr_broadcast",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hr_expense_request",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hr_integration_config",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hr_mypendingtask",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hr_payroll_quarter",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hr_reapply_config",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hr_settings",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hr_settings_gratuity",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hr_settings_wps",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hrglobal_config",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hrglobal_disciplinary",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hrglobal_manpower",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hrglobal_onboard",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hrglobal_performance",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hrglobal_training",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hrrequest",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_id_classification",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_id_config",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_import_attendance",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_incentive",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_increment_policy",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_increment_proposal",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_interview_feedback",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_interview_round",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_interviews",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_investment_declaration",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_investment_declaration_line",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_jd_assesstype",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_job",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_job_application",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_job_description",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_job_offer",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_job_offer_template",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_job_platform",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_job_posting",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_job_requisition",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_job_role",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_job_transfer",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_jobcode_view",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_kra",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_la_empcat",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_la_employee",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_la_org",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_la_pg",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_la_yos",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_leave",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_leave_accrual_history",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_leave_adjust",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_leave_allocation",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_leave_approval_view",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_leave_encash",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_leave_ob",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_leave_policy",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_leave_policy_accrual",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_leave_policy_definition",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_leave_request",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_letter",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_offcycle_run",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_offcycle_run_component",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_onboarding",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_onboarding_basicinfo",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_onboarding_checklist",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_onboarding_checklist_template",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_onboarding_documents",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_onboarding_tasks",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ot_leave_balance",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ot_leave_transaction",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ot_preference",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ot_rules",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_otherincome",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_passport",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_pay_component",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_pay_grade",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_pay_group",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_pay_head",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_payprocess_rule",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_payroll_process",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_payroll_revcycle",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_payroll_settings",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_payslab",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_payslip",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_payslip_component",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_payslip_supplementary_slips",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_pendingothrs",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_pendingpay_components",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_perform_review",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_period",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_pio_details",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_platform",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_position_control",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_pp_checklist",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_pp_consolidated_account",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_pp_consolidated_account_view",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_pp_emp",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_pp_emp_pay_component",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_pp_invoice",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ppe_add",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ppe_arrears",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ppe_cc",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ppe_ded",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ppe_emp_contribution",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ppe_loan",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ppr_dept",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ppr_emp",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ppr_empcat",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ppr_org",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ppr_paygrade",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_probation_confirm",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_probation_history",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_prof_taxline",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_professional_tax",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_provision",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_punch_type",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_report_incident",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_resignation",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_resolution_hist",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_responsibilities",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_retropay",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_rh_action",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ri_discussion",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ri_history",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_rid_attendee",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_rp_element",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_rp_emp",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_rp_emp_deductions",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_rp_emp_earnings",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_salary_proposal",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_salary_revision_request",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_salary_template",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_salary_template_line",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_scorecard",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_section",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_section_group",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_selfservice_category",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_selfservice_employee",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_shift",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_shift_days",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_shift_policy",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_shift_roaster",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_shift_rotation",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_shift_team",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_shift_team_config",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_shift_type",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_skill_preference",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_slab",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_slabline",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_sp_add",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_sp_contribution",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_sp_deduction",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_sr_history",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_st_deductions",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_st_earnings",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_tax_regime",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_tax_regime_deductions",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_tax_slabs",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_tds",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_tds_declaration",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_tds_deduction",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_tds_hra",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_tds_rule",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_tdsline",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_team",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_team_emp",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_tour",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_tour_request",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_training_feedback",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_training_feedback_line",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_training_question",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_training_schedule",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_training_schedule_feedback",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_visa_type",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_weekends",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_weeknumber",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_weekoff_type",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_wfh_request",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_work_location",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_year",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="commerce_cart",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="commerce_cart_line",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cprf_set_scores",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_account",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_activity",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_camp_recipients",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_camp_settings",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_campaign_coupon_config",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_campaign_log_detail",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_campaign_logs",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_campaign_message_schedule",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_campaigns",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_comm_template_config",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_comm_templates",schemaname="public"} 2086 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_contact",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_email_template",schemaname="public"} 33 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"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_opportunity",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_retail_segment_customers",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_sale",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_seglist",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_segment_behaviors",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_segment_rules",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_social_post",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_social_postline",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_stream",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_task",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_webinar",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_webinar_commschedule",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_webinar_log",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_webinar_notification_list",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_webinar_platform",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_airflow_dags",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_alert",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_alert_conditions",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_alerts_recipients",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_alternative_uom",schemaname="public"} 773594 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_announcement",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_api_builder_schema",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_app_access",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_app_setup",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_ar_adjustmenttype",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_audit_config",schemaname="public"} 3662 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 9364 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 16 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 24336 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_batch_register",schemaname="public"} 4670 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_bunit",schemaname="public"} 3.1484818e+07 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_bunit_delivery_pincodes",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_bunit_location",schemaname="public"} 473956 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_bunit_meta",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_bunit_notifications",schemaname="public"} 622 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_bunit_type_mapping",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_city",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_client",schemaname="public"} 1.8115277e+07 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_client_applications",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_client_apps",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_country",schemaname="public"} 2.248549e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_cur_denomination",schemaname="public"} 3487 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_currency",schemaname="public"} 5.188269e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 3227 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_dag_taskscheduler",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_dag_taskscheduler_logs",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_data_load_config",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_data_lock_override_role",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_data_lock_override_user",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_data_lock_rule",schemaname="public"} 378473 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_data_lock_rule_role",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_data_lock_rule_status",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_data_lock_rule_user",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_data_validator_settings",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_datasource",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_division",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_doctype",schemaname="public"} 1.0535888e+07 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_doctype_template",schemaname="public"} 6811 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_dw_tasks",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_event_alerts",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_favourites",schemaname="public"} 662 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_file",schemaname="public"} 3516 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 134 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_integration_audit_log",schemaname="public"} 16 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_integration_datamapping",schemaname="public"} 623712 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_integration_error_logs",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 29581 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_integrations",schemaname="public"} 29654 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_integrations_config",schemaname="public"} 19 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_intercompany_config",schemaname="public"} 132 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_language",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_license_policy",schemaname="public"} 2097 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_log_retention_settings",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_log_retention_settings_log",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_master_data_config",schemaname="public"} 4315 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_master_data_config_history",schemaname="public"} 15 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_menu",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_menu_group",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_menu_schema",schemaname="public"} 107 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_messages",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_metrics_schema",schemaname="public"} 54 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_mobile_report_access",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_mobile_role",schemaname="public"} 7428 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_mobile_role_apps",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_mobile_window_access",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_module",schemaname="public"} 2984 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_nearbystores",schemaname="public"} 46 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_notification_recipients",schemaname="public"} 578 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_paymentterm",schemaname="public"} 2.398585e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_permission_group",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_permission_group_access",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_permission_group_set",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_permission_log",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_permission_set",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_permission_set_access",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_print_template",schemaname="public"} 6530 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_print_template_query",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_process",schemaname="public"} 2724 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_process_access",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_process_log",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 7025 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_process_rundetail",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_process_schema",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_process_window",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_process_window_access",schemaname="public"} 1723 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_process_window_schema",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_producttour_config",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_producttour_log",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_reference_schema",schemaname="public"} 74133 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 124 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_region",schemaname="public"} 2.251332e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_releases",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_releases_history",schemaname="public"} 16 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_report",schemaname="public"} 75 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 86 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_report_job",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 3997 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_returnreason",schemaname="public"} 123143 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_role",schemaname="public"} 16767 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_scheduled_alerts",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_sequence",schemaname="public"} 4536 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_sqlquery_log",schemaname="public"} 23 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_stockentry_controls",schemaname="public"} 14 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"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_table_schema",schemaname="public"} 10879 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_task",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_tax",schemaname="public"} 1.959009e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_tax_acct",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_taxcategory",schemaname="public"} 683174 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_taxzone",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_tenant_accounting_preferences",schemaname="public"} 40584 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_tenant_purchase_preferences",schemaname="public"} 17265 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_timezone",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_uom",schemaname="public"} 9.342442e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_uom_conversion",schemaname="public"} 18 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_user",schemaname="public"} 33427 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 1.086438e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 15 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 821813 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_user_device",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_user_division_access",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_user_locale",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_user_meta",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_user_mfa",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_user_policy_settings",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_user_preference",schemaname="public"} 322 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_user_session",schemaname="public"} 15 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_user_session_activity",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_user_warehouse_access",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_views",schemaname="public"} 44792 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_webhooks",schemaname="public"} 38927 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_window",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 32 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_window_emailtemplate",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_window_process",schemaname="public"} 16620 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_window_rules",schemaname="public"} 32 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_window_rules_validation",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_window_schema",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cw_auth_token",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_cafeteria_banners",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_cafeteria_restaurants",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_channel",schemaname="public"} 17 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_company",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_company_cafeterias",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_company_city",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_company_preferences",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_config",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_order",schemaname="public"} 74436 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_order_activity",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_order_feedback",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_order_meta",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_orderline",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_orderline_addons",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_orderstatus_history",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_restaurant_timeslot",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_store_holidays",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_store_timings",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_stores_config",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwcs_subscrgrp",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwcs_subscrgrp_frequency",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwcs_subscrgrp_products",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwcs_subscrgrp_settings",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwcs_subscription",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwcs_subscription_addon",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwcs_subscription_logs",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwcs_subscription_payments",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwcs_subscription_schedule",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwcs_subscription_scheduleline",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwcs_subscription_shipping",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwcs_subscriptionline",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwcs_subscriptionline_disc",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwf_emailtemplate",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwf_events",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwf_wfapprovals",schemaname="public"} 15 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwf_wftasklist",schemaname="public"} 33 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwf_wftasks",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwf_workflow",schemaname="public"} 18816 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 62 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 380677 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwf_workflow_approvals_template",schemaname="public"} 19 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwf_workflow_approvers",schemaname="public"} 1116 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwf_workflow_eventstore",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 19486 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwp_idea",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwp_idea_notes",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwp_milestone",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_assurance",schemaname="public"} 29 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_assurance_line",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_collection",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_collection_line",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_collection_product",schemaname="public"} 17 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_control",schemaname="public"} 17 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_control_line",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_inspection",schemaname="public"} 27 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_inspection_rule",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_inspection_task",schemaname="public"} 409342 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_inspection_workflow",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_inspection_workflow_line",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_inspectionline_task",schemaname="public"} 8971 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_inspectionlinetask_param",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_parameters",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_parameters_grp",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_quality_engineer",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_quality_sub_workflow",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_quality_workflow",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_quality_workflowline",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_qualitycheck_type",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_sub_workflow_action",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_sub_workflow_activity",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_template",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_additional_charges",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_b2c_customer_segment",schemaname="public"} 496 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_cashup_sync",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_configurations",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_customer_config",schemaname="public"} 1081 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_customer_group",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_customer_login",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_customer_notification",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_day_end_template",schemaname="public"} 2022 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_discount_request",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_discount_request_activity",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_ecom_ref",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_evaluation_script",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_events",schemaname="public"} 1154 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_expiry_discount_product",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_expiry_discount_range",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_expiry_discount_template",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_floor",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_kot",schemaname="public"} 99 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_kot_activity",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_menu_type",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_order",schemaname="public"} 3467 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 1558 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_order_merge",schemaname="public"} 2610 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_order_meta",schemaname="public"} 1501 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 1501 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_production_center",schemaname="public"} 588864 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_production_center_access",schemaname="public"} 40790 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_section",schemaname="public"} 1146 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_table",schemaname="public"} 870 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_table_reservation",schemaname="public"} 32 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_table_status",schemaname="public"} 63713 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_waitlist",schemaname="public"} 33 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_feedback",schemaname="public"} 99 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_feedback_template",schemaname="public"} 6845 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_feedback_template_line",schemaname="public"} 3058 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_gift_config",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_gift_voucher",schemaname="public"} 99 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_giftcard",schemaname="public"} 17530 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_giftcard_payment_preference",schemaname="public"} 5430 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 197 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_giftcard_type",schemaname="public"} 2654 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 18111 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_image_library",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_ingredients",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_loyalty_accumulation",schemaname="public"} 2161 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_loyalty_accumulation_category",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_loyalty_accumulation_product",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_loyalty_brand_scope",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_loyalty_category_scope",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_loyalty_channel_scope",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_loyalty_event_calendar",schemaname="public"} 553 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 72254 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 35320 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_loyalty_prod_cat",schemaname="public"} 4223 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_loyalty_redemption",schemaname="public"} 2161 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_loyalty_settings",schemaname="public"} 6277 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_loyalty_tier_scope",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_loyalty_transaction",schemaname="public"} 92647 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_menutimeslot",schemaname="public"} 1525 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_mystore",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_payment_method_correction",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_payment_method_correction_line",schemaname="public"} 94 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_payment_provider_logs",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_payment_providers",schemaname="public"} 2202 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_payment_receipt",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_paymentmethod",schemaname="public"} 97104 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 769600 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 385166 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 4288 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pcatalogue_timeslot",schemaname="public"} 102 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pcataloguelines",schemaname="public"} 23716 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 772 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 69673 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pos_cart",schemaname="public"} 1678 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 85820 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 24888 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pos_salesummary",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pos_salesummary_line",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pos_scanconfig",schemaname="public"} 2594 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pos_sequence_rule",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pos_till_health",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 42886 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 1786 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 9175 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_recipe_bunit",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 98032 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_revenue_category",schemaname="public"} 1071 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_rules",schemaname="public"} 1100 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 531667 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_saletype_charge",schemaname="public"} 3476 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_saletype_paymentmethod",schemaname="public"} 23219 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_sevent",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_sevent_rule",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_sevent_run",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_store_checklist",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_store_config",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_store_dailyops",schemaname="public"} 17405 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 21296 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_store_discount",schemaname="public"} 24 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 241 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_store_preferences",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_till",schemaname="public"} 4869 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_till_access_meta",schemaname="public"} 3164 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 39971 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_till_log",schemaname="public"} 39 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_till_login_logout",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 1056 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 2598 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 15787 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 27487 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_tillcash_tax_info",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_tillcashin_out",schemaname="public"} 28 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 3228 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 1030 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_wallet",schemaname="public"} 41109 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_wallet_payment_settings",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_wallet_settings",schemaname="public"} 1368 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_wallet_topup",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_wallet_trx",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cws_ticket",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cws_ticket_activity",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cww_mobilew_role",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cww_task",schemaname="public"} 120 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 259 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cww_tasklinedetail",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwx_customer_enrollment",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwx_customer_user",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwx_payment_method",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ds_channel",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ds_channel_frames",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ds_media",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ds_player_channel",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ds_players",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ds_playlist_details",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ds_playlists",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ds_schedules",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ds_tray_events",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="email_source",schemaname="public"} 2024 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="exdhrm_newjoineeconfig",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset",schemaname="public"} 33 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_alert_log",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_allocation_rule",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_audit",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_category",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_class",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_custo_transfer",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_depreciation_schedule",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_disposal",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_history",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_issue",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_loc_transfer",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_proposal",schemaname="public"} 16 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_proposal_line",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_registration",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_return",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_rule_line",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_sub_category",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_subclass",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_type",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_depreciation_method",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_depreciation_posting",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_depreciation_rule",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_loc_building",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_loc_floor",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_loc_room",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_provisional_asset",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_account",schemaname="public"} 1418 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 33 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_acct_config_fixedasset",schemaname="public"} 29 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_acct_config_general",schemaname="public"} 29 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_acct_config_intercompany",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_acct_config_inventory",schemaname="public"} 30 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_acct_config_production",schemaname="public"} 29 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_acct_config_purchasing",schemaname="public"} 29 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_acct_config_rules",schemaname="public"} 29 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_acct_config_sales",schemaname="public"} 30 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 29 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_adv_payment",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_adv_receipt",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_ammortization",schemaname="public"} 27 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_ammortization_line",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_bank_connector",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_budget",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 4842 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 17 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_coa",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_distribution_lines",schemaname="public"} 16 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 1934 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_expense_allocation_run",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 4016 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 346 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 1692 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_financial_acct_config",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_funds_transfer",schemaname="public"} 664 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 78 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_isd_distribution_config",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_isd_summary",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_isd_summary_lines",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_journal",schemaname="public"} 16 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 56 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 354505 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 2036 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 25 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 2955 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 3156 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_pinv_tds",schemaname="public"} 3492 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_pur_inv_tcs",schemaname="public"} 16 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_sal_inv_tcs",schemaname="public"} 30 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 1568 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_tcs_rate",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_tcs_section",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_tcs_setup",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_tcs_trx_history",schemaname="public"} 24 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_tds_history",schemaname="public"} 21 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 613568 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"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_pay_pglogs",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_pay_pgtransaction",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_payment",schemaname="public"} 461 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_payment_advice",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_payment_advice_line",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_payment_proposal",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_payment_proposal_approval",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_payment_proposal_line",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 5033 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 2.225653e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 838 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 20 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 132 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_period",schemaname="public"} 247 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_period_audit_logs",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_period_closing_checklist",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_period_control",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 568 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 39274 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 1111 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 7218 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 80547 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="flyway_schema_history",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="hsncode",schemaname="public"} 331 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="lgs_fuel_fill_trx",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="lgs_fuel_indent",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="lgs_gatepass",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="lgs_gatepass_line",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="lgs_gatepass_log",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="lgs_provider",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="lgs_route_details",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="lgs_task",schemaname="public"} 571 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="lgs_task_activity",schemaname="public"} 15 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="lgs_vehicle",schemaname="public"} 2425 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="lgs_vehicle_drivers",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="lgs_vehicle_make",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="lgs_vehicle_model",schemaname="public"} 408 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="lgs_vehicle_type",schemaname="public"} 408 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="line_tab",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="list_contacts",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_addon",schemaname="public"} 343 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_addon_group",schemaname="public"} 1254 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_attribute",schemaname="public"} 16 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"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_autoconsumption_config",schemaname="public"} 18 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_batch",schemaname="public"} 3.369616e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_batch_attribute",schemaname="public"} 14 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"} 2.1440026e+07 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 25 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_batch_subproduct",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_bom",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_bom_line",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_categories_products",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_cost_adjustment",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_cost_adjustment_line",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_costing_log",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_costing_preferences",schemaname="public"} 339 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_coupon_provider",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_coupon_sales",schemaname="public"} 98 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_custom_attribute",schemaname="public"} 37 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_custom_attribute_fields",schemaname="public"} 16 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_internal_consumption",schemaname="public"} 20 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_internal_consumptionline",schemaname="public"} 18 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_invcount_sch_stores",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_inventory",schemaname="public"} 7707 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 8588 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_inventory_count_schedule",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_inventory_issue",schemaname="public"} 16 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 18 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_inventory_receipt",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_inventory_receiptline",schemaname="public"} 18 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_inventory_threshold_categories",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_inventory_threshold_products",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_inventory_threshold_rules",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_inventoryline",schemaname="public"} 18 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_inventorylinedetails",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_issue_type",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_item_companion_rule",schemaname="public"} 2579 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_item_companion_rule_line",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_material_request",schemaname="public"} 1611 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_movement",schemaname="public"} 4445 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_movementline",schemaname="public"} 58732 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_movementlinedetails",schemaname="public"} 2130 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_activity",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_additional_info",schemaname="public"} 1149 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_approval",schemaname="public"} 1181 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_b2c_customer",schemaname="public"} 1148 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_b2c_segment",schemaname="public"} 1148 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_brand",schemaname="public"} 1148 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_bunit",schemaname="public"} 1148 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_catalogue",schemaname="public"} 7503 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_ccategory",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_coupon",schemaname="public"} 21 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_customer",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_expiry_discount",schemaname="public"} 1148 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_payment",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_pcategory",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_quantity",schemaname="public"} 1148 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_xproduct",schemaname="public"} 1192 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_yproduct",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricingrule",schemaname="public"} 27786 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricingrule_coupon_rule",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_prodaddon_attribute",schemaname="public"} 15 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product",schemaname="public"} 389163 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 589153 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product_attribute",schemaname="public"} 4.853901e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product_bom",schemaname="public"} 494359 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product_category",schemaname="public"} 46704 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product_category_acct",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product_category_attr",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product_divisions",schemaname="public"} 343923 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product_group",schemaname="public"} 617604 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product_images",schemaname="public"} 39 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product_manufacturer",schemaname="public"} 1525 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product_manufacturing",schemaname="public"} 25 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product_meta",schemaname="public"} 4243 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product_purchase",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product_visibility_rules",schemaname="public"} 71263 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product_warranty",schemaname="public"} 24 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_purchase_pricing",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_purpricing_bunit",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_purpricing_pcategory",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_purpricing_product",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_purpricing_scategory",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_purpricing_supplier",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_receipt",schemaname="public"} 12016 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_receipt_lc",schemaname="public"} 17 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_receipt_meta",schemaname="public"} 38 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_receiptline",schemaname="public"} 170519 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_receiptline_bom",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_receiptline_meta",schemaname="public"} 19 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_receiptlinedetails",schemaname="public"} 3064 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_replenishment",schemaname="public"} 19 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_replenishment_bunit",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_replenishment_notification",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_replenishment_pcategories",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_replenishment_products",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_replenishment_rules",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_replenishment_scategories",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_replenishment_suppliers",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_rfid_tag",schemaname="public"} 1072 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_rfid_tag_history",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_shipment",schemaname="public"} 51701 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_shipment_charges",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_shipment_meta",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_shipmentline",schemaname="public"} 124 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_shipmentline_bom",schemaname="public"} 20 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_shipmentline_meta",schemaname="public"} 20 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_shipmentlinedetails",schemaname="public"} 86 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_slowmover",schemaname="public"} 317339 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_stock",schemaname="public"} 38387 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 2640 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 13408 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_stock_reservation_rules",schemaname="public"} 1630 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_stockadj_reason",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_stockdetails",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_storage_group",schemaname="public"} 15 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_storagebin",schemaname="public"} 2.2589925e+07 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 155 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_tracker",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_trackertype",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_transaction",schemaname="public"} 42015 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_transactioncost",schemaname="public"} 34 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_transactiondetails",schemaname="public"} 25 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_transferissue",schemaname="public"} 12557 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 19086 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_transferissue_linedetails",schemaname="public"} 193 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_transferorder",schemaname="public"} 25385 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 52845 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 14579 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 14041 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 182 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_transferreceipt_linedetails",schemaname="public"} 15 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_transferrequest",schemaname="public"} 87166 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 184 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_tray",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_tray_history",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_unitcost",schemaname="public"} 4597 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_visibility_brand",schemaname="public"} 49138 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_visibility_category",schemaname="public"} 81795 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_visibility_group",schemaname="public"} 49138 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_visibility_product",schemaname="public"} 58922 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_wa_costing",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_wa_costing_logs",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_wa_product",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_warehouse",schemaname="public"} 1.6714693e+07 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_warehouse_access",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_warehouse_assignment_rules",schemaname="public"} 5479 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_warranty_claims",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_warranty_master",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_wastage",schemaname="public"} 5058 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_wastage_meta",schemaname="public"} 9614 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_wastageline",schemaname="public"} 19671 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_wastagelinedetails",schemaname="public"} 220 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="multitabchecking",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="myonlytest",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ntn_dashboard_designer",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ntn_dashboard_designer_filters",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ntn_dashboard_designer_kpi",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ntn_menu_designer",schemaname="public"} 1343 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ntn_metrics_designer",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 215 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ntn_report_designer_fields",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ntn_report_designer_filters",schemaname="public"} 18 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ntn_report_designer_sql",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ntn_window_designer",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_cashcollection",schemaname="public"} 97 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_companies",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_delivery_activity",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_delivery_shift",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_delivery_slot",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_delivery_tasks_proof",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_delivery_trip",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_driver_location_ping",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_driveravailability",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_drivers",schemaname="public"} 3149 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_order_timeline",schemaname="public"} 97 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_paymentgateway_logs",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_substitute_products",schemaname="public"} 17 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_taskline",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_taskline_meta",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_tasks",schemaname="public"} 97 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="orders",schemaname="public"} 30 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="otp_audit_log",schemaname="public"} 60 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ox_order",schemaname="public"} 86 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ox_order_meta",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ox_orderline",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_agent",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_contract",schemaname="public"} 1947 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_contract_line",schemaname="public"} 33 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_dn_settlement",schemaname="public"} 16 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_exp_settlement",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_in_settlement",schemaname="public"} 16 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_inv_settlement",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_inv_settlementline",schemaname="public"} 18 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_invoice",schemaname="public"} 31827 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_invoice_meta",schemaname="public"} 16 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 80965 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_invoiceline_bom",schemaname="public"} 15 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_invoiceline_meta",schemaname="public"} 15 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_invoicelinetax",schemaname="public"} 15201 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 1334 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_lc_type",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_order",schemaname="public"} 31000 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_order_lc",schemaname="public"} 30 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_order_meta",schemaname="public"} 30 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_orderline",schemaname="public"} 105160 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_orderline_bom",schemaname="public"} 248 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_orderline_meta",schemaname="public"} 247 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_orderlinetax",schemaname="public"} 21368 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 23466 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 263 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_pricelist",schemaname="public"} 499341 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_pricelist_version",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_productprice",schemaname="public"} 116662 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 23 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_requisition",schemaname="public"} 156571 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_requisition_line",schemaname="public"} 129340 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_rfq",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_rfq_supplier",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_rfqlines",schemaname="public"} 247 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_supplier",schemaname="public"} 124797 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_supplier_acct",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_supplier_address",schemaname="public"} 630 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_supplier_bank_account",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_supplier_bunit",schemaname="public"} 17 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 11787 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 25 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 243 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 16 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_workorder",schemaname="public"} 109 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_workorder_charges",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_workorder_issue",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 15 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_workorder_status",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_workorder_tracking",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 18 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="plm_design",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="plm_design_availability",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="plm_design_bom",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="plm_designer",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="plm_project",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="plm_task",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_application",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_bug",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_docs",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_feature",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_module",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_project",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_resources",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_skill",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_breederconfig",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_candling_rejection",schemaname="public"} 15 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_candling_rejectionline",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_farm_standards",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_flock",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_hatchery_config",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_hatchery_grading",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_livestock",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_machine",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_pullout",schemaname="public"} 15 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_pullout_vaccmed",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_pulloutline",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_setter",schemaname="public"} 15 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_setterline",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pos_summary_payment_breakup",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pos_summary_settled_payments",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pos_summary_tax_breakup",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_activity",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_bom_adj_lines",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_bom_adjustment",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 23833 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 16 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 162335 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_ioproductdetails",schemaname="public"} 387 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_operation",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_order",schemaname="public"} 216474 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_outproducts",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_pproducts",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_process",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_processic",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_prodindirectcost",schemaname="public"} 162467 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_product_conversion",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_product_convline",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_production_plan",schemaname="public"} 18 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 608 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 18 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 423 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_prun",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="preprod_fin_receiptplan_details",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="qrtz_blob_triggers",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="qrtz_calendars",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="qrtz_cron_triggers",schemaname="public"} 9288 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 9296 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 9287 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="qrtz_locks",schemaname="public"} 9291 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="qrtz_paused_trigger_grps",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="qrtz_scheduler_state",schemaname="public"} 312048 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="qrtz_simple_triggers",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="qrtz_simprop_triggers",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="qrtz_triggers",schemaname="public"} 66169 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_business_type",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 24 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_customer",schemaname="public"} 7154 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_customer_acct",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_customer_address",schemaname="public"} 467190 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 48 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_customer_bankacct",schemaname="public"} 24 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_customer_category",schemaname="public"} 959989 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_customer_category_products",schemaname="public"} 16 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_customer_contact",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 337 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 24 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_customer_settlement",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_daily_trip",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_daily_trip_activity",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_daily_trip_stop",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_daily_trip_stop_survey",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_dropship",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_dropship_line",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_estimate",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_fsm_home_config",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_in_settlement",schemaname="public"} 24 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_incentive_eligibility",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_incentive_plan",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_incentive_summary",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_industry_type",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_inv_settlement",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 329 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_invoice",schemaname="public"} 203349 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_invoice_integration",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_invoice_meta",schemaname="public"} 24 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_invoiceline",schemaname="public"} 428 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 17057 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 138 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 1920 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 181477 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_item_companion_trx",schemaname="public"} 84 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_joborder",schemaname="public"} 15 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_joborder_charge_config",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_joborder_checklist",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_joborder_estimation",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_joborder_estimation_line",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_joborder_images",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_joborder_line",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_joborder_part",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_joborder_service_type",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_joborder_services",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_joborder_status",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_joborder_task",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_journeyplan_sch_cust",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_journeyplan_scheduler",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_omni_sales_reconciliation",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_order",schemaname="public"} 510707 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 102 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 2998 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_orderline",schemaname="public"} 254 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 357381 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_orderline_meta",schemaname="public"} 31242 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 2156 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 136189 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 171464 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_packingslip_details",schemaname="public"} 99 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_pfinvoice",schemaname="public"} 132 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_pfinvoice_line",schemaname="public"} 20 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_pfinvoice_linetax",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_pfinvoice_tax",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_pricelist",schemaname="public"} 3.101012e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_pricelist_version",schemaname="public"} 20 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_productprice",schemaname="public"} 4020 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 125 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_quotation",schemaname="public"} 1761 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_quotation_line",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_quotation_line_addons",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_quotation_line_pricing_rule",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_quotation_linetax",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_quotation_tax",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_rfq",schemaname="public"} 574 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_rfqline",schemaname="public"} 16 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_route_payment_method",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_route_plan",schemaname="public"} 286 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_route_plan_stop",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_sales_rep_location",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_salesrep",schemaname="public"} 1.739847e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_service_bill",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_service_bill_line",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_service_center_notifications",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_service_checklist",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_service_inventory",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_service_location",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_service_movement",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_service_request",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_service_type",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_sr_inspection_data",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_sr_inspection_field",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_sr_inspection_option",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_sr_inspection_rule",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_sr_inspection_section",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_sr_inspection_template",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_subscription",schemaname="public"} 16 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_subscription_group",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_subscription_line",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_subscription_plan",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_survey_template",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_survey_template_lines",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_target",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_technician",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="seg_criteria",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="site_activity",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="site_categories",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="site_categories_list",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="site_forms",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="site_forms_schema",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="site_list",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="site_media",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="site_menu",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="site_menu_title",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="site_pages",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="site_posts",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="site_seo_metadata",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="site_settings",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="site_tags",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_device",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_eas_gate",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_eas_gate_users",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_eas_tag_data",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_feedback",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_fitting_events",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_fitting_room",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_location_users",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_reference",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_reference_activity",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_scan_data",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_scan_loc_type",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_scan_location",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_tag_meta",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_tag_transaction",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_tray",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_tray_estimation",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_tray_events",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_tray_products",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_tray_salesrep",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_tray_template",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="subline_tab",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="tenant_sales_preferences",schemaname="public"} 265 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="test_table",schemaname="public"} 33 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="v_next_assign_no",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_aisle",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_assigned_personnel",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_associated_equipment",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_bin_capacity",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_control_area",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_entity_profile",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_exception_action",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_level",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_operations",schemaname="public"} 109 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_rack",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_reservation",schemaname="public"} 14271 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_routing_control_area",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_routing_steps",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_routing_templates",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_strategy_entity",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_strategy_profile",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_task",schemaname="public"} 97 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_task_type",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_tolerance",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_uom_restrictions",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="webinar_settings",schemaname="public"} 14 # HELP pg_stat_user_tables_seq_tup_read Number of live rows fetched by sequential scans # TYPE pg_stat_user_tables_seq_tup_read counter pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="api_key",schemaname="public"} 1077 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 9.82038937e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 7.871867041e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="b2c_customer_meta",schemaname="public"} 1.340793204e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="brand",schemaname="public"} 5.972062e+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"} 8.064224e+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_candidate_document",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_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_feedback",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_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_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_pay_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_payslip",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_platform",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_scorecard",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_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"} 10430 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"} 99 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"} 261855 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_alternative_uom",schemaname="public"} 7.57403592e+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"} 3682 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"} 336 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_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_audit_config",schemaname="public"} 3.09439e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 6.6209009e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 50626 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 375916 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 1.00674873e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_batch_register",schemaname="public"} 121420 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_bunit",schemaname="public"} 1.223081514e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_bunit_location",schemaname="public"} 1.686943e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_bunit_notifications",schemaname="public"} 11196 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_client",schemaname="public"} 3.4912984e+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"} 1.4455614e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_cur_denomination",schemaname="public"} 31383 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_currency",schemaname="public"} 4.6694421e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 3227 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_doctype",schemaname="public"} 3.74626607e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_doctype_template",schemaname="public"} 231574 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"} 3239 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_file",schemaname="public"} 1.17122725e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 9782 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"} 2.4945861e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_integration_error_logs",schemaname="public"} 3969 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 5.6521131e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 89519 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_integrations",schemaname="public"} 29654 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_integrations_config",schemaname="public"} 7 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_intercompany_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_master_data_config",schemaname="public"} 8630 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"} 1330 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"} 7452 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"} 16902 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"} 7428 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"} 109524 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_nearbystores",schemaname="public"} 414 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_notification_recipients",schemaname="public"} 78030 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_paymentterm",schemaname="public"} 5.6263801e+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"} 195900 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_print_template_query",schemaname="public"} 4046 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_process",schemaname="public"} 339592 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_process_access",schemaname="public"} 17674 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_process_log",schemaname="public"} 4.6033023e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 1.051090936e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 3.1758413e+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"} 5180 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_process_window",schemaname="public"} 430 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_process_window_access",schemaname="public"} 43075 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_process_window_schema",schemaname="public"} 140 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"} 5.1369651e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 4.521282e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_region",schemaname="public"} 1.09248007e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_releases",schemaname="public"} 5368 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_releases_history",schemaname="public"} 9424 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_report",schemaname="public"} 30867 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 91667 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 5932 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 31976 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 7595 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_returnreason",schemaname="public"} 123143 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_role",schemaname="public"} 225785 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 10012 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"} 261103 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_sqlquery_log",schemaname="public"} 355774 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"} 1.5388442e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_task",schemaname="public"} 42 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_tax",schemaname="public"} 2.986707e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_tax_acct",schemaname="public"} 224 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_taxcategory",schemaname="public"} 4.696923e+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"} 40584 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_tenant_purchase_preferences",schemaname="public"} 17265 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"} 2.08810271e+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"} 4.118669e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 1.5575956e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 5.699164e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 3.44122849e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_user_device",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_user_meta",schemaname="public"} 1247 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"} 644 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"} 34570 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 47932 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"} 8.962372e+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"} 11284 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwf_events",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwf_workflow",schemaname="public"} 37478 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 1.684434e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 4.98105246e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwf_workflow_approvals_template",schemaname="public"} 19 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwf_workflow_approvers",schemaname="public"} 18670 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwf_workflow_eventstore",schemaname="public"} 190608 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 8.4446668e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 6285 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_cashup_sync",schemaname="public"} 158112 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"} 30330 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"} 5770 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"} 140 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_fb_kot",schemaname="public"} 3.8844044e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_fb_order",schemaname="public"} 1.4305065e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 2.0684506e+07 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"} 1.2252748e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 2.0846871e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_fb_production_center",schemaname="public"} 2.5714555e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_fb_production_center_access",schemaname="public"} 2.61056e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_fb_section",schemaname="public"} 11460 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_fb_table",schemaname="public"} 142361 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_fb_table_status",schemaname="public"} 1.0208163e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_feedback_template",schemaname="public"} 6845 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.4305671e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 106127 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_giftcard_type",schemaname="public"} 10382 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 71487 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"} 6483 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 1.686765203e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 94516 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"} 6483 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_loyalty_settings",schemaname="public"} 6277 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_loyalty_transaction",schemaname="public"} 2.485924003e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_payment_providers",schemaname="public"} 46242 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_paymentmethod",schemaname="public"} 1.3208971e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 2.5104345e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 1.155498e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 85760 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.15206695e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 31652 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 2.398673638e+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"} 424199 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 2.841405e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 1.1493772e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_pos_scanconfig",schemaname="public"} 7782 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 1.372352e+06 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"} 112518 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 192675 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_rules",schemaname="public"} 5500 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 3.532167e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_saletype_paymentmethod",schemaname="public"} 5.711874e+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"} 6.2005741e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 1.6704177e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_till",schemaname="public"} 291241 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_till_access_meta",schemaname="public"} 303744 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 4.398505047e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 1.114043e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_till_login_logout",schemaname="public"} 115625 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 20790 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 514736 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 1.293196863e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 3.002133e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 1.586086267e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_tillcashin_out",schemaname="public"} 394406 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 2.827156e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 2.4341062e+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_payment_settings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_wallet_trx",schemaname="public"} 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"} 413280 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 5.19636362e+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"} 6072 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"} 361180 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 1344 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 33 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"} 174 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"} 180 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"} 145 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"} 180 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 406 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"} 4842 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"} 112 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 1484 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"} 34 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"} 22597 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"} 68272 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 252 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 224 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 28857 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 234874 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"} 1.249801e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 99033 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 33432 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 2.448788872e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 5.830161e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 193732 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 8.961762e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 4.34702483e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 154 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_lin_pinv_tds",schemaname="public"} 186477 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 1.062315e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_lin_tds_history",schemaname="public"} 1116 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 6.135536e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 162 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"} 4.748372e+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"} 4.9632262e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 3.788526e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 5.054583e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 40 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 1320 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"} 336 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"} 3.28484459e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 4.0161010783e+10 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 3.93024978e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 2.788759307e+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"} 8.3531933391e+10 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="flyway_schema_history",schemaname="public"} 44352 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="hsncode",schemaname="public"} 93139 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="lgs_fuel_indent",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="lgs_task",schemaname="public"} 1.7665274e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="lgs_task_activity",schemaname="public"} 15 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="lgs_vehicle",schemaname="public"} 26504 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"} 56 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="lgs_vehicle_model",schemaname="public"} 2040 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="lgs_vehicle_type",schemaname="public"} 408 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"} 21862 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_addon_group",schemaname="public"} 511450 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"} 4.0433797e+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"} 4.2879786e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_costing_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_coupon_sales",schemaname="public"} 7970 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"} 756 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_inventory",schemaname="public"} 1.15384683e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 5.164342e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_inventory_count_schedule",schemaname="public"} 84 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_inventory_issue",schemaname="public"} 5961 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 24823 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_inventory_receipt",schemaname="public"} 2548 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_inventory_receiptline",schemaname="public"} 3618 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"} 3.203582e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_material_request",schemaname="public"} 4.746603e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_movement",schemaname="public"} 2.48332765e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_movementline",schemaname="public"} 6.328100645e+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"} 6894 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_pricing_approval",schemaname="public"} 20765 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"} 243199 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"} 475 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"} 329782 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"} 2.425936533e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 9.43274204e+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"} 6.321547428e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_product_category",schemaname="public"} 6.236833e+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"} 4.6428509e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_product_images",schemaname="public"} 7172 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"} 25600 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_product_meta",schemaname="public"} 4.519183e+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"} 926416 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"} 1.17356527e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_receiptline",schemaname="public"} 8.699989918e+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"} 4.3932121045e+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.62212133e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_stock",schemaname="public"} 2.066339206e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 4.5076656e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 1.439781172e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_storagebin",schemaname="public"} 1.82243762e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 565540 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_transaction",schemaname="public"} 1.40428379364e+11 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_transferissue",schemaname="public"} 6.76274334e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 1.4277266843e+10 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"} 1.613873337e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 2.4163501343e+10 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 8.925971397e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 8.0766797e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 1.34193323e+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"} 3.771062405e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 1.68582387e+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"} 2.4461238e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 5.495504e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_visibility_category",schemaname="public"} 5.157497e+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"} 1.15085903e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_warehouse",schemaname="public"} 1.288404947e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_warehouse_assignment_rules",schemaname="public"} 10958 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"} 1.1028439e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_wastageline",schemaname="public"} 7.68768317e+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"} 28 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ntn_dashboard_designer_filters",schemaname="public"} 98 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ntn_dashboard_designer_kpi",schemaname="public"} 112 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ntn_menu_designer",schemaname="public"} 69478 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"} 9576 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ntn_report_designer_fields",schemaname="public"} 1540 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ntn_report_designer_filters",schemaname="public"} 486 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ntn_report_designer_sql",schemaname="public"} 126 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ntn_window_designer",schemaname="public"} 56 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"} 35642 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"} 43774 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.96585072e+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"} 2.380323278e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_invoicelinetax",schemaname="public"} 6.1384485e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 1.4327292e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_order",schemaname="public"} 2.87951047e+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"} 5.455198196e+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.127395257e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 4.13749516e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 3682 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_pricelist",schemaname="public"} 499341 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"} 8.16779845e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 58107 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_requisition",schemaname="public"} 1.095997e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_requisition_line",schemaname="public"} 3.62152e+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"} 6.7285048e+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"} 340545 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"} 94128 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 18374 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"} 4.66901436339e+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"} 5.243201148e+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"} 54 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"} 36 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 423 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"} 1.0538878e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="qrtz_cron_triggers",schemaname="public"} 83592 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 11530 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 83583 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="qrtz_locks",schemaname="public"} 27873 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"} 624096 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"} 595521 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"} 4.6508381e+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"} 3.205134831e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 128 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_customer_category",schemaname="public"} 3.6479264e+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"} 206672 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 1.086906e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 5348 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_estimate",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_inv_settlement",schemaname="public"} 3264 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 214221 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_invoice",schemaname="public"} 7.2958442541e+10 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_invoiceline",schemaname="public"} 9.37148429e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 1.8370246446e+10 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 15522 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 2.991876026e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 4.1241481309e+11 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_order",schemaname="public"} 2.71257813585e+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"} 1.0842076593e+10 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_orderline",schemaname="public"} 5.80467175e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 4.7115349312e+10 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_orderline_meta",schemaname="public"} 1.272271181e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 8.2154465e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 3.85125097308e+11 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 2.68844432656e+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"} 19404 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_pfinvoice_line",schemaname="public"} 4500 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_pfinvoice_linetax",schemaname="public"} 6062 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_pfinvoice_tax",schemaname="public"} 3948 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_pricelist",schemaname="public"} 6.4523277e+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"} 2.724002e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 448955 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_quotation",schemaname="public"} 72201 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_quotation_line",schemaname="public"} 1148 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_quotation_line_addons",schemaname="public"} 4186 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_quotation_line_pricing_rule",schemaname="public"} 28 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_quotation_linetax",schemaname="public"} 2226 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_quotation_tax",schemaname="public"} 1246 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.997442e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="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"} 265 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="webinar_settings",schemaname="public"} 0 # HELP pg_stat_user_tables_size_bytes Total disk space used by this table, in bytes, including all indexes and TOAST data # TYPE pg_stat_user_tables_size_bytes gauge pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="ai_ocr_settings",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="ai_ocr_settings_lines",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="api_key",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 2.2151168e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 1.1411456e+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"} 1.605632e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="b2c_customer_uuid",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="brand",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="c_bp_taxcategory",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="c_region",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cdr_discounts_promotions",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cdr_event_store",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cdr_feedback",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cdr_messaging_platforms",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cdr_receipts",schemaname="public"} 1.2601344e+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_candidate_document",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_candidates",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_certificate_prefer",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_claim_request",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_claim_request_attachment",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_company_accommodation",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_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_exit_checklist",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_emp_itassets",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_emp_leave_adjust",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_emp_leave_ob",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_emp_legaltransfer",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_emp_loan",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_emp_passport",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_emp_pay_head",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_emp_pay_head_view",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_emp_payslip",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_emp_personal",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_emp_punch",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_emp_sal_pay_component",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_emp_salary",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_emp_salary_ctc",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_emp_shift",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_emp_transfer",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_emp_uniform_request",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_empid_config",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_employee",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_employee_accommodation",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_employee_audit_log",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_employee_category",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_employee_education",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_employee_experience",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_employee_job_info",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_employee_leave_info",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_employee_resignation",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_employee_tax_calculation",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_employee_tax_profile",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_employee_tax_profile_deduction",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_employee_tds_ledger",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_employee_tds_ledger_summary",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_employee_transfer",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_encash_details",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_enroll_attendance",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_enroll_course",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_enrollment",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_eos",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_eos_checklist",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_eos_discussion",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_eos_emp_feedback",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_eph_accrual",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_eph_history",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_ethnicrace",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_evaluation_type",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_exemption",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_exit_checklist",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_expense_config",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_expense_type",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_expensereq_lines",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_final_settlement",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_final_settlement_line",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_formula",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_formulakey",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_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_feedback",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_interview_round",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_interviews",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_investment_declaration",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_investment_declaration_line",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_jd_assesstype",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_job",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_job_application",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_job_description",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_job_offer",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_job_offer_template",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_job_platform",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_job_posting",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_job_requisition",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_job_role",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_job_transfer",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_jobcode_view",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_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_offcycle_run",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_offcycle_run_component",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_onboarding",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_onboarding_basicinfo",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_onboarding_checklist",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_onboarding_checklist_template",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_onboarding_documents",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_onboarding_tasks",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_ot_leave_balance",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_ot_leave_transaction",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_ot_preference",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_ot_rules",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_otherincome",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_passport",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_pay_component",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_pay_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_payslip",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_payslip_component",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_payslip_supplementary_slips",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_pendingothrs",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_pendingpay_components",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_perform_review",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_period",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_pio_details",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_platform",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_scorecard",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_section",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_section_group",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_selfservice_category",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_selfservice_employee",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_shift",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_shift_days",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_shift_policy",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_shift_roaster",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_shift_rotation",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_shift_team",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_shift_team_config",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_shift_type",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_skill_preference",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_slab",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_slabline",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_sp_add",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_sp_contribution",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_sp_deduction",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_sr_history",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_st_deductions",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_st_earnings",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_tax_regime",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_tax_regime_deductions",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_tax_slabs",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_tds",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_tds_declaration",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_tds_deduction",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_tds_hra",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_tds_rule",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_tdsline",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_team",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_team_emp",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_tour",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_tour_request",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_training_feedback",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_training_feedback_line",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_training_question",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_training_schedule",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_training_schedule_feedback",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_visa_type",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_weekends",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_weeknumber",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_weekoff_type",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_wfh_request",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_work_location",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_year",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="commerce_cart",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="commerce_cart_line",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cprf_set_scores",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_account",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_activity",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_camp_recipients",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_camp_settings",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_campaign_coupon_config",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_campaign_log_detail",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_campaign_logs",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_campaign_message_schedule",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_campaigns",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_comm_template_config",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_comm_templates",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_contact",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_email_template",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_lead",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_lead_products",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_opportunity",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_retail_segment_customers",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_sale",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_seglist",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_segment_behaviors",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_segment_rules",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_social_post",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_social_postline",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_stream",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_task",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_webinar",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_webinar_commschedule",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_webinar_log",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_webinar_notification_list",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_webinar_platform",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_airflow_dags",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_alert",schemaname="public"} 7.102464e+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"} 770048 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"} 245760 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_ar_adjustmenttype",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_audit_config",schemaname="public"} 344064 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 1.26185472e+10 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 9.56260352e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 5.545984e+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"} 212992 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_bunit_delivery_pincodes",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_bunit_location",schemaname="public"} 73728 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_bunit_meta",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_bunit_notifications",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_bunit_type_mapping",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_city",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_client",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_client_applications",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_client_apps",schemaname="public"} 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_lock_override_role",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_data_lock_override_user",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_data_lock_rule",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_data_lock_rule_role",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_data_lock_rule_status",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_data_lock_rule_user",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_data_validator_settings",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_datasource",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_division",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_doctype",schemaname="public"} 65536 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_doctype_template",schemaname="public"} 65536 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_dw_tasks",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_event_alerts",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_favourites",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_file",schemaname="public"} 2.228224e+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"} 65536 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_integration_error_logs",schemaname="public"} 409600 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 1.194778624e+09 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_integrations",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_integrations_config",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_intercompany_config",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_language",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_license_policy",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_log_retention_settings",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_log_retention_settings_log",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_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.10592e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_mobile_report_access",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_mobile_role",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_mobile_role_apps",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_mobile_window_access",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_module",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_nearbystores",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_notification_recipients",schemaname="public"} 114688 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_paymentterm",schemaname="public"} 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"} 172032 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_process_access",schemaname="public"} 835584 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_process_log",schemaname="public"} 1.374756864e+09 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 3.1363072e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 1.265737728e+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.081344e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_process_window",schemaname="public"} 40960 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_process_window_access",schemaname="public"} 57344 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_process_window_schema",schemaname="public"} 163840 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_producttour_config",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_producttour_log",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_reference_schema",schemaname="public"} 851968 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 1.1042816e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_region",schemaname="public"} 65536 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_releases",schemaname="public"} 352256 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_releases_history",schemaname="public"} 409600 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"} 704512 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_report_job",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 2.859008e+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"} 548864 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.4565376e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_stockentry_controls",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_system_preferences",schemaname="public"} 49152 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_table_sample_data",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_table_schema",schemaname="public"} 1.47456e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_task",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_tax",schemaname="public"} 65536 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_tax_acct",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_taxcategory",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_taxzone",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_tenant_accounting_preferences",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_tenant_purchase_preferences",schemaname="public"} 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"} 122880 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 81920 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 3.401105408e+09 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 229376 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_user_device",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_user_division_access",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_user_locale",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_user_meta",schemaname="public"} 98304 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"} 745472 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"} 245760 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.6609152e+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_events",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwf_wfapprovals",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwf_wftasklist",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwf_wftasks",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwf_workflow",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 1.3942784e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 1.196032e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwf_workflow_approvals_template",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwf_workflow_approvers",schemaname="public"} 40960 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwf_workflow_eventstore",schemaname="public"} 7.651328e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 3.129344e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 409600 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwp_idea",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwp_idea_notes",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwp_milestone",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwq_assurance",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwq_assurance_line",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwq_collection",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwq_collection_line",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwq_collection_product",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwq_control",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwq_control_line",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwq_inspection",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwq_inspection_rule",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwq_inspection_task",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwq_inspection_workflow",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwq_inspection_workflow_line",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwq_inspectionline_task",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwq_inspectionlinetask_param",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwq_parameters",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwq_parameters_grp",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwq_quality_engineer",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwq_quality_sub_workflow",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwq_quality_workflow",schemaname="public"} 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="cwq_template",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_additional_charges",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_b2c_customer_segment",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_cashup_sync",schemaname="public"} 5.0921472e+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"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_fb_kot",schemaname="public"} 2.78708224e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_fb_kot_activity",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_fb_menu_type",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_fb_order",schemaname="public"} 2.400256e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 1.1370496e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_fb_order_merge",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_fb_order_meta",schemaname="public"} 6.5642496e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 4.911104e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_fb_production_center",schemaname="public"} 81920 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"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_fb_table",schemaname="public"} 180224 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"} 278528 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"} 638976 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_giftcard_payment_preference",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 319488 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_giftcard_type",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_image_library",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_ingredients",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_loyalty_accumulation",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_loyalty_accumulation_category",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_loyalty_accumulation_product",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_loyalty_brand_scope",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_loyalty_category_scope",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_loyalty_channel_scope",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_loyalty_event_calendar",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 1.0584064e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_loyalty_prod_cat",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_loyalty_redemption",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_loyalty_settings",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_loyalty_tier_scope",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_loyalty_transaction",schemaname="public"} 1.3246464e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_menutimeslot",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_mystore",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_payment_method_correction",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_payment_method_correction_line",schemaname="public"} 8192 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"} 180224 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 73728 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 81920 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"} 5.25901824e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 65536 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 2.947620864e+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"} 147456 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 1.851392e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 5.11451136e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_pos_salesummary",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_pos_salesummary_line",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_pos_scanconfig",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_pos_sequence_rule",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_pos_till_health",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 172032 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 73728 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_recipe_bunit",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_revenue_category",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_rules",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 40960 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_saletype_charge",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_saletype_paymentmethod",schemaname="public"} 163840 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.818048e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 4.9152e+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.35012352e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 3.5446784e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_till_log",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_till_login_logout",schemaname="public"} 3.366912e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 73728 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 221184 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 5.2068352e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 7.6931072e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 6.4258048e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_tillcash_tax_info",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_tillcashin_out",schemaname="public"} 5.48864e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 417792 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 6.2554112e+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_payment_settings",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_wallet_settings",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_wallet_topup",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_wallet_trx",schemaname="public"} 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"} 65536 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_coa",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_distribution_lines",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_expense_allocation_run",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 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"} 98304 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"} 974848 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 1.286144e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_isd_distribution_config",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_isd_summary",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_isd_summary_lines",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_journal",schemaname="public"} 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.514944e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 7.684096e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 4.05504e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 2.6763264e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 2.08879616e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_lin_pinv_tds",schemaname="public"} 73728 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_lin_pur_inv_tcs",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_lin_sal_inv_tcs",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 385024 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_lin_tcs_rate",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_lin_tcs_section",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_lin_tcs_setup",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_lin_tcs_trx_history",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_lin_tds_history",schemaname="public"} 90112 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_lin_tds_sectionline",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_pay_pglogs",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_pay_pgtransaction",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_payment",schemaname="public"} 5.709824e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_payment_advice",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_payment_advice_line",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_payment_proposal",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_payment_proposal_approval",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_payment_proposal_line",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 4.366336e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 3.448832e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_period",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_period_audit_logs",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_period_closing_checklist",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_period_control",schemaname="public"} 65536 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 8.47101952e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 8.26433536e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 6.31504896e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 6.84269568e+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"} 5.94190336e+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"} 294912 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="lgs_fuel_fill_trx",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="lgs_fuel_indent",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="lgs_gatepass",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="lgs_gatepass_line",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="lgs_gatepass_log",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="lgs_provider",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="lgs_route_details",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="lgs_task",schemaname="public"} 1.9185664e+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"} 245760 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_attribute",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_attribute_group",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_attribute_value",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_autoconsumption_config",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_batch",schemaname="public"} 49152 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_batch_attribute",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_batch_conversion",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_batch_group",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_batch_subproduct",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_bom",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_bom_line",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_categories_products",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_cost_adjustment",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_cost_adjustment_line",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_costing_log",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_costing_preferences",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_coupon_provider",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_coupon_sales",schemaname="public"} 73728 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_custom_attribute",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_custom_attribute_fields",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_internal_consumption",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_internal_consumptionline",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_invcount_sch_stores",schemaname="public"} 57344 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_inventory",schemaname="public"} 3.56352e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 425984 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"} 229376 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 753664 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_inventory_receipt",schemaname="public"} 122880 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_inventory_receiptline",schemaname="public"} 212992 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_inventory_threshold_categories",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_inventory_threshold_products",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_inventory_threshold_rules",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_inventoryline",schemaname="public"} 1.06766336e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_inventorylinedetails",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_issue_type",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_item_companion_rule",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_item_companion_rule_line",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_material_request",schemaname="public"} 4.390912e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_movement",schemaname="public"} 2.4018944e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_movementline",schemaname="public"} 1.26042112e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_movementlinedetails",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_pricing_activity",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_pricing_additional_info",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_pricing_approval",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_pricing_b2c_customer",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_pricing_b2c_segment",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_pricing_brand",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_pricing_bunit",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_pricing_catalogue",schemaname="public"} 73728 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_pricing_ccategory",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_pricing_coupon",schemaname="public"} 49152 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_pricing_customer",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_pricing_expiry_discount",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_pricing_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.324224e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 786432 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_product_attribute",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_product_bom",schemaname="public"} 8.23296e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_product_category",schemaname="public"} 360448 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_product_category_acct",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_product_category_attr",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_product_divisions",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_product_group",schemaname="public"} 73728 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_product_images",schemaname="public"} 163840 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"} 1.2107776e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_receipt_lc",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_receipt_meta",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_receiptline",schemaname="public"} 3.1301632e+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"} 8.68810752e+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.55652096e+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.8611328e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 2.9581312e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 1.15859456e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_stock_reservation_rules",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_stockadj_reason",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_stockdetails",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_storage_group",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_storagebin",schemaname="public"} 90112 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 2.326528e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_tracker",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_trackertype",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_transaction",schemaname="public"} 6.3987712e+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"} 4.2246144e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 5.8908672e+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"} 7.64223488e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 4.1885696e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 3.8797312e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 5.58424064e+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"} 8.572928e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 6.45308416e+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.334144e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 1.58400512e+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"} 98304 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"} 1.138688e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_wastage_meta",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_wastageline",schemaname="public"} 2.4887296e+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"} 114688 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"} 376832 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"} 360448 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="ox_order",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="ox_order_meta",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="ox_orderline",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_agent",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_contract",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_contract_line",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_dn_settlement",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_exp_settlement",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_in_settlement",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_inv_settlement",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_inv_settlementline",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_invoice",schemaname="public"} 9.535488e+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"} 2.0865024e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_invoiceline_bom",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_invoiceline_meta",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_invoicelinetax",schemaname="public"} 1.8808832e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 5.095424e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_lc_type",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_order",schemaname="public"} 9.773056e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_order_lc",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_order_meta",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_orderline",schemaname="public"} 3.735552e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_orderline_bom",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_orderline_meta",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_orderlinetax",schemaname="public"} 3.4021376e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 8.15104e+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.940928e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 1.130496e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_requisition",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_requisition_line",schemaname="public"} 65536 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_rfq",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_rfq_supplier",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_rfqlines",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_supplier",schemaname="public"} 655360 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_supplier_acct",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_supplier_address",schemaname="public"} 688128 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_supplier_bank_account",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_supplier_bunit",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 40960 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 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"} 2.228518912e+09 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pr_ioproductdetails",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pr_operation",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pr_order",schemaname="public"} 3.63208704e+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"} 57344 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"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_customer_bankacct",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_customer_category",schemaname="public"} 65536 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_customer_category_products",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_customer_contact",schemaname="public"} 2.080768e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 1.703936e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 221184 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_customer_settlement",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_daily_trip",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_daily_trip_activity",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_daily_trip_stop",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_daily_trip_stop_survey",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_dropship",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_dropship_line",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_estimate",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_fsm_home_config",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_in_settlement",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_incentive_eligibility",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_incentive_plan",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_incentive_summary",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_industry_type",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_inv_settlement",schemaname="public"} 237568 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 401408 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_invoice",schemaname="public"} 1.003626496e+09 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_invoice_integration",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_invoice_meta",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_invoiceline",schemaname="public"} 1.797128192e+09 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 2.96280064e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 122880 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 2.281406464e+09 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 9.07804672e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_item_companion_trx",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_joborder",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_joborder_charge_config",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_joborder_checklist",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_joborder_estimation",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_joborder_estimation_line",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_joborder_images",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_joborder_line",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_joborder_part",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_joborder_service_type",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_joborder_services",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_joborder_status",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_joborder_task",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_journeyplan_sch_cust",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_journeyplan_scheduler",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_omni_sales_reconciliation",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_order",schemaname="public"} 1.309949952e+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"} 2.136047616e+09 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_orderline",schemaname="public"} 1.930305536e+09 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 1.33554176e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_orderline_meta",schemaname="public"} 2.1635072e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 1.667072e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 1.245437952e+09 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 5.69442304e+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"} 221184 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_pfinvoice_linetax",schemaname="public"} 253952 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"} 3.301376e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 1.59744e+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="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="brand",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_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_candidate_document",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_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_feedback",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_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_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_pay_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_payslip",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_platform",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_scorecard",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_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_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_bunit",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_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_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_file",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_integration_datamapping",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_integrations_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_intercompany_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_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_job",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_role",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_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_device",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_user_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_window_schema",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwf_events",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_cashup_sync",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_pcataloguelines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_store_dailyops",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_till",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_till_login_logout",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="lgs_fuel_indent",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_costing_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_inventory",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_inventoryline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_movementline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_pricing_catalogue",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_pricing_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_stock_reservation_rules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_storagebin",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_transaction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_transferissue",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_transferorder",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_transferrequest",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_transferrequest_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_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_order",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_orderline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_productprice",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_supplier_address",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="preprod_fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="qrtz_triggers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_customer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_customer_address",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_estimate",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_invoice",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_invoiceline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_order",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_order_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="ai_ocr_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="api_key",schemaname="public"} 375 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 6.1563991e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 3.2853731e+08 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="b2c_customer_meta",schemaname="public"} 4.5819314e+07 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"} 2.98677e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="c_bp_taxcategory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="c_region",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cdr_event_store",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cdr_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cdr_receipts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cdr_social_media",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cdr_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cdr_terms_conditions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_accommodation_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_action_taken",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_admin_tasks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_airticket",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_airticket_allowance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_airticket_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_airticket_provision",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_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_candidate_document",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_candidates",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_certificate_prefer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_claim_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_company_accommodation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_course",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_course_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_course_competency",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_course_cost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_course_enrollment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_course_job",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_course_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_declare_oi",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_deductions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_delegation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_department",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_dependants",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_dept_team",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_division",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_ed_accrual",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_ed_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_emp_address",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_emp_adminassets",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_emp_agreement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_emp_assessment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_emp_attendance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_emp_benefits",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_emp_delegation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_emp_dependents",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_emp_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_emp_documents",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_emp_docverification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_emp_itassets",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_emp_loan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_emp_passport",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_emp_pay_head",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_emp_payslip",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_emp_personal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_emp_punch",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_emp_salary",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_emp_shift",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_emp_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_empid_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_employee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_employee_accommodation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_employee_audit_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_employee_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_employee_education",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_employee_experience",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_employee_job_info",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_employee_leave_info",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_employee_resignation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_employee_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_encash_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_enroll_attendance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_enroll_course",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_enrollment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_eos",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_eos_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_eos_discussion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_eph_accrual",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_eph_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_ethnicrace",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_evaluation_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_exemption",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_expense_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_expense_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_expensereq_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_final_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_final_settlement_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_formula",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_formulakey",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_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_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_interview_round",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_interviews",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_investment_declaration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_jd_assesstype",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_job",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_job_application",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_job_description",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_job_offer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_job_offer_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_job_platform",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_job_posting",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_job_requisition",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_job_role",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_job_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_jobcode_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_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_offcycle_run",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_onboarding",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_onboarding_documents",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_ot_preference",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_ot_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_otherincome",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_passport",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_pay_component",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_pay_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_payslip",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_payslip_component",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_pendingothrs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_pendingpay_components",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_perform_review",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_period",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_pio_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_platform",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_scorecard",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_section",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_section_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_selfservice_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_selfservice_employee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_shift",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_shift_days",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_shift_policy",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_shift_roaster",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_shift_rotation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_shift_team",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_shift_team_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_shift_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_skill_preference",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_slab",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_slabline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_sp_add",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_sp_contribution",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_sp_deduction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_sr_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_st_deductions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_st_earnings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_tax_regime",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_tax_slabs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_tds",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_tds_declaration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_tds_deduction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_tds_hra",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_tds_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_tdsline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_team",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_team_emp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_tour",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_tour_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_training_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_training_feedback_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_training_question",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_training_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_visa_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_weekends",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_weeknumber",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_weekoff_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_wfh_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_work_location",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_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"} 602 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"} 12 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_lead",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_lead_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_opportunity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_sale",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_seglist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_segment_behaviors",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_segment_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_social_post",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_social_postline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_stream",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_webinar",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_webinar_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_webinar_platform",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_airflow_dags",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_alert",schemaname="public"} 3383 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.7118891e+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"} 83551 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_ar_adjustmenttype",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_audit_config",schemaname="public"} 46352 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 6.671598e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 11186 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 21878 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 1.0355686e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_batch_register",schemaname="public"} 1765 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_bunit",schemaname="public"} 5.4221247e+08 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_bunit_location",schemaname="public"} 1.354193e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_bunit_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_bunit_notifications",schemaname="public"} 232 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_city",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_client",schemaname="public"} 2.3412545e+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"} 2.235284e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_cur_denomination",schemaname="public"} 2265 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_currency",schemaname="public"} 6.364617e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 2208 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_data_load_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_data_lock_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_data_validator_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_datasource",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_division",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_doctype",schemaname="public"} 2.0385745e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_doctype_template",schemaname="public"} 3152 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"} 58 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_file",schemaname="public"} 1.89612e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 1773 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"} 1.223314e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_integration_error_logs",schemaname="public"} 823 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 1.853729e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 32601 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_integrations",schemaname="public"} 32812 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_integrations_config",schemaname="public"} 8 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_intercompany_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_language",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_license_policy",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_log_retention_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_master_data_config",schemaname="public"} 3443 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"} 604 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"} 190 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"} 7350 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"} 3298 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_nearbystores",schemaname="public"} 10 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_notification_recipients",schemaname="public"} 1520 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_paymentterm",schemaname="public"} 2.667035e+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"} 1313 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"} 232192 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_process_access",schemaname="public"} 2701 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_process_log",schemaname="public"} 646588 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 3.8954064e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 2.520331e+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"} 12113 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_process_window",schemaname="public"} 5 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_process_window_access",schemaname="public"} 704 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_process_window_schema",schemaname="public"} 1135 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.165324e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 51003 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_region",schemaname="public"} 4.701753e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_releases",schemaname="public"} 231 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_releases_history",schemaname="public"} 31 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_report",schemaname="public"} 6087 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 87756 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_report_job",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 95995 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 1528 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 239 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_returnreason",schemaname="public"} 121228 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_role",schemaname="public"} 89499 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 173 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"} 823446 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_sqlquery_log",schemaname="public"} 6104 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"} 39 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"} 4.604884e+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"} 3.593071e+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"} 668783 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"} 9494 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_tenant_purchase_preferences",schemaname="public"} 14023 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_timezone",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_uom",schemaname="public"} 1.2212613e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_uom_conversion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_user",schemaname="public"} 3.1808291e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 5.416042e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 4.007882e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 1.4709276e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_user_device",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_user_division_access",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_user_locale",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_user_meta",schemaname="public"} 5705 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"} 23 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"} 3.700962e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 358295 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"} 138408 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"} 8.856022e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cw_auth_token",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwc_channel",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwc_company",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwc_company_city",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwc_company_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwc_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwc_order",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwc_order_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwc_order_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwc_order_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwc_orderline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwc_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwc_store_holidays",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwc_store_timings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwc_stores_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwcs_subscription",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwf_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwf_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwf_wfapprovals",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwf_wftasklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwf_wftasks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwf_workflow",schemaname="public"} 10197 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 69868 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 4.5870779e+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"} 212 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwf_workflow_eventstore",schemaname="public"} 2756 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 4.261434e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 24 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwp_idea",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwp_idea_notes",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwp_milestone",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwq_assurance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwq_assurance_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwq_collection",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwq_collection_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwq_collection_product",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwq_control",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwq_control_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwq_inspection",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwq_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwq_inspection_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwq_parameters",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwq_parameters_grp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwq_quality_engineer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwq_quality_workflow",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwq_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_additional_charges",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_cashup_sync",schemaname="public"} 4497 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"} 612 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"} 209 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"} 610 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_fb_kot",schemaname="public"} 238153 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"} 218687 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 410113 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"} 114963 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 576046 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_fb_production_center",schemaname="public"} 2.334194e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_fb_production_center_access",schemaname="public"} 246011 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_fb_section",schemaname="public"} 6344 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_fb_table",schemaname="public"} 17155 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_fb_table_status",schemaname="public"} 1.152909e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_feedback_template",schemaname="public"} 2113 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"} 66313 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 2111 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_giftcard_type",schemaname="public"} 1174 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 17803 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"} 1236 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 3.9465093e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 23488 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"} 1237 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_settings",schemaname="public"} 4795 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_transaction",schemaname="public"} 7.4928893e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_menutimeslot",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_mystore",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_payment_providers",schemaname="public"} 3894 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"} 444723 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 1.53848e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 384114 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 4717 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_pcataloguelines",schemaname="public"} 1.136161143e+09 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 476 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 2.10542891e+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"} 97763 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 1.752025e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 389653 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"} 962 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_pos_till_health",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 297714 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"} 4617 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 8704 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_revenue_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_rules",schemaname="public"} 153 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 714758 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"} 109300 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"} 1.463482e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 4.942664e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_store_discount",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_store_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_till",schemaname="public"} 3.339544e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_till_access_meta",schemaname="public"} 13277 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 1.49810249e+08 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 136403 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"} 3079 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 799 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 25349 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 7.350844e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 51899 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 5.4922562e+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"} 3435 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 89833 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 218458 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_payment_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_wallet_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_wallet_topup",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_wallet_trx",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cws_ticket",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cws_ticket_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cww_mobilew_role",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cww_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 1.132334e+07 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"} 265 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"} 2461 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 3 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"} 1 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"} 1 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_acct_config_production",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_acct_config_purchasing",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_acct_config_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_acct_config_sales",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 1 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"} 4775 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"} 1568 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"} 19835 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 404 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 501222 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"} 44205 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 5115 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_isd_summary",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_journal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 72 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 8.1301811e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 139482 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 114 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 6.090206e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 5.742802e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_lin_pinv_tds",schemaname="public"} 9308 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 6183 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"} 65 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 610461 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 12 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"} 93842 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.847062e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 2.629171e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 88663 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"} 0 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"} 3.1708381e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 2.35416659e+08 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 2.8768249e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 1.11765911e+08 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 3.375709265e+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"} 673384 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="lgs_fuel_indent",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="lgs_gatepass",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="lgs_gatepass_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="lgs_gatepass_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="lgs_provider",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="lgs_route_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="lgs_task",schemaname="public"} 253700 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"} 2249 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"} 79 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="lgs_vehicle_type",schemaname="public"} 80 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"} 654 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_addon_group",schemaname="public"} 24893 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"} 3.36051e+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"} 2.1495441e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_batch_subproduct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_bom_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_categories_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_cost_adjustment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_costing_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_costing_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_coupon_provider",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_coupon_sales",schemaname="public"} 8 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"} 3 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"} 9.895883e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 5.490934e+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"} 1101 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 2644 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"} 847958 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_inventorylinedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_issue_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_item_companion_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_material_request",schemaname="public"} 242432 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_movement",schemaname="public"} 8.349058e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_movementline",schemaname="public"} 2.99281514e+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"} 864 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_pricing_approval",schemaname="public"} 870 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"} 8620 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"} 12 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"} 11976 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"} 2.57962444e+08 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 4.2871399e+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"} 3.02043816e+08 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_product_category",schemaname="public"} 8.865399e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_product_category_acct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_product_category_attr",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_product_divisions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_product_group",schemaname="public"} 1.866623e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_product_images",schemaname="public"} 142 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_product_manufacturer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_product_manufacturing",schemaname="public"} 38 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_product_meta",schemaname="public"} 151069 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"} 65542 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_product_warranty",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_purchase_pricing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_purpricing_bunit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_purpricing_product",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_purpricing_scategory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_purpricing_supplier",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_receipt",schemaname="public"} 1.2084453e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_receipt_lc",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_receipt_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_receiptline",schemaname="public"} 5.5073292e+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"} 7.4593145e+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.862912e+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"} 3.36961861e+08 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 4.35771e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 4.7172491e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_stockadj_reason",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_stockdetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_storage_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_storagebin",schemaname="public"} 9.536293e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 76545 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_tracker",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_trackertype",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_transaction",schemaname="public"} 4.155922466e+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"} 3.4178952e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 9.38563873e+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.92733635e+08 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 1.765115488e+09 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 3.89942801e+08 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 3.8669082e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 3.030155e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_transferrequest",schemaname="public"} 4.6547726e+08 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 6.705088e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_tray",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_tray_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_unitcost",schemaname="public"} 779613 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_visibility_brand",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_visibility_category",schemaname="public"} 237568 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"} 3.657175e+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"} 4.962755e+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"} 2559 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"} 461546 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"} 3.4097717e+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"} 9691 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"} 611 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"} 2955 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"} 992 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"} 1038 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_contract_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_dn_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_exp_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_in_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_inv_settlementline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_invoice",schemaname="public"} 3.1658698e+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.78488892e+08 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_invoiceline_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_invoiceline_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_invoicelinetax",schemaname="public"} 2.839912e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 561966 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_lc_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_order",schemaname="public"} 2.9678696e+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"} 4.1989045e+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"} 4.1871717e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 1.592016e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 126 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_pricelist",schemaname="public"} 510692 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_productprice",schemaname="public"} 2.9930364e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 2117 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_requisition",schemaname="public"} 151980 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_requisition_line",schemaname="public"} 250140 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"} 6.980508e+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"} 644239 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"} 11655 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 388 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"} 1.511391941e+09 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pr_ioproductdetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pr_operation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pr_order",schemaname="public"} 2.410893139e+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"} 2 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 149 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"} 36166 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 31027 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 5341 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="qrtz_locks",schemaname="public"} 15766 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"} 1.515832e+06 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"} 554202 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"} 6.627424e+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"} 1.96958332e+08 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 66 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.898682e+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"} 1236 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 18245 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 409 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_customer_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_daily_trip",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_daily_trip_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_daily_trip_stop",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_dropship",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_dropship_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_estimate",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_fsm_home_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_in_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_incentive_eligibility",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_incentive_plan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_incentive_summary",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_industry_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_inv_settlement",schemaname="public"} 3507 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 12295 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_invoice",schemaname="public"} 4.979994946e+09 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_invoice_integration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_invoiceline",schemaname="public"} 3.7901427e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 2.04577596e+08 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 829 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 3.588649e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 1.4012637372e+10 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_item_companion_trx",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_joborder",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_joborder_charge_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_joborder_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_joborder_estimation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_joborder_images",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_joborder_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_joborder_part",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_joborder_service_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_joborder_services",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_joborder_status",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_joborder_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_order",schemaname="public"} 2.9497951635e+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"} 9.897527e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_orderline",schemaname="public"} 2.55656509e+08 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 2.049868077e+09 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_orderline_meta",schemaname="public"} 3.7044533e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 401881 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 1.2914374079e+10 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 7.913338316e+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"} 452 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_pfinvoice_line",schemaname="public"} 18 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"} 3.513955e+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"} 5.3561105e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 2939 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_quotation",schemaname="public"} 6657 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_quotation_line",schemaname="public"} 0 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.711041e+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"} 55 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="test_table",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="v_next_assign_no",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="w_aisle",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="w_assigned_personnel",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="w_associated_equipment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="w_bin_capacity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="w_control_area",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="w_entity_profile",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="w_exception_action",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="w_level",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="w_operations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="w_rack",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="w_reservation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="w_routing_control_area",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="w_routing_steps",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="w_routing_templates",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="w_strategy_entity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="w_strategy_profile",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="w_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="w_task_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="w_tolerance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="w_uom_restrictions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="webinar_settings",schemaname="public"} 0 # HELP pg_statio_user_tables_heap_blocks_read Number of disk blocks read from this table # TYPE pg_statio_user_tables_heap_blocks_read counter pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ai_ocr_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="api_key",schemaname="public"} 326 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 3.6494381e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 1.5862102e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="b2c_customer_meta",schemaname="public"} 1.680096e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="b2c_customer_uuid",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="brand",schemaname="public"} 8557 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"} 1.446816e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cdr_social_media",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cdr_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cdr_terms_conditions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_accommodation_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_action_taken",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_admin_tasks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_airticket",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_airticket_allowance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_airticket_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_airticket_provision",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_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_candidate_document",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_candidates",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_certificate_prefer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_claim_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_company_accommodation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_course",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_course_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_course_competency",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_course_cost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_course_enrollment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_course_job",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_course_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_declare_oi",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_deductions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_delegation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_department",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_dependants",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_dept_team",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_division",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_ed_accrual",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_ed_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_emp_address",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_emp_adminassets",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_emp_agreement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_emp_assessment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_emp_attendance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_emp_benefits",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_emp_delegation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_emp_dependents",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_emp_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_emp_documents",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_emp_docverification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_emp_itassets",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_emp_loan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_emp_passport",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_emp_pay_head",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_emp_payslip",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_emp_personal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_emp_punch",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_emp_salary",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_emp_shift",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_emp_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_empid_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_employee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_employee_accommodation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_employee_audit_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_employee_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_employee_education",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_employee_experience",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_employee_job_info",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_employee_leave_info",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_employee_resignation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_employee_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_encash_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_enroll_attendance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_enroll_course",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_enrollment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_eos",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_eos_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_eos_discussion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_eph_accrual",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_eph_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_ethnicrace",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_evaluation_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_exemption",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_expense_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_expense_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_expensereq_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_final_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_final_settlement_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_formula",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_formulakey",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_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_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_interview_round",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_interviews",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_investment_declaration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_jd_assesstype",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_job",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_job_application",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_job_description",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_job_offer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_job_offer_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_job_platform",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_job_posting",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_job_requisition",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_job_role",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_job_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_jobcode_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_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_offcycle_run",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_onboarding",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_onboarding_documents",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_ot_preference",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_ot_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_otherincome",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_passport",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_pay_component",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_pay_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_payslip",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_payslip_component",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_pendingothrs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_pendingpay_components",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_perform_review",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_period",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_pio_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_platform",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_scorecard",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_section",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_section_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_selfservice_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_selfservice_employee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_shift",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_shift_days",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_shift_policy",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_shift_roaster",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_shift_rotation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_shift_team",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_shift_team_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_shift_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_skill_preference",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_slab",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_slabline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_sp_add",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_sp_contribution",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_sp_deduction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_sr_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_st_deductions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_st_earnings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_tax_regime",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_tax_slabs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_tds",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_tds_declaration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_tds_deduction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_tds_hra",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_tds_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_tdsline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_team",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_team_emp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_tour",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_tour_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_training_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_training_feedback_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_training_question",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_training_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_visa_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_weekends",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_weeknumber",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_weekoff_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_wfh_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_work_location",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_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"} 1484 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"} 21 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="crm_lead",schemaname="public"} 14 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"} 10786 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"} 660068 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"} 33782 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"} 196 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_ar_adjustmenttype",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_audit_config",schemaname="public"} 30518 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 1.3956077e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 2800 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 28879 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 2.829366e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_batch_register",schemaname="public"} 2905 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_bunit",schemaname="public"} 41013 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_bunit_location",schemaname="public"} 29307 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"} 390 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_city",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_client",schemaname="public"} 29 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"} 14845 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_cur_denomination",schemaname="public"} 1222 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_currency",schemaname="public"} 139 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 1019 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_data_load_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_data_lock_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_data_validator_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_datasource",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_division",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_doctype",schemaname="public"} 2557 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_doctype_template",schemaname="public"} 10470 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"} 629 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_file",schemaname="public"} 6.379605e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 779 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"} 24042 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_integration_error_logs",schemaname="public"} 732 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 327360 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 11270 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_integrations",schemaname="public"} 11248 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_integrations_config",schemaname="public"} 5 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_intercompany_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_language",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_license_policy",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_log_retention_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_master_data_config",schemaname="public"} 937 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"} 28 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"} 1765 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"} 4940 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"} 78 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"} 143 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_nearbystores",schemaname="public"} 36 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_notification_recipients",schemaname="public"} 3104 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_paymentterm",schemaname="public"} 1013 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"} 5217 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_print_template_query",schemaname="public"} 448 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_process",schemaname="public"} 60678 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_process_access",schemaname="public"} 10656 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_process_log",schemaname="public"} 1.901964e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 6.3263655e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 1.661214e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_process_rundetail",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_process_schema",schemaname="public"} 13815 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_process_window",schemaname="public"} 38 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_process_window_access",schemaname="public"} 1019 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_process_window_schema",schemaname="public"} 1003 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_producttour_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_producttour_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_reference_schema",schemaname="public"} 1.578774e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 88005 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_region",schemaname="public"} 25763 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_releases",schemaname="public"} 495 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_releases_history",schemaname="public"} 465 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_report",schemaname="public"} 4110 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 9105 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_report_job",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 7587 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 2704 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 832 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_returnreason",schemaname="public"} 1915 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_role",schemaname="public"} 4482 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 586 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"} 932892 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_sqlquery_log",schemaname="public"} 29901 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"} 216 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_table_sample_data",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_table_schema",schemaname="public"} 1.137709e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_task",schemaname="public"} 14 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_tax",schemaname="public"} 4897 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_tax_acct",schemaname="public"} 14 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_taxcategory",schemaname="public"} 14527 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"} 31090 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_tenant_purchase_preferences",schemaname="public"} 3242 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"} 84 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"} 49159 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 16210 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 5.027839e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 83416 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_user_device",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_user_division_access",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_user_locale",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_user_meta",schemaname="public"} 1659 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"} 299 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"} 27221 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 33338 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"} 159968 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"} 46555 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cw_auth_token",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwc_channel",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwc_company",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwc_company_city",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwc_company_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwc_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwc_order",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwc_order_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwc_order_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwc_order_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwc_orderline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwc_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwc_store_holidays",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwc_store_timings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwc_stores_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwcs_subscription",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwf_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwf_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwf_wfapprovals",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwf_wftasklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwf_wftasks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwf_workflow",schemaname="public"} 8713 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 26432 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 1.169619e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwf_workflow_approvals_template",schemaname="public"} 19 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwf_workflow_approvers",schemaname="public"} 944 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwf_workflow_eventstore",schemaname="public"} 12259 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 3.051818e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 554 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwp_idea",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwp_idea_notes",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwp_milestone",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwq_assurance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwq_assurance_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwq_collection",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwq_collection_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwq_collection_product",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwq_control",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwq_control_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwq_inspection",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwq_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwq_inspection_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwq_parameters",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwq_parameters_grp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwq_quality_engineer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwq_quality_workflow",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwq_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_additional_charges",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_cashup_sync",schemaname="public"} 8615 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"} 1410 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"} 945 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"} 17 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_fb_kot",schemaname="public"} 3.032642e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_fb_order",schemaname="public"} 514092 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 1.111061e+06 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"} 419530 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 3.469815e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_fb_production_center",schemaname="public"} 40509 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_fb_production_center_access",schemaname="public"} 39519 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_fb_section",schemaname="public"} 1170 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_fb_table",schemaname="public"} 17746 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"} 177549 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"} 4732 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_gift_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_gift_voucher",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_giftcard",schemaname="public"} 1.054368e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 3700 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_giftcard_type",schemaname="public"} 1541 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 1107 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"} 925 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 3.2851916e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 16060 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"} 924 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_loyalty_settings",schemaname="public"} 1553 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_loyalty_transaction",schemaname="public"} 4.377098e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_menutimeslot",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_mystore",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_payment_providers",schemaname="public"} 510 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"} 262968 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 10726 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 1052 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 2385 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_pcataloguelines",schemaname="public"} 2.76693314e+08 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 1068 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 1.509939739e+09 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_pos_cart",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 73740 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 2.566817e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 793760 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"} 1632 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_pos_till_health",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 5587 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"} 741 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 471 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_revenue_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_rules",schemaname="public"} 947 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 2360 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"} 169328 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_sevent",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_sevent_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_sevent_run",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_store_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_store_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_store_dailyops",schemaname="public"} 3.643496e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 6.432692e+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"} 625625 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_till_access_meta",schemaname="public"} 5707 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 2.2800981e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 55859 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"} 5253 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 2278 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 20514 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 4.949059e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 104977 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 2.961314e+06 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"} 15461 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 26460 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 3.483981e+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_payment_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_wallet_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_wallet_topup",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_wallet_trx",schemaname="public"} 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"} 18840 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 1.3421261e+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"} 1759 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"} 10470 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 56 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 30 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"} 28 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"} 29 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"} 28 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"} 29 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 28 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"} 67 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"} 14 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 56 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"} 15 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"} 1398 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"} 245 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 14 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 14 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 937 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 226803 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"} 20042 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 5858 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_isd_summary",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_journal",schemaname="public"} 16 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"} 3960 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 7.974573e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 1.67005e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 10152 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 2.515246e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 1.3033488e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 14 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_lin_pinv_tds",schemaname="public"} 1001 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 50349 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"} 78 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 3115 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 18 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"} 185142 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"} 153109 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 1853 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 211735 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 18 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 131 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"} 28 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 1.1634485e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 1.659402414e+09 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 1.1525277e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 6.6601952e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 1.623335031e+09 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="flyway_schema_history",schemaname="public"} 644 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="hsncode",schemaname="public"} 41167 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="lgs_fuel_indent",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="lgs_gatepass",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="lgs_gatepass_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="lgs_gatepass_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="lgs_provider",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="lgs_route_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="lgs_task",schemaname="public"} 906129 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="lgs_task_activity",schemaname="public"} 15 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="lgs_vehicle",schemaname="public"} 528 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"} 14 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="lgs_vehicle_model",schemaname="public"} 329 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="lgs_vehicle_type",schemaname="public"} 328 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"} 112 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_addon_group",schemaname="public"} 19424 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"} 9106 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"} 7706 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_batch_subproduct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_bom_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_categories_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_cost_adjustment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_costing_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_costing_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_coupon_provider",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_coupon_sales",schemaname="public"} 393 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"} 17 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"} 28 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_inventory",schemaname="public"} 8.089709e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 221654 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_inventory_count_schedule",schemaname="public"} 14 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_inventory_issue",schemaname="public"} 365 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 1419 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_inventory_receipt",schemaname="public"} 98 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_inventory_receiptline",schemaname="public"} 324 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"} 730855 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_inventorylinedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_issue_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_item_companion_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_material_request",schemaname="public"} 330333 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_movement",schemaname="public"} 3.506067e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_movementline",schemaname="public"} 4.3558044e+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"} 285 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_pricing_approval",schemaname="public"} 311 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"} 810 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"} 15 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"} 18491 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"} 6.572131e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 670151 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_product_attribute",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_product_bom",schemaname="public"} 1.0107628e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_product_category",schemaname="public"} 189799 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"} 11368 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_product_images",schemaname="public"} 343 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"} 912 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_product_meta",schemaname="public"} 1812 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"} 5727 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"} 5.872595e+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"} 6.986975e+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"} 2.803758187e+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"} 8.713039e+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"} 3.9888261e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 2.768416e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 1.6845397e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_stockadj_reason",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_stockdetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_storage_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_storagebin",schemaname="public"} 36989 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 23528 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"} 9.172709242e+09 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_transactioncost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_transactiondetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_transferissue",schemaname="public"} 1.2816743e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 5.861106e+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"} 3.041554e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 5.7955318e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 3.2471422e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 9.904103e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 6.331574e+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"} 8.9992729e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 7.966359e+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"} 257804 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 210840 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"} 29275 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"} 352867 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"} 17964 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"} 2920 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"} 231398 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"} 5.830583e+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"} 14 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ntn_dashboard_designer_filters",schemaname="public"} 14 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ntn_dashboard_designer_kpi",schemaname="public"} 14 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ntn_menu_designer",schemaname="public"} 182 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"} 298 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ntn_report_designer_fields",schemaname="public"} 56 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ntn_report_designer_filters",schemaname="public"} 36 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ntn_report_designer_sql",schemaname="public"} 28 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ntn_window_designer",schemaname="public"} 14 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"} 538 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"} 1230 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"} 912 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"} 1.837338e+06 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"} 4.096623e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_invoiceline_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_invoiceline_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_invoicelinetax",schemaname="public"} 431181 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 112750 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"} 4.057362e+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"} 2.8508447e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_orderline_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_orderlinetax",schemaname="public"} 1.168562e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 2.759056e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 137 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_pricelist",schemaname="public"} 5783 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_productprice",schemaname="public"} 1.418447e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 2307 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_requisition",schemaname="public"} 4591 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_requisition_line",schemaname="public"} 8540 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"} 263490 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"} 82676 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"} 150 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 684 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"} 2.1323685063e+10 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pr_ioproductdetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pr_operation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pr_order",schemaname="public"} 1.36771304e+08 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pr_outproducts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pr_pproducts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pr_process",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pr_processic",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pr_prodindirectcost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pr_product_conversion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pr_product_convline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pr_production_plan",schemaname="public"} 18 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 16 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 274 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"} 130256 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"} 16680 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 7197 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 3946 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="qrtz_locks",schemaname="public"} 2804 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"} 56574 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"} 261665 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"} 533956 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"} 9.01981e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 11 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"} 23481 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"} 5471 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 42152 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 460 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_customer_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_daily_trip",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_daily_trip_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_daily_trip_stop",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_dropship",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_dropship_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_estimate",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_fsm_home_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_in_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_incentive_eligibility",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_incentive_plan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_incentive_summary",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_industry_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_inv_settlement",schemaname="public"} 345 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 1350 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_invoice",schemaname="public"} 1.650767436e+09 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_invoice_integration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_invoiceline",schemaname="public"} 7.0227328e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 3.98638734e+08 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 190 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 1.22516282e+08 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 1.45845801e+09 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_item_companion_trx",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_joborder",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_joborder_charge_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_joborder_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_joborder_estimation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_joborder_images",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_joborder_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_joborder_part",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_joborder_service_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_joborder_services",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_joborder_status",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_joborder_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_order",schemaname="public"} 1.086425271e+09 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"} 5.06911318e+08 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_orderline",schemaname="public"} 8.935966e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 2.03557236e+08 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_orderline_meta",schemaname="public"} 3.3918134e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 2.866108e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 2.557605959e+09 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 1.399005981e+09 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_packingslip_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_pfinvoice",schemaname="public"} 1664 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_pfinvoice_line",schemaname="public"} 342 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_pfinvoice_linetax",schemaname="public"} 280 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_pfinvoice_tax",schemaname="public"} 210 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_pricelist",schemaname="public"} 462 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"} 1.023385e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 17178 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_quotation",schemaname="public"} 3909 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_quotation_line",schemaname="public"} 84 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_quotation_line_addons",schemaname="public"} 252 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_quotation_line_pricing_rule",schemaname="public"} 14 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_quotation_linetax",schemaname="public"} 98 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_quotation_tax",schemaname="public"} 70 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"} 30710 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"} 210 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="test_table",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="v_next_assign_no",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="w_aisle",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="w_assigned_personnel",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="w_associated_equipment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="w_bin_capacity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="w_control_area",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="w_entity_profile",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="w_exception_action",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="w_level",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="w_operations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="w_rack",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="w_reservation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="w_routing_control_area",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="w_routing_steps",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="w_routing_templates",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="w_strategy_entity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="w_strategy_profile",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="w_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="w_task_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="w_tolerance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="w_uom_restrictions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="webinar_settings",schemaname="public"} 0 # HELP pg_statio_user_tables_idx_blocks_hit Number of buffer hits in all indexes on this table # TYPE pg_statio_user_tables_idx_blocks_hit counter pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ai_ocr_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="api_key",schemaname="public"} 357 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 8.44697e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 9185 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="b2c_customer_credit_trx",schemaname="public"} 2526 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="b2c_customer_meta",schemaname="public"} 7724 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"} 11665 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="c_bp_taxcategory",schemaname="public"} 437 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="c_region",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cdr_event_store",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cdr_feedback",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cdr_receipts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cdr_social_media",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cdr_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cdr_terms_conditions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_accommodation_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_action_taken",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_admin_tasks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_airticket",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_airticket_allowance",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_airticket_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_airticket_provision",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_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_candidate_document",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_candidates",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_certificate_prefer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_claim_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_company_accommodation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_course",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_course_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_course_competency",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_course_cost",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_course_enrollment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_course_job",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_course_schedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_declare_oi",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_deductions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_delegation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_department",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_dependants",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_dept_team",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_division",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_ed_accrual",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_ed_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_address",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_adminassets",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_agreement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_assessment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_attendance",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_benefits",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_delegation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_dependents",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_details",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_documents",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_docverification",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_itassets",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_loan",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_passport",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_pay_head",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_payslip",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_personal",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_punch",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_salary",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_shift",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_transfer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_empid_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_employee",schemaname="public"} 10 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_resignation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_employee_transfer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_encash_details",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_enroll_attendance",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_enroll_course",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_enrollment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_eos",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_eos_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_eos_discussion",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_eph_accrual",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_eph_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_ethnicrace",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_evaluation_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_exemption",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_expense_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_expense_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_expensereq_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_final_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_final_settlement_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_formula",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_formulakey",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_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_feedback",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_interview_round",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_interviews",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_investment_declaration",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_jd_assesstype",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_job",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_job_application",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_job_description",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_job_offer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_job_offer_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_job_platform",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_job_posting",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_job_requisition",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_job_role",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_job_transfer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_jobcode_view",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_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_offcycle_run",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_onboarding",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_onboarding_documents",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_ot_preference",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_ot_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_otherincome",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_passport",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_pay_component",schemaname="public"} 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_payslip",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_payslip_component",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_pendingothrs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_pendingpay_components",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_perform_review",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_period",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_pio_details",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_platform",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_scorecard",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_section",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_section_group",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_selfservice_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_selfservice_employee",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_shift",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_shift_days",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_shift_policy",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_shift_roaster",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_shift_rotation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_shift_team",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_shift_team_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_shift_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_skill_preference",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_slab",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_slabline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_sp_add",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_sp_contribution",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_sp_deduction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_sr_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_st_deductions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_st_earnings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_tax_regime",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_tax_slabs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_tds",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_tds_declaration",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_tds_deduction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_tds_hra",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_tds_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_tdsline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_team",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_team_emp",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_tour",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_tour_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_training_feedback",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_training_feedback_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_training_question",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_training_schedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_visa_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_weekends",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_weeknumber",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_weekoff_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_wfh_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_work_location",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_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"} 27 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_contact",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_email_template",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_lead",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_lead_products",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_opportunity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_sale",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_seglist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_segment_behaviors",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_segment_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_social_post",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_social_postline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_stream",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_task",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_webinar",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_webinar_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_webinar_platform",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_airflow_dags",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_alert",schemaname="public"} 44 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"} 24232 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"} 227364 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_app_access",schemaname="public"} 46 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 36 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_ar_adjustmenttype",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_audit_config",schemaname="public"} 25746 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 4.961156e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 1119 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 4428 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 2777 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_batch_register",schemaname="public"} 1119 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_bunit",schemaname="public"} 6.1543166e+07 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_bunit_location",schemaname="public"} 2917 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"} 122 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_city",schemaname="public"} 101 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_client",schemaname="public"} 139607 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_client_applications",schemaname="public"} 11 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"} 10942 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_cur_denomination",schemaname="public"} 356 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_currency",schemaname="public"} 70089 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 334 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_lock_override_role",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_data_lock_rule",schemaname="public"} 57391 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_data_validator_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_datasource",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_division",schemaname="public"} 101 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_doctype",schemaname="public"} 113116 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_doctype_template",schemaname="public"} 439 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_dw_tasks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_event_alerts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_favourites",schemaname="public"} 22 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_file",schemaname="public"} 570 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 25 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_integration_audit_log",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_integration_datamapping",schemaname="public"} 6952 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_integration_error_logs",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 49430 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 1422 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_integrations",schemaname="public"} 1412 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_integrations_config",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_intercompany_config",schemaname="public"} 6 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"} 1265 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"} 28 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"} 500 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"} 4 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"} 46 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"} 463 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_nearbystores",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_notification_recipients",schemaname="public"} 121 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_paymentterm",schemaname="public"} 92737 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"} 1227 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_print_template",schemaname="public"} 440 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"} 234670 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_process_access",schemaname="public"} 9429 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_process_log",schemaname="public"} 238264 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 3916 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 3.384447e+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"} 32113 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_process_window",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_process_window_access",schemaname="public"} 809 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_process_window_schema",schemaname="public"} 1957 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"} 43093 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 645 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_region",schemaname="public"} 244380 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_releases",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_releases_history",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_report",schemaname="public"} 12109 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 172110 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_report_job",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 201409 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 844 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"} 690 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_role",schemaname="public"} 4517 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 10 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"} 388516 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_sqlquery_log",schemaname="public"} 305 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"} 1069 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"} 53575 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"} 50938 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"} 5255 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"} 8899 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.008187e+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"} 2.7993095e+07 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 6588 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 2.403115e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 4468 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_user_device",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_user_division_access",schemaname="public"} 354393 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"} 431 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"} 11 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"} 1589 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_views",schemaname="public"} 31895 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_webhooks",schemaname="public"} 6551 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_window",schemaname="public"} 7.268621e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 744806 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_window_emailtemplate",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_window_process",schemaname="public"} 1088 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_window_rules",schemaname="public"} 3 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.7800331e+07 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"} 3586 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"} 5820 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"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwf_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwf_wfapprovals",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwf_wftasklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwf_wftasks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwf_workflow",schemaname="public"} 5415 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 2441 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 5439 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"} 268 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwf_workflow_eventstore",schemaname="public"} 32 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 1.506265e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwp_idea",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwp_idea_notes",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwp_milestone",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwq_assurance",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwq_assurance_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwq_collection",schemaname="public"} 17048 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwq_collection_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwq_collection_product",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwq_control",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwq_control_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwq_inspection",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwq_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwq_inspection_task",schemaname="public"} 67156 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"} 1503 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwq_parameters",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwq_parameters_grp",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwq_quality_engineer",schemaname="public"} 2 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="cwq_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_additional_charges",schemaname="public"} 146 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_b2c_customer_segment",schemaname="public"} 14805 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_cashup_sync",schemaname="public"} 970 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_configurations",schemaname="public"} 4095 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_customer_config",schemaname="public"} 145 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"} 364 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"} 135 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_expiry_discount_product",schemaname="public"} 2509 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_expiry_discount_range",schemaname="public"} 2508 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_expiry_discount_template",schemaname="public"} 2530 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_fb_floor",schemaname="public"} 615 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_fb_kot",schemaname="public"} 13854 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"} 99614 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 99540 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_fb_order_merge",schemaname="public"} 1275 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_fb_order_meta",schemaname="public"} 23421 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 57321 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_fb_production_center",schemaname="public"} 103881 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_fb_production_center_access",schemaname="public"} 9285 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_fb_section",schemaname="public"} 6179 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_fb_table",schemaname="public"} 24272 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_fb_table_reservation",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_fb_table_status",schemaname="public"} 45590 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_fb_waitlist",schemaname="public"} 4 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"} 1342 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_feedback_template_line",schemaname="public"} 2513 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_gift_config",schemaname="public"} 56 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"} 1733 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_giftcard_payment_preference",schemaname="public"} 379 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_giftcard_type",schemaname="public"} 847 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 684 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_image_library",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_ingredients",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_accumulation",schemaname="public"} 128 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_event_calendar",schemaname="public"} 146 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 13057 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 26596 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_prod_cat",schemaname="public"} 3268 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_redemption",schemaname="public"} 128 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_settings",schemaname="public"} 237 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_transaction",schemaname="public"} 33869 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_menutimeslot",schemaname="public"} 1483 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_method_correction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_payment_method_correction_line",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"} 311 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_payment_receipt",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_paymentmethod",schemaname="public"} 29269 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 58914 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 863 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 1224 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_pcatalogue_timeslot",schemaname="public"} 38 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_pcataloguelines",schemaname="public"} 1.21617278e+08 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 301 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 21197 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_pos_cart",schemaname="public"} 126 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 25252 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 460033 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 37385 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_pos_salesummary",schemaname="public"} 1 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"} 756 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_pos_till_health",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 3386 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"} 300 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 301 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 97984 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_recipe_bunit",schemaname="public"} 222997 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 222995 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 6634 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"} 117570 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_revenue_category",schemaname="public"} 138 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_rules",schemaname="public"} 127 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 124130 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_saletype_charge",schemaname="public"} 146 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_saletype_paymentmethod",schemaname="public"} 1113 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"} 39759 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 418455 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_store_discount",schemaname="public"} 120 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 44 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_store_preferences",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_till",schemaname="public"} 2.770492e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_till_access_meta",schemaname="public"} 303 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 15226 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 150988 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_till_log",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_till_login_logout",schemaname="public"} 151 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 175 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 697 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 167398 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 46167 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 71045 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"} 1417 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 1317 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 7012 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_wallet",schemaname="public"} 17009 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_wallet_payment_settings",schemaname="public"} 379 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_wallet_settings",schemaname="public"} 379 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"} 195 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cww_task",schemaname="public"} 799 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 6 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"} 104 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_asset",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_asset_alert_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_asset_audit",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_asset_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_asset_class",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_asset_disposal",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_asset_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_asset_issue",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_asset_proposal",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_asset_registration",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_asset_return",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_asset_rule_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_asset_sub_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_asset_subclass",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_asset_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_depreciation_method",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_depreciation_posting",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_depreciation_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_loc_building",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_loc_floor",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_loc_room",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_provisional_asset",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_account",schemaname="public"} 5701 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_acct_config_fixedasset",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_acct_config_general",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_acct_config_production",schemaname="public"} 1 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"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_acct_config_sales",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_adv_payment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_adv_receipt",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_ammortization",schemaname="public"} 0 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"} 2 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"} 65 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"} 2 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"} 5 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"} 1026 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"} 36 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 63 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 343993 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"} 3294 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 21 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_isd_summary",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_journal",schemaname="public"} 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"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 19926 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 2458 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 76054 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 29890 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_lin_pinv_tds",schemaname="public"} 44 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 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"} 67 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"} 17099 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"} 2010 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"} 7427 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"} 369 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 148933 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 15 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"} 45 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"} 0 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"} 2.05971e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 1.9970535e+07 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 5.6389529e+07 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 1.7508034e+07 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 1 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"} 146959 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.39495e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="lgs_fuel_indent",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="lgs_gatepass",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="lgs_gatepass_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="lgs_gatepass_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="lgs_provider",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="lgs_route_details",schemaname="public"} 42 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="lgs_task",schemaname="public"} 1115 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"} 112 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"} 67 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="lgs_vehicle_type",schemaname="public"} 67 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"} 979 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_addon_group",schemaname="public"} 35238 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_attribute",schemaname="public"} 33010 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_attribute_group",schemaname="public"} 593 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_attribute_value",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_autoconsumption_config",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_batch",schemaname="public"} 40284 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_batch_attribute",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_batch_conversion",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_batch_group",schemaname="public"} 90973 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 81492 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_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_costing_preferences",schemaname="public"} 24 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_coupon_provider",schemaname="public"} 56 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"} 17938 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_custom_attribute_fields",schemaname="public"} 588 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_internal_consumption",schemaname="public"} 3 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"} 60653 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 1.0757256e+07 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"} 681 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 443 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_inventory_receipt",schemaname="public"} 177 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_inventory_receiptline",schemaname="public"} 178 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"} 2.483248e+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_item_companion_rule",schemaname="public"} 1335 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_item_companion_rule_line",schemaname="public"} 138 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_material_request",schemaname="public"} 6814 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_movement",schemaname="public"} 4.338512e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_movementline",schemaname="public"} 29456 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_movementlinedetails",schemaname="public"} 843 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"} 23 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricing_approval",schemaname="public"} 137 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricing_b2c_customer",schemaname="public"} 865 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricing_b2c_segment",schemaname="public"} 864 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricing_brand",schemaname="public"} 864 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricing_bunit",schemaname="public"} 865 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricing_catalogue",schemaname="public"} 302 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricing_ccategory",schemaname="public"} 4011 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricing_coupon",schemaname="public"} 4879 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"} 864 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"} 4003 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricing_quantity",schemaname="public"} 865 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricing_xproduct",schemaname="public"} 890 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricing_yproduct",schemaname="public"} 4002 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricingrule",schemaname="public"} 4243 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_product",schemaname="public"} 1.45887646e+08 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 6524 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_product_attribute",schemaname="public"} 33005 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_product_bom",schemaname="public"} 347072 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_product_category",schemaname="public"} 1.6528504e+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"} 354390 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_product_group",schemaname="public"} 26396 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_product_images",schemaname="public"} 25 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_product_manufacturer",schemaname="public"} 17918 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_product_manufacturing",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_product_meta",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_product_purchase",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_product_visibility_rules",schemaname="public"} 7415 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"} 2.784963e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_receipt_lc",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_receipt_meta",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_receiptline",schemaname="public"} 3.283534e+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"} 3 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_receiptlinedetails",schemaname="public"} 1207 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"} 3 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"} 411 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"} 1.091699e+06 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.318809e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_shipmentline_bom",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_shipmentline_meta",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_shipmentlinedetails",schemaname="public"} 24 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_slowmover",schemaname="public"} 462588 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_stock",schemaname="public"} 1.99065866e+08 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 275434 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 24123 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_stock_reservation_rules",schemaname="public"} 209 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_stockadj_reason",schemaname="public"} 534 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_stockdetails",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_storage_group",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_storagebin",schemaname="public"} 601312 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 33238 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_tracker",schemaname="public"} 2068 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_trackertype",schemaname="public"} 17040 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_transaction",schemaname="public"} 4.1134117e+07 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_transactioncost",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_transactiondetails",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_transferissue",schemaname="public"} 2.46913e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 5.1506595e+07 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_transferissue_linedetails",schemaname="public"} 36 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_transferorder",schemaname="public"} 9.008557e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 8.7837516e+07 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 70085 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 1.419135e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 173340 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_transferrequest",schemaname="public"} 2.0679893e+07 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 1.0987214e+07 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_tray",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_tray_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_unitcost",schemaname="public"} 3654 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_visibility_brand",schemaname="public"} 98451 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_visibility_category",schemaname="public"} 7135 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_visibility_group",schemaname="public"} 98452 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_visibility_product",schemaname="public"} 7195 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"} 480457 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"} 571 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"} 279576 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_wastage_meta",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_wastageline",schemaname="public"} 6023 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_wastagelinedetails",schemaname="public"} 103 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"} 48 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"} 31 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"} 125 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ofd_order_timeline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ofd_substitute_products",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ofd_taskline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ofd_taskline_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ofd_tasks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="orders",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="otp_audit_log",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ox_order",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ox_order_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ox_orderline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_agent",schemaname="public"} 11234 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_contract",schemaname="public"} 653 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_contract_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_dn_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_exp_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_in_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_inv_settlementline",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_invoice",schemaname="public"} 1.285101e+06 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"} 447118 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_invoiceline_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_invoicelinetax",schemaname="public"} 2012 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 2910 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_lc_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_order",schemaname="public"} 1.185772e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_order_lc",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_order_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_orderline",schemaname="public"} 1.05730122e+08 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_orderline_bom",schemaname="public"} 41 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_orderline_meta",schemaname="public"} 41 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_orderlinetax",schemaname="public"} 3059 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 19722 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_pricelist",schemaname="public"} 3110 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_pricelist_version",schemaname="public"} 162 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_productprice",schemaname="public"} 7872 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 89 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_requisition",schemaname="public"} 860 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_requisition_line",schemaname="public"} 847 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_rfq",schemaname="public"} 28 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"} 41 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_supplier",schemaname="public"} 3.949599e+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"} 1.336733e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_supplier_bank_account",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_supplier_bunit",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 242 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 53 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 6 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"} 4655 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"} 6 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"} 77 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 77 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"} 84 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 77 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"} 4515 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 8676 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 124585 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 2.216018e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pr_ioproductdetails",schemaname="public"} 131 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.808775e+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"} 4655 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"} 124584 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"} 3 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 281 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 46 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pr_prun",schemaname="public"} 1889 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"} 1026 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 53745 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 2972 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"} 5 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"} 139433 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"} 6.510457e+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"} 8.252723e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_customer_bankacct",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_customer_category",schemaname="public"} 8794 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"} 125 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 526 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 35 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_customer_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_daily_trip",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_daily_trip_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_daily_trip_stop",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_dropship",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_dropship_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_estimate",schemaname="public"} 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"} 833 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 177 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_invoice",schemaname="public"} 4.596782e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_invoice_integration",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_invoiceline",schemaname="public"} 1.21852089e+08 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 30 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 7.361778e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 632686 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_item_companion_trx",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_joborder",schemaname="public"} 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"} 1.04448846e+08 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 5.36397752e+08 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_orderline",schemaname="public"} 7.63466465e+08 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 86464 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_orderline_meta",schemaname="public"} 2647 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 1298 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 170853 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 198985 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_packingslip_details",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_pfinvoice",schemaname="public"} 23 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_pfinvoice_line",schemaname="public"} 1 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"} 183048 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_pricelist_version",schemaname="public"} 1591 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_productprice",schemaname="public"} 1.2772585e+08 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_quotation",schemaname="public"} 234 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"} 292 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"} 110 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"} 20004 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_service_bill",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_service_bill_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_service_center_notifications",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_service_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_service_inventory",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_service_location",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_service_movement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_service_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_service_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_sr_inspection_data",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_sr_inspection_field",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_sr_inspection_option",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_sr_inspection_section",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_sr_inspection_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_subscription",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_subscription_group",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_subscription_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_subscription_plan",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_survey_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_survey_template_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_target",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_technician",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="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"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="test_table",schemaname="public"} 11 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"} 165 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"} 396 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="w_routing_control_area",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="w_routing_steps",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="w_routing_templates",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="w_strategy_entity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="w_strategy_profile",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="w_task",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="w_task_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="w_tolerance",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="w_uom_restrictions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="webinar_settings",schemaname="public"} 0 # HELP pg_statio_user_tables_idx_blocks_read Number of disk blocks read from all indexes on this table # TYPE pg_statio_user_tables_idx_blocks_read counter pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ai_ocr_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="api_key",schemaname="public"} 326 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 333622 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 17822 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="b2c_customer_credit_trx",schemaname="public"} 20924 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="b2c_customer_meta",schemaname="public"} 15573 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"} 9107 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="c_bp_taxcategory",schemaname="public"} 284 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="c_region",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cdr_event_store",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cdr_feedback",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cdr_receipts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cdr_social_media",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cdr_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cdr_terms_conditions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_accommodation_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_action_taken",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_admin_tasks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_airticket",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_airticket_allowance",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_airticket_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_airticket_provision",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_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_candidate_document",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_candidates",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_certificate_prefer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_claim_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_company_accommodation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_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_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_itassets",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_loan",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_passport",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_pay_head",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_payslip",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_personal",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_punch",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_salary",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_shift",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_transfer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_empid_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_employee",schemaname="public"} 10 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_resignation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_employee_transfer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_encash_details",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_enroll_attendance",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_enroll_course",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_enrollment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_eos",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_eos_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_eos_discussion",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_eph_accrual",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_eph_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_ethnicrace",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_evaluation_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_exemption",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_expense_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_expense_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_expensereq_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_final_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_final_settlement_line",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_feedback",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_interview_round",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_interviews",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_investment_declaration",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_jd_assesstype",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_job",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_job_application",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_job_description",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_job_offer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_job_offer_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_job_platform",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_job_posting",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_job_requisition",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_job_role",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_job_transfer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_jobcode_view",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_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_offcycle_run",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_onboarding",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_onboarding_documents",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_ot_preference",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_ot_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_otherincome",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_passport",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_pay_component",schemaname="public"} 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_payslip",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_payslip_component",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_pendingothrs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_pendingpay_components",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_perform_review",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_period",schemaname="public"} 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_platform",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_scorecard",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_section",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_section_group",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_selfservice_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_selfservice_employee",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_shift",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_shift_days",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_shift_policy",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_shift_roaster",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_shift_rotation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_shift_team",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_shift_team_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_shift_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_skill_preference",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_slab",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_slabline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_sp_add",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_sp_contribution",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_sp_deduction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_sr_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_st_deductions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_st_earnings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_tax_regime",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_tax_slabs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_tds",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_tds_declaration",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_tds_deduction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_tds_hra",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_tds_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_tdsline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_team",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_team_emp",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_tour",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_tour_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_training_feedback",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_training_feedback_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_training_question",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_training_schedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_visa_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_weekends",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_weeknumber",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_weekoff_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_wfh_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_work_location",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_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"} 1464 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"} 7 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_lead",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_lead_products",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_opportunity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_sale",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_seglist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_segment_behaviors",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_segment_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_social_post",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_social_postline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_stream",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_task",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_webinar",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_webinar_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_webinar_platform",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_airflow_dags",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_alert",schemaname="public"} 2536 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"} 35202 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"} 18408 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_app_access",schemaname="public"} 1122 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 1038 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_ar_adjustmenttype",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_audit_config",schemaname="public"} 7998 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 2.403801e+06 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 2180 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 13162 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 2807 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_batch_register",schemaname="public"} 2180 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_bunit",schemaname="public"} 12005 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_bunit_location",schemaname="public"} 6534 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"} 340 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_city",schemaname="public"} 59 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_client",schemaname="public"} 16684 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_client_applications",schemaname="public"} 5 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"} 17615 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_cur_denomination",schemaname="public"} 1218 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_currency",schemaname="public"} 34877 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 1062 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_lock_override_role",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_data_lock_rule",schemaname="public"} 11237 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_data_validator_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_datasource",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_division",schemaname="public"} 60 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_doctype",schemaname="public"} 24001 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_doctype_template",schemaname="public"} 3131 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_dw_tasks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_event_alerts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_favourites",schemaname="public"} 572 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_file",schemaname="public"} 4974 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 24 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_integration_audit_log",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_integration_datamapping",schemaname="public"} 14230 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_integration_error_logs",schemaname="public"} 341 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 49443 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 10651 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_integrations",schemaname="public"} 10639 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_integrations_config",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_intercompany_config",schemaname="public"} 112 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"} 2901 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"} 797 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_master_data_config_history",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_menu",schemaname="public"} 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"} 370 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"} 76 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"} 65 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"} 106 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_nearbystores",schemaname="public"} 23 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_notification_recipients",schemaname="public"} 338 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_paymentterm",schemaname="public"} 26169 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"} 1109 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_print_template",schemaname="public"} 3133 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"} 115884 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_process_access",schemaname="public"} 28879 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_process_log",schemaname="public"} 290899 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 17988 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 550655 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"} 28079 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_process_window",schemaname="public"} 40 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_process_window_access",schemaname="public"} 2482 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_process_window_schema",schemaname="public"} 2261 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"} 56581 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 6035 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_region",schemaname="public"} 29706 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_releases",schemaname="public"} 1 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"} 8431 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 17830 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_report_job",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 16504 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 2083 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 117 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_returnreason",schemaname="public"} 2187 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_role",schemaname="public"} 3419 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 89 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"} 115599 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_sqlquery_log",schemaname="public"} 1590 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"} 4899 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"} 16542 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"} 38275 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"} 13952 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"} 30861 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"} 35009 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_uom_conversion",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_user",schemaname="public"} 21053 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 4586 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 819542 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 3289 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_user_device",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_user_division_access",schemaname="public"} 7487 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"} 2569 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"} 253 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_user_session",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_user_session_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_user_warehouse_access",schemaname="public"} 1261 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_views",schemaname="public"} 12883 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_webhooks",schemaname="public"} 32362 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_window",schemaname="public"} 21583 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 39804 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"} 4007 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_window_rules",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_window_rules_validation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_window_schema",schemaname="public"} 22617 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"} 1327 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"} 3213 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"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwf_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwf_wfapprovals",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwf_wftasklist",schemaname="public"} 19 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"} 4347 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 844 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 4369 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"} 1856 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwf_workflow_eventstore",schemaname="public"} 1565 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 27948 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwp_idea",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwp_idea_notes",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwp_milestone",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwq_assurance",schemaname="public"} 14 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"} 3460 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwq_collection_line",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwq_collection_product",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwq_control",schemaname="public"} 3 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"} 13 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"} 4706 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwq_inspection_workflow",schemaname="public"} 2 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"} 558 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwq_parameters",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwq_parameters_grp",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwq_quality_engineer",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwq_quality_sub_workflow",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwq_quality_workflow",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwq_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_additional_charges",schemaname="public"} 957 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_b2c_customer_segment",schemaname="public"} 14328 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_cashup_sync",schemaname="public"} 1120 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_configurations",schemaname="public"} 3060 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_customer_config",schemaname="public"} 922 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"} 1273 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"} 930 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_expiry_discount_product",schemaname="public"} 4788 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_expiry_discount_range",schemaname="public"} 4789 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_expiry_discount_template",schemaname="public"} 4789 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_fb_floor",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_fb_kot",schemaname="public"} 77566 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"} 36407 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 39400 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_fb_order_merge",schemaname="public"} 1321 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_fb_order_meta",schemaname="public"} 24067 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 34042 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_fb_production_center",schemaname="public"} 20759 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_fb_production_center_access",schemaname="public"} 6290 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_fb_section",schemaname="public"} 1379 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_fb_table",schemaname="public"} 18285 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_fb_table_reservation",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_fb_table_status",schemaname="public"} 42582 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_fb_waitlist",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_feedback",schemaname="public"} 85 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_feedback_template",schemaname="public"} 4782 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_feedback_template_line",schemaname="public"} 4784 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_gift_config",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_gift_voucher",schemaname="public"} 85 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_giftcard",schemaname="public"} 15841 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_giftcard_payment_preference",schemaname="public"} 1043 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 157 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_giftcard_type",schemaname="public"} 3193 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 1624 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_image_library",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_ingredients",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_loyalty_accumulation",schemaname="public"} 920 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_brand_scope",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_loyalty_event_calendar",schemaname="public"} 923 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 37873 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 34609 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_loyalty_prod_cat",schemaname="public"} 937 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_loyalty_redemption",schemaname="public"} 920 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_loyalty_settings",schemaname="public"} 2419 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_loyalty_transaction",schemaname="public"} 44134 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_menutimeslot",schemaname="public"} 1517 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_method_correction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_payment_method_correction_line",schemaname="public"} 80 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"} 1042 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_payment_receipt",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_paymentmethod",schemaname="public"} 71997 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 12806 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 1735 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 3128 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_pcatalogue_timeslot",schemaname="public"} 50 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_pcataloguelines",schemaname="public"} 237629 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 1033 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 142248 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_pos_cart",schemaname="public"} 1538 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 37219 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 139591 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 142815 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_pos_salesummary",schemaname="public"} 1 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"} 1542 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_pos_till_health",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 2101 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"} 1033 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 1033 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 18745 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_recipe_bunit",schemaname="public"} 10469 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 10471 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 32267 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"} 18505 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_revenue_category",schemaname="public"} 919 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_rules",schemaname="public"} 928 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 68608 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_saletype_charge",schemaname="public"} 957 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_saletype_paymentmethod",schemaname="public"} 14260 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"} 49122 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 100907 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_store_discount",schemaname="public"} 1546 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 183 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_store_preferences",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_till",schemaname="public"} 45540 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_till_access_meta",schemaname="public"} 1052 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 26301 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 13102 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_till_log",schemaname="public"} 24 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_till_login_logout",schemaname="public"} 1070 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 752 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 1165 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 23626 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 16658 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 14080 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"} 718 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 1848 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 3894 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_wallet",schemaname="public"} 15923 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_wallet_payment_settings",schemaname="public"} 1043 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_wallet_settings",schemaname="public"} 1043 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"} 77 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cww_task",schemaname="public"} 1198 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 102 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"} 1738 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"} 19 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"} 2 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"} 7139 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_acct_config_fixedasset",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_acct_config_general",schemaname="public"} 14 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"} 15 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_acct_config_production",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_acct_config_rules",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_acct_config_sales",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 14 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"} 13 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"} 6 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"} 54 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"} 1 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"} 5 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"} 2 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"} 1491 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"} 36 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 237 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 71567 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"} 649 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 52 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_isd_summary",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_journal",schemaname="public"} 2 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"} 36 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 33457 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 6903 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 36 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 2505 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 27537 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_lin_pinv_tds",schemaname="public"} 226 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_lin_pur_inv_tcs",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_lin_sal_inv_tcs",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 1023 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"} 3500 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_lin_tcs_trx_history",schemaname="public"} 10 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"} 2090 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 4 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"} 1976 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"} 1376 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 27063 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 916 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 106 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_period",schemaname="public"} 189 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"} 0 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"} 1.002042e+06 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 829427 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 5.087071e+06 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 2.036584e+06 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 7 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"} 140996 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"} 41348 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="lgs_fuel_indent",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="lgs_gatepass",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="lgs_gatepass_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="lgs_gatepass_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="lgs_provider",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="lgs_route_details",schemaname="public"} 230 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="lgs_task",schemaname="public"} 2679 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"} 528 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"} 314 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="lgs_vehicle_type",schemaname="public"} 314 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"} 9162 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_addon_group",schemaname="public"} 4900 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_attribute",schemaname="public"} 3673 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_attribute_group",schemaname="public"} 1232 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_attribute_value",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_autoconsumption_config",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_batch",schemaname="public"} 29022 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_batch_attribute",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_batch_conversion",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_batch_group",schemaname="public"} 22178 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 7115 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_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_costing_preferences",schemaname="public"} 301 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_coupon_provider",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_coupon_sales",schemaname="public"} 77 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_custom_attribute",schemaname="public"} 4408 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_custom_attribute_fields",schemaname="public"} 1229 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"} 4 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"} 14517 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 60653 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"} 337 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 438 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_inventory_receipt",schemaname="public"} 139 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_inventory_receiptline",schemaname="public"} 142 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"} 418321 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_inventorylinedetails",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_issue_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_item_companion_rule",schemaname="public"} 1534 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_item_companion_rule_line",schemaname="public"} 916 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_material_request",schemaname="public"} 3073 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_movement",schemaname="public"} 55280 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_movementline",schemaname="public"} 35417 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_movementlinedetails",schemaname="public"} 294 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"} 273 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricing_approval",schemaname="public"} 1036 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricing_b2c_customer",schemaname="public"} 269 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricing_b2c_segment",schemaname="public"} 270 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricing_brand",schemaname="public"} 270 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricing_bunit",schemaname="public"} 269 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricing_catalogue",schemaname="public"} 2052 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricing_ccategory",schemaname="public"} 537 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricing_coupon",schemaname="public"} 41753 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"} 270 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"} 533 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricing_quantity",schemaname="public"} 269 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricing_xproduct",schemaname="public"} 288 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricing_yproduct",schemaname="public"} 534 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricingrule",schemaname="public"} 18718 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"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_product",schemaname="public"} 968172 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 12780 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_product_attribute",schemaname="public"} 3675 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_product_bom",schemaname="public"} 79828 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_product_category",schemaname="public"} 59170 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"} 7491 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_product_group",schemaname="public"} 4260 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_product_images",schemaname="public"} 39 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_product_manufacturer",schemaname="public"} 4403 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_product_manufacturing",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_product_meta",schemaname="public"} 61 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"} 7889 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_product_warranty",schemaname="public"} 10 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"} 94406 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_receipt_lc",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_receipt_meta",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_receiptline",schemaname="public"} 389574 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_receiptline_bom",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_receiptline_meta",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_receiptlinedetails",schemaname="public"} 460 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_replenishment",schemaname="public"} 5 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"} 5 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"} 2757 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"} 584729 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"} 734759 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_shipmentline_bom",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_shipmentline_meta",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_shipmentlinedetails",schemaname="public"} 39 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_slowmover",schemaname="public"} 14236 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_stock",schemaname="public"} 6.158283e+06 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 6753 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 20685 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_stock_reservation_rules",schemaname="public"} 782 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_stockadj_reason",schemaname="public"} 147 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"} 7 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_storagebin",schemaname="public"} 27591 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 19561 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_tracker",schemaname="public"} 692 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_trackertype",schemaname="public"} 3466 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_transaction",schemaname="public"} 2.777355e+07 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_transactioncost",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_transactiondetails",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_transferissue",schemaname="public"} 187274 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 7.16896e+06 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_transferissue_linedetails",schemaname="public"} 132 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_transferorder",schemaname="public"} 411202 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 979318 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 68328 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 163188 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 62907 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_transferreceipt_linedetails",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_transferrequest",schemaname="public"} 850595 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 757844 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"} 3009 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_visibility_brand",schemaname="public"} 4559 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_visibility_category",schemaname="public"} 7686 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_visibility_group",schemaname="public"} 4558 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_visibility_product",schemaname="public"} 7745 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"} 41107 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"} 1794 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"} 8837 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_wastage_meta",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_wastageline",schemaname="public"} 8899 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_wastagelinedetails",schemaname="public"} 103 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"} 19 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"} 72 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"} 4 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"} 83 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"} 537 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ofd_order_timeline",schemaname="public"} 83 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"} 3 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"} 83 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="orders",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="otp_audit_log",schemaname="public"} 125 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ox_order",schemaname="public"} 71 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"} 6726 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_contract",schemaname="public"} 842 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_contract_line",schemaname="public"} 19 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_dn_settlement",schemaname="public"} 2 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"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_inv_settlementline",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_invoice",schemaname="public"} 23517 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_invoice_meta",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 4494 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_invoiceline_bom",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_invoiceline_meta",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_invoicelinetax",schemaname="public"} 1984 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 2121 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_lc_type",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_order",schemaname="public"} 91395 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_order_lc",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_order_meta",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_orderline",schemaname="public"} 348763 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_orderline_bom",schemaname="public"} 105 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_orderline_meta",schemaname="public"} 104 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_orderlinetax",schemaname="public"} 14202 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 20795 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 100 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_pricelist",schemaname="public"} 5468 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_pricelist_version",schemaname="public"} 239 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_productprice",schemaname="public"} 5205 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 377 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_requisition",schemaname="public"} 2703 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_requisition_line",schemaname="public"} 2617 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_rfq",schemaname="public"} 26 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"} 104 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_supplier",schemaname="public"} 63519 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"} 41826 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"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 238 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 65 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 223 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_workorder",schemaname="public"} 764 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"} 1 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"} 6 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 4 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"} 58 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 58 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"} 1 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"} 65 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 58 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"} 1 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"} 1 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"} 668 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 15146 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 11368 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 992938 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pr_ioproductdetails",schemaname="public"} 224 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"} 100657 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"} 690 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"} 11367 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"} 7 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 590 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 231 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pr_prun",schemaname="public"} 578 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"} 2069 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 48584 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 6049 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="qrtz_locks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="qrtz_paused_trigger_grps",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="qrtz_simple_triggers",schemaname="public"} 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"} 109382 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"} 10 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_customer",schemaname="public"} 87883 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"} 52278 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 21 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_customer_bankacct",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_customer_category",schemaname="public"} 18063 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"} 154 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 329 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 62 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_customer_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_daily_trip",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_daily_trip_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_daily_trip_stop",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_dropship",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_dropship_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_estimate",schemaname="public"} 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"} 10 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"} 41 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 78 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_invoice",schemaname="public"} 1.140331e+06 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_invoice_integration",schemaname="public"} 28 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_invoice_meta",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_invoiceline",schemaname="public"} 1.5668242e+07 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 1.38815e+06 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 728470 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_item_companion_trx",schemaname="public"} 70 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_joborder",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_joborder_charge_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_joborder_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_joborder_estimation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_joborder_images",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_joborder_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_joborder_part",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_joborder_service_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_joborder_services",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_joborder_status",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_joborder_task",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_order",schemaname="public"} 9.0284957e+07 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 83 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 7.08699502e+08 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_orderline",schemaname="public"} 1.2363903e+07 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 29990 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_orderline_meta",schemaname="public"} 18259 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 4227 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 342687 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 427194 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_packingslip_details",schemaname="public"} 79 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_pfinvoice",schemaname="public"} 84 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_pfinvoice_line",schemaname="public"} 5 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"} 78498 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_pricelist_version",schemaname="public"} 2825 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_productprice",schemaname="public"} 314174 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 122 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_quotation",schemaname="public"} 603 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_quotation_line",schemaname="public"} 0 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"} 274 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_rfqline",schemaname="public"} 2 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"} 322 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"} 35256 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_service_bill",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_service_bill_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_service_center_notifications",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_service_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_service_inventory",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_service_location",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_service_movement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_service_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_service_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_sr_inspection_data",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_sr_inspection_field",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_sr_inspection_option",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_sr_inspection_section",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_sr_inspection_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_subscription",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_subscription_group",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_subscription_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_subscription_plan",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_survey_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_survey_template_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_target",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_technician",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="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"} 130 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="test_table",schemaname="public"} 8 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"} 1 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"} 194 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"} 888 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"} 83 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="ai_ocr_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="api_key",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="b2c_customer_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="b2c_customer_uuid",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="brand",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="c_bp_taxcategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="c_region",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cdr_event_store",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cdr_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cdr_receipts",schemaname="public"} 5.79488e+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_candidate_document",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_candidates",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_certificate_prefer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_claim_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_company_accommodation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_course",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_course_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_course_competency",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_course_cost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_course_enrollment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_course_job",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_course_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_declare_oi",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_deductions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_delegation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_department",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_dependants",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_dept_team",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_division",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_ed_accrual",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_ed_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_emp_address",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_emp_adminassets",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_emp_agreement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_emp_assessment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_emp_attendance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_emp_benefits",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_emp_delegation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_emp_dependents",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_emp_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_emp_documents",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_emp_docverification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_emp_itassets",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_emp_loan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_emp_passport",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_emp_pay_head",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_emp_payslip",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_emp_personal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_emp_punch",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_emp_salary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_emp_shift",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_emp_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_empid_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_employee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_employee_accommodation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_employee_audit_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_employee_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_employee_education",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_employee_experience",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_employee_job_info",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_employee_leave_info",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_employee_resignation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_employee_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_encash_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_enroll_attendance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_enroll_course",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_enrollment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_eos",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_eos_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_eos_discussion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_eph_accrual",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_eph_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_ethnicrace",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_evaluation_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_exemption",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_expense_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_expense_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_expensereq_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_final_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_final_settlement_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_formula",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_formulakey",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_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_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_interview_round",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_interviews",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_investment_declaration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_jd_assesstype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_job",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_job_application",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_job_description",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_job_offer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_job_offer_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_job_platform",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_job_posting",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_job_requisition",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_job_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_job_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_jobcode_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_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_offcycle_run",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_onboarding",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_onboarding_documents",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_ot_preference",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_ot_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_otherincome",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_passport",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_pay_component",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_pay_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_payslip",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_payslip_component",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_pendingothrs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_pendingpay_components",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_perform_review",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_period",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_pio_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_platform",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_scorecard",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_section",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_section_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_selfservice_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_selfservice_employee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_shift",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_shift_days",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_shift_policy",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_shift_roaster",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_shift_rotation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_shift_team",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_shift_team_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_shift_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_skill_preference",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_slab",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_slabline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_sp_add",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_sp_contribution",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_sp_deduction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_sr_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_st_deductions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_st_earnings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_tax_regime",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_tax_slabs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_tds",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_tds_declaration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_tds_deduction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_tds_hra",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_tds_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_tdsline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_team",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_team_emp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_tour",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_tour_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_training_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_training_feedback_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_training_question",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_training_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_visa_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_weekends",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_weeknumber",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_weekoff_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_wfh_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_work_location",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_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"} 14 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"} 14 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_ar_adjustmenttype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_audit_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 6.8033684e+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"} 140149 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 5540 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"} 233803 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_bunit_location",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_bunit_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_bunit_notifications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_city",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_client",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_client_applications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_client_apps",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_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_lock_override_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_data_lock_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_data_validator_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_datasource",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_division",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_doctype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_doctype_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_dw_tasks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_event_alerts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_favourites",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_file",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_integration_audit_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_integration_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"} 1.5717666e+07 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_integrations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_integrations_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_intercompany_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_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"} 1144 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"} 58 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"} 1973 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"} 1.284e+06 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_process_rundetail",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_process_schema",schemaname="public"} 2628 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"} 1528 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"} 18 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_report",schemaname="public"} 266 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_report_job",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 206533 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"} 21035 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"} 56948 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"} 1.251833e+06 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_user_device",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_user_division_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_user_locale",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_user_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_user_mfa",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_user_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.7853348e+07 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cw_auth_token",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_channel",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_company",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_company_city",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_company_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_order_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_order_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_order_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_orderline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_store_holidays",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_store_timings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_stores_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwcs_subscription",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwf_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwf_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwf_wfapprovals",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwf_wftasklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwf_wftasks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwf_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwp_idea",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwp_idea_notes",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwp_milestone",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwq_assurance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwq_assurance_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwq_collection",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwq_collection_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwq_collection_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwq_control",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwq_control_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwq_inspection",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwq_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwq_inspection_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwq_parameters",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwq_parameters_grp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwq_quality_engineer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwq_quality_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwq_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_additional_charges",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_cashup_sync",schemaname="public"} 316664 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"} 2.700056e+06 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 899654 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_fb_production_center",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_fb_section",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_fb_table",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_fb_table_status",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_feedback_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_gift_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_gift_voucher",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_giftcard",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_giftcard_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_image_library",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_ingredients",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_menutimeslot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_mystore",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_payment_providers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_payment_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_pcataloguelines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 3.6066338e+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"} 75156 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 627715 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_pos_till_health",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 479 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_revenue_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_saletype_charge",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_sevent",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_sevent_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_sevent_run",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_store_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_store_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_store_dailyops",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_store_discount",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_store_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_till",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_till_access_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_till_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_till_login_logout",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 126865 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_wallet",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_wallet_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_wallet_topup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_wallet_trx",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cws_ticket",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cws_ticket_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cww_mobilew_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cww_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cww_tasklinedetail",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwx_customer_user",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwx_payment_method",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ds_channel",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ds_channel_frames",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ds_media",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ds_player_channel",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ds_players",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ds_playlist_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ds_playlists",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ds_schedules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ds_tray_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="email_source",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_asset",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_asset_alert_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_asset_audit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_asset_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_asset_class",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_asset_disposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_asset_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_asset_issue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_asset_proposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_asset_registration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_asset_return",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_asset_rule_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_asset_sub_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_asset_subclass",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_asset_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_depreciation_method",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_depreciation_posting",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_depreciation_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_loc_building",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_loc_floor",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_loc_room",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_provisional_asset",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_acct_config_general",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_acct_config_production",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_acct_config_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_acct_config_sales",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_adv_payment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_adv_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_ammortization",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_ammortization_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_bank_connector",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_distribution_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_financial_acct_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_funds_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_isd_summary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_journal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 3050 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_lin_tds_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_pay_pglogs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_payment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_payment_advice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_payment_advice_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_payment_proposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_period",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_period_audit_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_period_control",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="flyway_schema_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="hsncode",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="lgs_fuel_indent",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="lgs_gatepass",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="lgs_gatepass_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="lgs_gatepass_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="lgs_provider",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="lgs_route_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="lgs_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="lgs_task_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="lgs_vehicle",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="lgs_vehicle_make",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="lgs_vehicle_model",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="lgs_vehicle_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="line_tab",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="list_contacts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_addon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_addon_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_attribute",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_attribute_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_attribute_value",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_autoconsumption_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_batch",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_batch_attribute",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_batch_conversion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_batch_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_batch_subproduct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_bom_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_categories_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_cost_adjustment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_costing_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_costing_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_coupon_provider",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_coupon_sales",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_custom_attribute",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_internal_consumption",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_internal_consumptionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_inventory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_inventory_issue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_inventory_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_inventory_receiptline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_inventoryline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_inventorylinedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_issue_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_item_companion_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_material_request",schemaname="public"} 12286 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"} 5 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_product_category_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_product_category_attr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_product_divisions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_product_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_product_images",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_product_manufacturer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_product_manufacturing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_product_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_product_purchase",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_product_visibility_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_product_warranty",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_purchase_pricing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_purpricing_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_purpricing_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_purpricing_scategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_purpricing_supplier",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_receipt_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_stock_reservation_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_stockadj_reason",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_stockdetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_storage_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_storagebin",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_tracker",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_trackertype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_transactioncost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_transactiondetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_transferissue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_transferorder",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_transferrequest",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_transferrequest_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"} 665 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"} 98 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_invoiceline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_lc_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_order_lc",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_order_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_orderline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_orderline_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_orderlinetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_pricelist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_productprice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_requisition",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_requisition_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_rfq",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_rfq_supplier",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_rfqlines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_supplier",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_supplier_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_supplier_address",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_supplier_bank_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_supplier_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_workorder",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_workorder_charges",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_workorder_issue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_workorder_status",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_workorder_tracking",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="plm_design",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="plm_design_availability",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="plm_design_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="plm_designer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="plm_project",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="plm_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_application",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_bug",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_docs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_feature",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_module",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_project",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_resources",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_skill",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_breederconfig",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_farm_standards",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_flock",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_livestock",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_machine",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_pullout",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_pulloutline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_setter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_setterline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_bom_adjustment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_ioproductdetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_operation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_outproducts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_pproducts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_processic",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_prodindirectcost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_product_conversion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_product_convline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_production_plan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_prun",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="preprod_fin_receiptplan_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="qrtz_calendars",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="qrtz_locks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="qrtz_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_business_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_customer_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_customer_address",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_customer_bankacct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_customer_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_customer_category_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_customer_contact",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_customer_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_daily_trip",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_daily_trip_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_daily_trip_stop",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_dropship",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_dropship_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_estimate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_fsm_home_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_in_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_incentive_eligibility",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_incentive_plan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_incentive_summary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_industry_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_invoice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_invoice_integration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_invoiceline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_item_companion_trx",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_joborder",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_joborder_charge_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_joborder_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_joborder_estimation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_joborder_images",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_joborder_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_joborder_part",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_joborder_service_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_joborder_services",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_joborder_status",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_joborder_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 256 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="ai_ocr_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="api_key",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="b2c_customer_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="b2c_customer_uuid",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="brand",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="c_bp_taxcategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="c_region",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cdr_event_store",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cdr_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cdr_receipts",schemaname="public"} 10878 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_candidate_document",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_candidates",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_certificate_prefer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_claim_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_company_accommodation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_course",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_course_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_course_competency",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_course_cost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_course_enrollment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_course_job",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_course_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_declare_oi",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_deductions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_delegation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_department",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_dependants",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_dept_team",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_division",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_ed_accrual",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_ed_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_emp_address",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_emp_adminassets",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_emp_agreement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_emp_assessment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_emp_attendance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_emp_benefits",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_emp_delegation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_emp_dependents",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_emp_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_emp_documents",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_emp_docverification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_emp_itassets",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_emp_loan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_emp_passport",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_emp_pay_head",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_emp_payslip",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_emp_personal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_emp_punch",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_emp_salary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_emp_shift",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_emp_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_empid_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_employee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_employee_accommodation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_employee_audit_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_employee_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_employee_education",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_employee_experience",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_employee_job_info",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_employee_leave_info",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_employee_resignation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_employee_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_encash_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_enroll_attendance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_enroll_course",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_enrollment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_eos",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_eos_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_eos_discussion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_eph_accrual",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_eph_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_ethnicrace",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_evaluation_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_exemption",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_expense_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_expense_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_expensereq_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_final_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_final_settlement_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_formula",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_formulakey",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_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_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_interview_round",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_interviews",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_investment_declaration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_jd_assesstype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_job",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_job_application",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_job_description",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_job_offer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_job_offer_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_job_platform",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_job_posting",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_job_requisition",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_job_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_job_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_jobcode_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_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_offcycle_run",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_onboarding",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_onboarding_documents",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_ot_preference",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_ot_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_otherincome",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_passport",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_pay_component",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_pay_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_payslip",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_payslip_component",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_pendingothrs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_pendingpay_components",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_perform_review",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_period",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_pio_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_platform",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_scorecard",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_section",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_section_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_selfservice_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_selfservice_employee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_shift",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_shift_days",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_shift_policy",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_shift_roaster",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_shift_rotation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_shift_team",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_shift_team_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_shift_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_skill_preference",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_slab",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_slabline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_sp_add",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_sp_contribution",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_sp_deduction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_sr_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_st_deductions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_st_earnings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_tax_regime",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_tax_slabs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_tds",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_tds_declaration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_tds_deduction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_tds_hra",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_tds_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_tdsline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_team",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_team_emp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_tour",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_tour_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_training_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_training_feedback_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_training_question",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_training_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_visa_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_weekends",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_weeknumber",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_weekoff_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_wfh_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_work_location",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_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"} 28 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"} 28 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_ar_adjustmenttype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_audit_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 124574 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"} 16403 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 471 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"} 14461 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_bunit_location",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_bunit_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_bunit_notifications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_city",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_client",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_client_applications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_client_apps",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_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_lock_override_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_data_lock_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_data_validator_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_datasource",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_division",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_doctype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_doctype_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_dw_tasks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_event_alerts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_favourites",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_file",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_integration_audit_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_integration_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"} 69418 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_integrations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_integrations_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_intercompany_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_language",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_license_policy",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_log_retention_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_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"} 190 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"} 104 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"} 7950 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"} 6275 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"} 2234 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"} 1574 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"} 28 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"} 30 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_report",schemaname="public"} 28 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_report_job",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 13743 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"} 248 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"} 6581 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"} 12287 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_user_device",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_user_division_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_user_locale",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_user_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_user_mfa",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_user_policy_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_user_preference",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_user_session",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_user_session_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_views",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_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"} 49739 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cw_auth_token",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwc_channel",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwc_company",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwc_company_city",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwc_company_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwc_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwc_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwc_order_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwc_order_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwc_order_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwc_orderline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwc_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwc_store_holidays",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwc_store_timings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwc_stores_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwcs_subscription",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwf_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwf_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwf_wfapprovals",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwf_wftasklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwf_wftasks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwf_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwp_idea",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwp_idea_notes",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwp_milestone",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwq_assurance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwq_assurance_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwq_collection",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwq_collection_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwq_collection_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwq_control",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwq_control_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwq_inspection",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwq_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwq_inspection_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwq_parameters",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwq_parameters_grp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwq_quality_engineer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwq_quality_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwq_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_additional_charges",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_cashup_sync",schemaname="public"} 1762 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"} 43103 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 21293 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_fb_production_center",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_fb_section",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_fb_table",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_fb_table_status",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_feedback_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_gift_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_gift_voucher",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_giftcard",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_giftcard_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_image_library",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_ingredients",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_menutimeslot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_mystore",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_payment_providers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_payment_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_pcataloguelines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 152537 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"} 71096 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 53479 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_pos_till_health",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 576 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_revenue_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_saletype_charge",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_sevent",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_sevent_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_sevent_run",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_store_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_store_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_store_dailyops",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_store_discount",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_store_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_till",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_till_access_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_till_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_till_login_logout",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 1519 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_wallet",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_wallet_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_wallet_topup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_wallet_trx",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cws_ticket",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cws_ticket_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cww_mobilew_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cww_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cww_tasklinedetail",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwx_customer_user",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwx_payment_method",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ds_channel",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ds_channel_frames",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ds_media",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ds_player_channel",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ds_players",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ds_playlist_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ds_playlists",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ds_schedules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ds_tray_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="email_source",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_asset",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_asset_alert_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_asset_audit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_asset_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_asset_class",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_asset_disposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_asset_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_asset_issue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_asset_proposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_asset_registration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_asset_return",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_asset_rule_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_asset_sub_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_asset_subclass",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_asset_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_depreciation_method",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_depreciation_posting",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_depreciation_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_loc_building",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_loc_floor",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_loc_room",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_provisional_asset",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_acct_config_general",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_acct_config_production",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_acct_config_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_acct_config_sales",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_adv_payment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_adv_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_ammortization",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_ammortization_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_bank_connector",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_distribution_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_financial_acct_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_funds_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_isd_summary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_journal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 77 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_lin_tds_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_pay_pglogs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_payment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_payment_advice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_payment_advice_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_payment_proposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_period",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_period_audit_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_period_control",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="flyway_schema_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="hsncode",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="lgs_fuel_indent",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="lgs_gatepass",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="lgs_gatepass_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="lgs_gatepass_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="lgs_provider",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="lgs_route_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="lgs_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="lgs_task_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="lgs_vehicle",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="lgs_vehicle_make",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="lgs_vehicle_model",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="lgs_vehicle_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="line_tab",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="list_contacts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_addon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_addon_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_attribute",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_attribute_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_attribute_value",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_autoconsumption_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_batch",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_batch_attribute",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_batch_conversion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_batch_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_batch_subproduct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_bom_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_categories_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_cost_adjustment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_costing_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_costing_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_coupon_provider",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_coupon_sales",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_custom_attribute",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_internal_consumption",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_internal_consumptionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_inventory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_inventory_issue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_inventory_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_inventory_receiptline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_inventoryline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_inventorylinedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_issue_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_item_companion_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_material_request",schemaname="public"} 1590 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"} 30 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_stock_reservation_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_stockadj_reason",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_stockdetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_storage_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_storagebin",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_tracker",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_trackertype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_transactioncost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_transactiondetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_transferissue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_transferorder",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_transferrequest",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_transferrequest_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"} 143 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"} 28 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_invoiceline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_lc_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_order_lc",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_order_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_orderline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_orderline_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_orderlinetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_pricelist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_productprice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_requisition",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_requisition_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_rfq",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_rfq_supplier",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_rfqlines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_supplier",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_supplier_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_supplier_address",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_supplier_bank_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_supplier_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_workorder",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_workorder_charges",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_workorder_issue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_workorder_status",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_workorder_tracking",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="plm_design",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="plm_design_availability",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="plm_design_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="plm_designer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="plm_project",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="plm_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_application",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_bug",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_docs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_feature",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_module",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_project",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_resources",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_skill",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_breederconfig",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_farm_standards",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_flock",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_livestock",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_machine",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_pullout",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_pulloutline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_setter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_setterline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_bom_adjustment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_ioproductdetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_operation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_outproducts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_pproducts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_processic",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_prodindirectcost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_product_conversion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_product_convline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_production_plan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_prun",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="preprod_fin_receiptplan_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="qrtz_calendars",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="qrtz_locks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="qrtz_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_business_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_customer_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_customer_address",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_customer_bankacct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_customer_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_customer_category_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_customer_contact",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_customer_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_daily_trip",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_daily_trip_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_daily_trip_stop",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_dropship",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_dropship_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_estimate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_fsm_home_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_in_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_incentive_eligibility",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_incentive_plan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_incentive_summary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_industry_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_invoice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_invoice_integration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_invoiceline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_item_companion_trx",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_joborder",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_joborder_charge_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_joborder_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_joborder_estimation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_joborder_images",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_joborder_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_joborder_part",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_joborder_service_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_joborder_services",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_joborder_status",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_joborder_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 32 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="ai_ocr_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="api_key",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="b2c_customer_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="b2c_customer_uuid",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="brand",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="c_bp_taxcategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="c_region",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cdr_event_store",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cdr_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cdr_receipts",schemaname="public"} 1.413785e+06 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cdr_social_media",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cdr_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cdr_terms_conditions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_accommodation_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_action_taken",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_admin_tasks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_airticket",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_airticket_allowance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_airticket_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_airticket_provision",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_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_candidate_document",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_candidates",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_certificate_prefer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_claim_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_company_accommodation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_course",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_course_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_course_competency",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_course_cost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_course_enrollment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_course_job",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_course_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_declare_oi",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_deductions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_delegation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_department",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_dependants",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_dept_team",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_division",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_ed_accrual",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_ed_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_emp_address",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_emp_adminassets",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_emp_agreement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_emp_assessment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_emp_attendance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_emp_benefits",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_emp_delegation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_emp_dependents",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_emp_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_emp_documents",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_emp_docverification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_emp_itassets",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_emp_loan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_emp_passport",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_emp_pay_head",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_emp_payslip",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_emp_personal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_emp_punch",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_emp_salary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_emp_shift",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_emp_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_empid_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_employee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_employee_accommodation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_employee_audit_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_employee_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_employee_education",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_employee_experience",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_employee_job_info",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_employee_leave_info",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_employee_resignation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_employee_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_encash_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_enroll_attendance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_enroll_course",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_enrollment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_eos",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_eos_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_eos_discussion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_eph_accrual",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_eph_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_ethnicrace",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_evaluation_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_exemption",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_expense_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_expense_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_expensereq_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_final_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_final_settlement_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_formula",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_formulakey",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_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_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_interview_round",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_interviews",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_investment_declaration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_jd_assesstype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_job",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_job_application",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_job_description",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_job_offer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_job_offer_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_job_platform",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_job_posting",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_job_requisition",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_job_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_job_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_jobcode_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_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_offcycle_run",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_onboarding",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_onboarding_documents",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_ot_preference",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_ot_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_otherincome",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_passport",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_pay_component",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_pay_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_payslip",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_payslip_component",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_pendingothrs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_pendingpay_components",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_perform_review",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_period",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_pio_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_platform",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_scorecard",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_section",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_section_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_selfservice_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_selfservice_employee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_shift",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_shift_days",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_shift_policy",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_shift_roaster",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_shift_rotation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_shift_team",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_shift_team_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_shift_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_skill_preference",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_slab",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_slabline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_sp_add",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_sp_contribution",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_sp_deduction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_sr_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_st_deductions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_st_earnings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_tax_regime",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_tax_slabs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_tds",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_tds_declaration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_tds_deduction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_tds_hra",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_tds_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_tdsline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_team",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_team_emp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_tour",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_tour_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_training_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_training_feedback_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_training_question",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_training_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_visa_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_weekends",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_weeknumber",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_weekoff_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_wfh_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_work_location",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_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"} 14 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"} 14 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_ar_adjustmenttype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_audit_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 1.8871925e+07 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 198397 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 4544 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"} 230840 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_bunit_location",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_bunit_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_bunit_notifications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_city",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_client",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_client_applications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_client_apps",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_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_lock_override_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_data_lock_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_data_validator_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_datasource",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_division",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_doctype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_doctype_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_dw_tasks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_event_alerts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_favourites",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_file",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_integration_audit_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_integration_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"} 3.535078e+06 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_integrations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_integrations_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_intercompany_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_language",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_license_policy",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_log_retention_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_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"} 799 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"} 4 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"} 1081 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"} 471782 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"} 1882 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"} 1130 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"} 19 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_report",schemaname="public"} 196 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_report_job",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 190832 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"} 7422 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"} 33300 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"} 455048 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_user_device",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_user_division_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_user_locale",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_user_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_user_mfa",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_user_policy_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_user_preference",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_user_session",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_user_session_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_views",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_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"} 7.2092754e+07 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cw_auth_token",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwc_channel",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwc_company",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwc_company_city",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwc_company_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwc_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwc_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwc_order_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwc_order_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwc_order_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwc_orderline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwc_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwc_store_holidays",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwc_store_timings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwc_stores_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwcs_subscription",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwf_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwf_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwf_wfapprovals",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwf_wftasklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwf_wftasks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwf_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwp_idea",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwp_idea_notes",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwp_milestone",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwq_assurance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwq_assurance_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwq_collection",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwq_collection_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwq_collection_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwq_control",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwq_control_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwq_inspection",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwq_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwq_inspection_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwq_parameters",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwq_parameters_grp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwq_quality_engineer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwq_quality_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwq_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_additional_charges",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_cashup_sync",schemaname="public"} 91824 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"} 1.612544e+06 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 388209 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_fb_production_center",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_fb_section",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_fb_table",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_fb_table_status",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_feedback_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_gift_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_gift_voucher",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_giftcard",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_giftcard_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_image_library",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_ingredients",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_menutimeslot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_mystore",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_payment_providers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_payment_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_pcataloguelines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 8.691421e+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"} 50243 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 570311 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_pos_till_health",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 319 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_revenue_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_saletype_charge",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_sevent",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_sevent_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_sevent_run",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_store_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_store_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_store_dailyops",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_store_discount",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_store_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_till",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_till_access_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_till_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_till_login_logout",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 55428 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_wallet",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_wallet_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_wallet_topup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_wallet_trx",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cws_ticket",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cws_ticket_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cww_mobilew_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cww_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cww_tasklinedetail",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwx_customer_user",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwx_payment_method",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ds_channel",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ds_channel_frames",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ds_media",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ds_player_channel",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ds_players",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ds_playlist_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ds_playlists",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ds_schedules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ds_tray_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="email_source",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_asset",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_asset_alert_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_asset_audit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_asset_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_asset_class",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_asset_disposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_asset_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_asset_issue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_asset_proposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_asset_registration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_asset_return",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_asset_rule_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_asset_sub_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_asset_subclass",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_asset_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_depreciation_method",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_depreciation_posting",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_depreciation_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_loc_building",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_loc_floor",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_loc_room",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_provisional_asset",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_acct_config_general",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_acct_config_production",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_acct_config_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_acct_config_sales",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_adv_payment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_adv_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_ammortization",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_ammortization_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_bank_connector",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_distribution_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_financial_acct_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_funds_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_isd_summary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_journal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 2842 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_lin_tds_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_pay_pglogs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_payment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_payment_advice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_payment_advice_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_payment_proposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_period",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_period_audit_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_period_control",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="flyway_schema_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="hsncode",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="lgs_fuel_indent",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="lgs_gatepass",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="lgs_gatepass_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="lgs_gatepass_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="lgs_provider",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="lgs_route_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="lgs_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="lgs_task_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="lgs_vehicle",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="lgs_vehicle_make",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="lgs_vehicle_model",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="lgs_vehicle_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="line_tab",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="list_contacts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_addon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_addon_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_attribute",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_attribute_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_attribute_value",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_autoconsumption_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_batch",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_batch_attribute",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_batch_conversion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_batch_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_batch_subproduct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_bom_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_categories_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_cost_adjustment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_costing_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_costing_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_coupon_provider",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_coupon_sales",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_custom_attribute",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_internal_consumption",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_internal_consumptionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_inventory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_inventory_issue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_inventory_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_inventory_receiptline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_inventoryline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_inventorylinedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_issue_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_item_companion_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_material_request",schemaname="public"} 4573 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"} 7 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_product_category_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_product_category_attr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_product_divisions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_product_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_product_images",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_product_manufacturer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_product_manufacturing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_product_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_product_purchase",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_product_visibility_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_product_warranty",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_purchase_pricing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_purpricing_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_purpricing_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_purpricing_scategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_purpricing_supplier",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_receipt_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_stock_reservation_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_stockadj_reason",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_stockdetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_storage_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_storagebin",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_tracker",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_trackertype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_transactioncost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_transactiondetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_transferissue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_transferorder",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_transferrequest",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_transferrequest_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"} 492 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"} 70 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_invoiceline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_lc_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_order_lc",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_order_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_orderline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_orderline_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_orderlinetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_pricelist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_productprice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_requisition",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_requisition_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_rfq",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_rfq_supplier",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_rfqlines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_supplier",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_supplier_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_supplier_address",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_supplier_bank_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_supplier_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_workorder",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_workorder_charges",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_workorder_issue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_workorder_status",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_workorder_tracking",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="plm_design",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="plm_design_availability",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="plm_design_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="plm_designer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="plm_project",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="plm_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_application",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_bug",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_docs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_feature",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_module",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_project",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_resources",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_skill",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_breederconfig",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_farm_standards",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_flock",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_livestock",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_machine",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_pullout",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_pulloutline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_setter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_setterline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_bom_adjustment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_ioproductdetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_operation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_outproducts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_pproducts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_processic",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_prodindirectcost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_product_conversion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_product_convline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_production_plan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_prun",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="preprod_fin_receiptplan_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="qrtz_calendars",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="qrtz_locks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="qrtz_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_business_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_customer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_customer_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_customer_address",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_customer_bankacct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_customer_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_customer_category_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_customer_contact",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_customer_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_daily_trip",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_daily_trip_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_daily_trip_stop",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_dropship",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_dropship_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_estimate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_fsm_home_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_in_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_incentive_eligibility",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_incentive_plan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_incentive_summary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_industry_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_invoice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_invoice_integration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_invoiceline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_item_companion_trx",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_joborder",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_joborder_charge_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_joborder_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_joborder_estimation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_joborder_images",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_joborder_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_joborder_part",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_joborder_service_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_joborder_services",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_joborder_status",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_joborder_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 213 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="ai_ocr_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="api_key",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="b2c_customer_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="b2c_customer_uuid",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="brand",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="c_bp_taxcategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="c_region",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cdr_event_store",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cdr_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cdr_receipts",schemaname="public"} 608515 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_candidate_document",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_candidates",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_certificate_prefer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_claim_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_company_accommodation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_course",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_course_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_course_competency",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_course_cost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_course_enrollment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_course_job",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_course_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_declare_oi",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_deductions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_delegation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_department",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_dependants",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_dept_team",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_division",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_ed_accrual",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_ed_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_emp_address",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_emp_adminassets",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_emp_agreement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_emp_assessment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_emp_attendance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_emp_benefits",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_emp_delegation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_emp_dependents",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_emp_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_emp_documents",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_emp_docverification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_emp_itassets",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_emp_loan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_emp_passport",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_emp_pay_head",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_emp_payslip",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_emp_personal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_emp_punch",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_emp_salary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_emp_shift",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_emp_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_empid_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_employee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_employee_accommodation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_employee_audit_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_employee_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_employee_education",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_employee_experience",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_employee_job_info",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_employee_leave_info",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_employee_resignation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_employee_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_encash_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_enroll_attendance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_enroll_course",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_enrollment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_eos",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_eos_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_eos_discussion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_eph_accrual",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_eph_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_ethnicrace",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_evaluation_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_exemption",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_expense_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_expense_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_expensereq_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_final_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_final_settlement_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_formula",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_formulakey",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_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_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_interview_round",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_interviews",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_investment_declaration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_jd_assesstype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_job",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_job_application",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_job_description",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_job_offer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_job_offer_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_job_platform",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_job_posting",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_job_requisition",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_job_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_job_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_jobcode_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_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_offcycle_run",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_onboarding",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_onboarding_documents",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_ot_preference",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_ot_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_otherincome",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_passport",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_pay_component",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_pay_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_payslip",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_payslip_component",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_pendingothrs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_pendingpay_components",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_perform_review",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_period",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_pio_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_platform",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_scorecard",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_section",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_section_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_selfservice_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_selfservice_employee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_shift",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_shift_days",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_shift_policy",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_shift_roaster",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_shift_rotation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_shift_team",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_shift_team_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_shift_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_skill_preference",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_slab",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_slabline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_sp_add",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_sp_contribution",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_sp_deduction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_sr_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_st_deductions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_st_earnings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_tax_regime",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_tax_slabs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_tds",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_tds_declaration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_tds_deduction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_tds_hra",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_tds_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_tdsline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_team",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_team_emp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_tour",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_tour_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_training_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_training_feedback_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_training_question",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_training_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_visa_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_weekends",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_weeknumber",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_weekoff_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_wfh_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_work_location",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_year",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="commerce_cart",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="commerce_cart_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cprf_set_scores",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_camp_recipients",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_camp_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_campaign_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_campaigns",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_comm_template_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_comm_templates",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_contact",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_email_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_lead",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_lead_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_opportunity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_sale",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_seglist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_segment_behaviors",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_segment_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_social_post",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_social_postline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_stream",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_webinar",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_webinar_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_webinar_platform",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_airflow_dags",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_alert",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_alert_conditions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_alerts_recipients",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_alternative_uom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_announcement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_api_builder_schema",schemaname="public"} 14 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_app_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 14 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_ar_adjustmenttype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_audit_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 5.437446e+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"} 1.431084e+06 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 1118 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"} 10194 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_bunit_location",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_bunit_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_bunit_notifications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_city",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_client",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_client_applications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_client_apps",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_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_lock_override_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_data_lock_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_data_validator_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_datasource",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_division",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_doctype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_doctype_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_dw_tasks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_event_alerts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_favourites",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_file",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_integration_audit_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_integration_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.766854e+06 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_integrations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_integrations_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_intercompany_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_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"} 1216 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"} 104 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"} 6537 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"} 301211 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"} 1439 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"} 867 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"} 14 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"} 45 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_report",schemaname="public"} 112 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_report_job",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 15311 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"} 3621 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"} 14999 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"} 234723 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_user_device",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_user_division_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_user_locale",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_user_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_user_mfa",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_user_policy_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_user_preference",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_user_session",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_user_session_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_views",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_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"} 370973 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cw_auth_token",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwc_channel",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwc_company",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwc_company_city",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwc_company_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwc_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwc_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwc_order_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwc_order_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwc_order_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwc_orderline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwc_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwc_store_holidays",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwc_store_timings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwc_stores_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwcs_subscription",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwf_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwf_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwf_wfapprovals",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwf_wftasklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwf_wftasks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwf_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwp_idea",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwp_idea_notes",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwp_milestone",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwq_assurance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwq_assurance_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwq_collection",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwq_collection_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwq_collection_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwq_control",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwq_control_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwq_inspection",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwq_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwq_inspection_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwq_parameters",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwq_parameters_grp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwq_quality_engineer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwq_quality_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwq_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_additional_charges",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_cashup_sync",schemaname="public"} 75964 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"} 277784 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 87789 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_fb_production_center",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_fb_section",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_fb_table",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_fb_table_status",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_feedback_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_gift_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_gift_voucher",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_giftcard",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_giftcard_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_image_library",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_ingredients",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_menutimeslot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_mystore",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_payment_providers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_payment_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_pcataloguelines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 3.784601e+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"} 36695 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 219327 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_pos_till_health",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 467 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_revenue_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_saletype_charge",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_sevent",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_sevent_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_sevent_run",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_store_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_store_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_store_dailyops",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_store_discount",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_store_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_till",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_till_access_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_till_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_till_login_logout",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 49838 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_wallet",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_wallet_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_wallet_topup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_wallet_trx",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cws_ticket",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cws_ticket_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cww_mobilew_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cww_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cww_tasklinedetail",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwx_customer_user",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwx_payment_method",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ds_channel",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ds_channel_frames",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ds_media",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ds_player_channel",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ds_players",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ds_playlist_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ds_playlists",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ds_schedules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ds_tray_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="email_source",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_asset",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_asset_alert_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_asset_audit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_asset_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_asset_class",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_asset_disposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_asset_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_asset_issue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_asset_proposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_asset_registration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_asset_return",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_asset_rule_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_asset_sub_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_asset_subclass",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_asset_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_depreciation_method",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_depreciation_posting",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_depreciation_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_loc_building",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_loc_floor",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_loc_room",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_provisional_asset",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_acct_config_general",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_acct_config_production",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_acct_config_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_acct_config_sales",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_adv_payment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_adv_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_ammortization",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_ammortization_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_bank_connector",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_distribution_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_financial_acct_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_funds_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_isd_summary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_journal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 248 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_lin_tds_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_pay_pglogs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_payment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_payment_advice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_payment_advice_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_payment_proposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_period",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_period_audit_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_period_control",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="flyway_schema_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="hsncode",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="lgs_fuel_indent",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="lgs_gatepass",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="lgs_gatepass_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="lgs_gatepass_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="lgs_provider",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="lgs_route_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="lgs_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="lgs_task_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="lgs_vehicle",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="lgs_vehicle_make",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="lgs_vehicle_model",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="lgs_vehicle_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="line_tab",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="list_contacts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_addon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_addon_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_attribute",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_attribute_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_attribute_value",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_autoconsumption_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_batch",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_batch_attribute",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_batch_conversion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_batch_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_batch_subproduct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_bom_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_categories_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_cost_adjustment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_costing_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_costing_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_coupon_provider",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_coupon_sales",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_custom_attribute",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_internal_consumption",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_internal_consumptionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_inventory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_inventory_issue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_inventory_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_inventory_receiptline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_inventoryline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_inventorylinedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_issue_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_item_companion_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_material_request",schemaname="public"} 2512 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"} 17 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_stock_reservation_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_stockadj_reason",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_stockdetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_storage_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_storagebin",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_tracker",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_trackertype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_transactioncost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_transactiondetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_transferissue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_transferorder",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_transferrequest",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_transferrequest_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"} 431 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"} 910 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_invoiceline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_lc_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_order_lc",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_order_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_orderline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_orderline_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_orderlinetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_pricelist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_productprice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_requisition",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_requisition_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_rfq",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_rfq_supplier",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_rfqlines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_supplier",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_supplier_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_supplier_address",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_supplier_bank_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_supplier_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_workorder",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_workorder_charges",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_workorder_issue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_workorder_status",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_workorder_tracking",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="plm_design",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="plm_design_availability",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="plm_design_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="plm_designer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="plm_project",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="plm_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_application",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_bug",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_docs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_feature",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_module",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_project",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_resources",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_skill",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_breederconfig",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_farm_standards",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_flock",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_livestock",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_machine",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_pullout",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_pulloutline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_setter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_setterline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_bom_adjustment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_ioproductdetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_operation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_outproducts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_pproducts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_processic",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_prodindirectcost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_product_conversion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_product_convline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_production_plan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_prun",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="preprod_fin_receiptplan_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="qrtz_calendars",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="qrtz_locks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="qrtz_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_business_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_customer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_customer_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_customer_address",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_customer_bankacct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_customer_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_customer_category_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_customer_contact",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_customer_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_daily_trip",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_daily_trip_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_daily_trip_stop",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_dropship",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_dropship_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_estimate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_fsm_home_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_in_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_incentive_eligibility",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_incentive_plan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_incentive_summary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_industry_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_invoice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_invoice_integration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_invoiceline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_item_companion_trx",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_joborder",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_joborder_charge_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_joborder_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_joborder_estimation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_joborder_images",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_joborder_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_joborder_part",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_joborder_service_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_joborder_services",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_joborder_status",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_joborder_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 87 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 8 # HELP pg_wal_size_bytes Total size of WAL segments # TYPE pg_wal_size_bytes gauge pg_wal_size_bytes 1.34217728e+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 9435.94 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 524288 # HELP process_network_receive_bytes_total Number of bytes received by the process over the network. # TYPE process_network_receive_bytes_total counter process_network_receive_bytes_total 2.04188148048e+12 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 1.315018313635e+12 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 11 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 4.5973504e+07 # HELP process_start_time_seconds Start time of the process since unix epoch in seconds. # TYPE process_start_time_seconds gauge process_start_time_seconds 1.7752217254e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.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"} 20993 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0